[Geotools-devel] External GPS Devices

2009-01-14 Thread Greg . Machala
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

Re: [Geotools-devel] Corba COMM_FAILURE error trying to using GeoTools application offline

2008-12-17 Thread Greg Machala
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. >

Re: [Geotools-devel] Corba COMM_FAILURE error trying to using GeoTools application offline

2008-12-16 Thread Greg . Machala
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

Re: [Geotools-devel] Corba COMM_FAILURE error trying to using GeoTools application offline

2008-12-16 Thread Greg Machala
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

Re: [Geotools-devel] Corba COMM_FAILURE error trying to using GeoTools application offline

2008-12-16 Thread Greg Machala
-- 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

[Geotools-devel] Corba COMM_FAILURE error trying to using GeoTools application offline

2008-12-15 Thread Greg Machala
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