Anyone know how I can connect to an external GPS device and
get the current lat/lon so I can render it on my map?
Greg Machala & Jason Burks
ITO National Weather Service
Birmingham/Huntsville, Alabama
--
This SF
OK I have solved the problem by pulling libraries one by one.
I found that this library for the java application server
is causing my error and not a geotools library:
appserv-rt.jar
On Tue, 2008-12-16 at 14:43 -0600, Greg Machala wrote:
> I still cannot get my application to run offline.
>
nett
Date: Tuesday, December 16, 2008 9:37 pm
Subject: Re: [Geotools-devel] Corba COMM_FAILURE error trying tousing
GeoTools applicationoffline
To: Greg Machala
Cc: [email protected]
> Greg Machala wrote:
> > I still cannot get my application to run offl
I still cannot get my application to run offline.
I have tweaked on my libraries some more and migrated to a
setAreaOfInterest(ReferencedEnvelope) instead of the deprecated
setAreaOfInterest(Envelope)
Here are my current gt libs:
-
geoapi-nogenerics-2.1.0.jar
-- Here are my gt libraries I have in my lib folder
gt2-api-2.4.4.jargt2-metadata-2.4.4.jarjsr108-0.01.jar
gt2-coverage-2.4.4.jar gt2-referencing-2.4.4.jar jts-1.8.jar
gt2-epsg-hsql-2.4.4.jar gt2-render-2.4.4.jar vecmath-1.3.1.jar
I have attached a sample piece of code I cannot get to work when
the laptop is offline (not connected to the LAN). I am trying to get
GeoTools to work without a network interface and I cannot get it to work.
It works as long as the laptop is connected to a lan. The simple code
found below will fail