I will see how well I do at answering without looking at the code :-)
There are two implementations around; one uses an index and one does not.
The one that uses an index will return a different FeatureReader
depending on the request being processed (for example if all they want
back is Feature
Sunburned Surveyor ha scritto:
> I had a few minutes tonight to sit down and look over the API docs for
> the ShapeFileDataStore and related classes included in GeoTools 2.2.3.
> (I'm hoping to use this code as part of my FeatureCache for OpenJUMP.) I
> have a few of questions I would like to as
I had a few minutes tonight to sit down and look over the API docs for the
ShapeFileDataStore and related classes included in GeoTools 2.2.3. (I'm
hoping to use this code as part of my FeatureCache for OpenJUMP.) I have
a few of questions I would like to ask the GeoTools developers:
[1] What impl