Sunburned Surveyor ha scritto:
> Roger that. My task list:
>
> - Figure out how to create an AttributeDescriptor array from a
> DBaseFileHeader object.
> - Document this process.
> - Whip up a little helper class that makes this process painless.
> - Check JIRA and let Geotools know if OpenJUMP ha
Roger that. My task list:
- Figure out how to create an AttributeDescriptor array from a
DBaseFileHeader object.
- Document this process.
- Whip up a little helper class that makes this process painless.
- Check JIRA and let Geotools know if OpenJUMP has any Shapefile
import patches they need.
La
On 16/09/2009, at 8:04 AM, Sunburned Surveyor wrote:
> However, I have a question on the appropriate use of the consuctor. I
> need to pass the constructor an array of AttributeDescriptor objects.
> How do I get the AttributeDescriptor object's to pass to the
> constructor?
These are produced by
I figured out I need to use the ShapefileAttributeReader class to get
low-level access to Shapefiles:
http://javadoc.geotools.fr/2.5/org/geotools/data/shapefile/ShapefileAttributeReader.html
However, I have a question on the appropriate use of the consuctor. I
need to pass the constructor an arra