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