Interface | Description |
---|---|
ShapeHandler |
Class | Description |
---|---|
EndianDataInputStream |
A class that gives most of the functionality of DataInputStream, but is endian aware.
|
MultiLineHandler |
Wrapper for a Shapefile arc.
|
MultiPointHandler | |
PointHandler |
Wrapper for a Shapefile point.
|
PolygonHandler |
Wrapper for a Shapefile polygon.
|
Shapefile | |
ShapefileHeader |
Exception | Description |
---|---|
InvalidShapefileException |
Thrown when an attempt is made to load a shapefile
which contains an error such as an invlaid shape
|
ShapefileException |
Thrown when an error relating to the shapefile
occures
|
ShapeTypeNotSupportedException |
Thrown when an attempt is made to load a shapefile
which contains a shape type that is not supported
by the loader
|