Re: [Geotools-devel] Starting to work with ShapeFileDataStore

2007-04-19 Thread Jody Garnett
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

Re: [Geotools-devel] Starting to work with ShapeFileDataStore

2007-04-19 Thread Andrea Aime
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

[Geotools-devel] Starting to work with ShapeFileDataStore

2007-04-18 Thread Sunburned Surveyor
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