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
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.
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
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.