|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.geotools.data.shape.shp | |
org.geotools.data.shape | |
org.geotools.data.shape.shp |
Classes in org.geotools.data.shape.shp used by org.geotools.data.shape | |
IndexFile
IndexFile parser for .shx files. |
|
ShapefileReader
The general use of this class is:
FileChannel in = new FileInputStream("thefile.dbf").getChannel();
ShapefileReader r = new ShapefileReader( in ) while (r.hasNext()) { Geometry
shape = (Geometry) r.nextRecord().shape() // do stuff } r.close();
You don't have to immediately ask for the shape from the record. |
|
ShapefileReader.Record
The reader returns only one Record instance in its lifetime. |
Classes in org.geotools.data.shape.shp used by org.geotools.data.shape.shp | |
ShapefileException
Thrown when an error relating to the shapefile occures |
|
ShapefileHeader
|
|
ShapefileReader.Record
The reader returns only one Record instance in its lifetime. |
|
ShapefileWriter
ShapefileWriter allows for the storage of geometries in esris shp format. |
|
ShapeHandler
A ShapeHandler defines what is needed to construct and persist geometries based upon the shapefile specification. |
|
ShapeType
Not much but a type safe enumeration of file types as ints and names. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |