Package gistoolkit.datasources.shapefile

Class Summary
DbaseFile Class to read and write data to a dbase III format file.
DbaseFileHeader Class to represent the header of a Dbase III file.
DbaseFileJoinDataSource A class to allow records from a dbase 3 file to be concatinated with the records from another data source.
DbaseFileReader A DbaseFileReader is used to read a dbase III format file.
DbaseFileStream This is a convenience class used by DbaseFileReader and DbaseFileWriter that captures methods used by both.
DbaseFileWriter A DbaseFileReader is used to write dbase III records out one at a time.
EnvelopeShapeFileReader A ShapeFileReader is used to pull shapes out of a shapefile one at a time.
ExtentsM Extents to support the M value
ExtentsZ Insert the type's description here.
LinearRingM Just like a linear ring but with M values for the points
LinearRingZ Just like a Linear Ring M, but with points with z coordinates.
LineStringM Just like a line string exept it is composed of points with M coordinates.
LineStringZ Just like a line stringM exept it is composed of points with z coordinates.
MultiLineStringM Just like a MultiLineString, but with the addition of a measure to each node.
MultiLineStringZ Just like a MultiLineStringM, but with the addition of a z coordinate to each node.
MultiPointM A collection of multi points of the type M
MultiPointZ A collection of multi points of the type Z
MultiPolygonM Just like MultiPolygon, but with points with m values.
MultiPolygonZ Just like MultiPolygon, but with points with Z values.
PointM This point contains an additional double precision measure attribute.
PointZ This point contains an additional double precision measure attribute.
PolygonM Just like a polygon, but with an M coordinate.
PolygonZ Just like a polygon, but with an Z coordinate.
ReadOnlyShapeFileDataSource Reads a single shape file.
ShapeFile Represents a shape file on the disk.
ShapeFileCreator Class for saving a data set as a shape file.
ShapeFileDataset A dataset specific to the shape file needs
ShapeFileDataSource A data source bassed on a shape file.
ShapeFileHeader Class to represent the header in the shape file.
ShapeFileReader A ShapeFileReader is used to pull shapes out of a shapefile one at a time.
ShapeFileRecord A record type to keep track of the index in the shape file for updates.
ShapeFileStream This is a convenience class used by ShapeFileReader and ShapeFileWriter that captures methods used by both.
ShapeFileWriter A ShapeFileReader is used to write shapes out to a shapefile one at a time.