|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Classes in org.geotools.data.shapefile.shp used by org.geotools.data.shapefile | |
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.shapefile.shp used by org.geotools.data.shapefile.indexed | |
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.shapefile.shp used by org.geotools.data.shapefile.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. |
Classes in org.geotools.data.shapefile.shp used by org.geotools.index.quadtree | |
IndexFile
IndexFile parser for .shx files. |
Classes in org.geotools.data.shapefile.shp used by org.geotools.index.quadtree.fs | |
IndexFile
IndexFile parser for .shx files. |
Classes in org.geotools.data.shapefile.shp used by org.geotools.renderer.shape | |
ShapeType
Not much but a type safe enumeration of file types as ints and names. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |