Re: [Geotools-devel] Question about low-level access to Shapefiles.

2009-01-28 Thread Jody Garnett
G'day can I just create my ShpFiles object and create my ShapefileReader > and DbfFileReader directly? Yes; if you return to your earlier idea of splitting out the format support from the feature model you would be looking at modifying these "readers" to accept factories to construct the specifi

Re: [Geotools-devel] Question about low-level access to Shapefiles.

2009-01-28 Thread Sunburned Surveyor
Thank you for your answers Andrea. Landon On Wed, Jan 28, 2009 at 12:38 AM, Andrea Aime wrote: > Sunburned Surveyor ha scritto: >> >> I've been looking over the GeoTools 2.5 Javadoc for the code to access >> ESRI Shapefiles, and I've got a couple of quick questions: >> >> Question 1: >> I know t

Re: [Geotools-devel] Question about low-level access to Shapefiles.

2009-01-28 Thread Andrea Aime
Sunburned Surveyor ha scritto: > I've been looking over the GeoTools 2.5 Javadoc for the code to access > ESRI Shapefiles, and I've got a couple of quick questions: > > Question 1: > I know the typical usage pattern is to obtain a ShapefileDataStore > from a ShapefileDataStoreFactory, and then use

[Geotools-devel] Question about low-level access to Shapefiles.

2009-01-27 Thread Sunburned Surveyor
I've been looking over the GeoTools 2.5 Javadoc for the code to access ESRI Shapefiles, and I've got a couple of quick questions: Question 1: I know the typical usage pattern is to obtain a ShapefileDataStore from a ShapefileDataStoreFactory, and then use the methods of the ShapefileDataStore to a