[Geotools-gt2-users] SimpleFeature/shapefile creation and identifiers

2009-02-20 Thread Pat Blair
Hello. I am working with shapefiles and having some confusion with regard to how I should go about assigning and/or reconciling the identifier of a newly-created SimpleFeature instance with the identifier it seems to be granted when it is added to the feature store. (I am using 2.5.2). Working

Re: [Geotools-gt2-users] Spacial index on shapefile not working in empty areas

2009-02-20 Thread Andrea Aime
A.J. Jessurun ha scritto: > Hello, > > I have a big shapefile with multilinestrings. The spacial index on this > file is automatically generated using the "create spacial index" option. > I do lookups on this shapefile using the bbox filter. This works very > well, except in certain situations.

[Geotools-gt2-users] Spacial index on shapefile not working in empty areas

2009-02-20 Thread A.J. Jessurun
Hello, I have a big shapefile with multilinestrings. The spacial index on this file is automatically generated using the "create spacial index" option. I do lookups on this shapefile using the bbox filter. This works very well, except in certain situations. If I do a lookup outside the area wh

Re: [Geotools-gt2-users] Generating a PRJ compatible with ArcMap

2009-02-20 Thread Larry Reeder
Thanks for the quick response, Martin. I've opened issue #GEOT-2353 in Codehaus' Jira. To resolve my immediate problem, I've created a workaround ESRI PRJ formatter class.I'd like to help add ESRI prj formatting to geotools, but may need some guidance on the best approach to a fix.