dart_shp library

Classes

DbaseField
Class for holding the information associated with a record. */
DbaseFileHeader
Class to represent the header of a Dbase III file. Creation date: (5/15/2001 5:15:30 PM) */
DbaseFileReader
A DbaseFileReader is used to read a dbase III format file.
The general use of this class is:
DbaseFileWriter
A DbaseFileWriter is used to write a dbase III format file. The general use of this class is:
FieldFormatter
Utility for formatting Dbase fields. */
IndexFile
IndexFile parser for .shx files.
For now, the creation of index files is done in the ShapefileWriter. But this can be used to access the index.
For details on the index file, see
"ESRI(r) Shapefile - A Technical Description"
MultiLineHandler
The default JTS handler for shapefile. Currently uses the default JTS GeometryFactory, since it doesn't seem to matter.
MultiPointHandler
@author aaime @author Ian Schneider
PointHandler
Wrapper for a Shapefile point.
PointWriter
PolygonHandler
Wrapper for a Shapefile polygon.
PolyWriter
Record
The reader returns only one Record instance in its lifetime. The record contains the current record information.
RobustDeterminant
Implements an algorithm to compute the sign of a 2x2 determinant for double precision values robustly. It is a direct translation of code developed by Olivier Devillers.
Row
This file has been ported from the geotools.org project.
ShapefileFeatureReader
ShapefileHeader
@author jamesm @author Ian Schneider
ShapefileReader
The general use of this class is:
ShapefileWriter
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. The descriptions can easily be tied to a ResourceBundle if someone wants to do that.
Shapeutils
ShapeWriter
ShpLogger
A very simple Logger singleton class without external logger dependencies.
SkipGeometry
TimeZones

Constants

NULL_CHAR → const String

Properties

NULL_CHARACTERS → Characters
final

Exceptions / Errors

DbaseFileException
This file has been ported from the geotools.org project. Thrown when an error relating to the shapefile occurs. */
ShapefileException
Thrown when an error relating to the shapefile occurs. */