[Geotools-gt2-users] unknown error

2016-01-22 Thread David Robison
I am getting the following error from my geoserver instance: 13:51:17,431 WARN [org.geotools.xml] (ajp--172.28.87.21-8309-3) Binding: {http://www.opengis.net/gml}CircleType returns null type. Can anyone tell me what this indicates or how to correct it? Thanks, David ---

[Geotools-gt2-users] MultiAttributeType problem

2006-03-07 Thread David Robison
implements List){I tried to make the change and compile the code, but after an hour of trying, I could not get either maven 1 or 2 to compile the project (it complained about problems in project.xml). Any thoughts?David Robison

[Geotools-gt2-users] Problem loading a Postgis data type

2007-02-16 Thread David Robison
I have created a Postgis table and am trying to load it into geoserver and I am getting the following error: 09:58:10,343 ERROR [STDERR] org.geotools.data.SchemaNotFoundException: Feature type could not be found for inrix_tmc_codes 09:58:10,343 ERROR [STDERR] at org.geotools.data.jdbc.fidmappe

Re: [Geotools-gt2-users] Problem loading a Postgis data type

2007-02-16 Thread David Robison
efaultFIDMapperFactory.java:97) 13:43:45,265 ERROR [STDERR] at org.geotools.data.postgis.PostgisDataStore.buildFIDMapper(PostgisDataStore.java:968) Any other ideas? It seems to be complaining about the primary key. Do I need to have a specific field name for the key? Thanks in advance, David

Re: [Geotools-gt2-users] Problem loading a Postgis data type

2007-02-16 Thread David Robison
I found the problem. I was subclassing the Postgis plugin for my own use and I had a problem in the constructor. Thanks for your help. David David Robison wrote: I modified the file to be: SELECT DropGeometryColumn('public','inrix_tmc_codes','the_geom'); DROP

[Geotools-gt2-users] What are the distance units used by DWithin

2007-11-05 Thread David Robison
I am trying to use DWithin for a filter. However, I don't know what distance units it will use by default. Is there a way to tell? The data is in EPSG:4326 Thanks, David Robison- This SF.net email is sponsored by: Splun

Re: [Geotools-gt2-users] What are the distance units used by DWithin

2007-11-05 Thread David Robison
is used? The data is in a PostGIS database, is the information on the projection available in the database? Any help would be appreciated. Thanks, David _ From: Andrea Aime [mailto:[EMAIL PROTECTED] To: David Robison [mailto:[EMAIL PROTECTED] Cc: geotools-gt2-users@lists.sourceforge.net

[Geotools-gt2-users] How to segment a line string ?

2007-11-06 Thread David Robison
I want to be able to take a LineString feature and then extract a portion of the LineString that lies between two points on the LineString. Is there an "easy" way to do this? Are there tools and utilities that already do this? Thanks in advance, Dav