Interface | Description |
---|---|
ShapeHandler |
Interface implemented by all the ShapeType handlers
|
Class | Description |
---|---|
MultiLineHandler |
Wrapper for a Shapefile PolyLine.
|
MultiPointHandler |
Wrapper for a Shapefile MultiPoint.
|
NullShapeHandler |
Null Shape handler for files containing only null shapes.
|
PointHandler |
Wrapper for a Shapefile Point.
|
PolygonHandler |
Wrapper for a Shapefile Polygon.
|
Shapefile |
This class represents an ESRI Shape file.
|
ShapefileHeader |
Wrapper for a shapefile header.
|
Exception | Description |
---|---|
InvalidShapefileException |
Thrown when an attempt is made to load a shapefile
which contains an error such as an invalid shape
|
ShapefileException |
Thrown when an error relating to the shapefile occurs
|
ShapeTypeNotSupportedException |
Thrown when an attempt is made to load a shapefile
which contains a shape type that is not supported
by the loader
|