Package com.partnersoft.io.formats.shapefile

Interface Summary
ShapefileActor An interface for objects that take actions based on the data from a ShapefileReader.
ShapefileConstants Various constants used in shapefiles; mostly types.
 

Class Summary
DefaultShapefileActor A default, do-nothing implementation of ShapefileActor.
FastShapefileReader New reader for ESRI shapefiles and data.
ShapefileBuilder Incrementally builds a shapefile.
ShapefileByteReader Hides the ugly details of getting numbers out of shapefiles.
ShapefileMultipoint A conglomeration of points.
ShapefilePoint A shapefile point record.
ShapefilePolygon A shapefile polygon record.
ShapefilePolyline A shapefile polyline record.
ShapefilePolypoint Superclass for ShapefilePolygons and ShapefilePolylines.
ShapefileProfile A profile of a shapefile - brief description of properties and statistics.
ShapefileRecord A shapefile graphic object record.
ShapeLib Handy library routines for ESRI shapes.