Package com.partnersoft.v3x.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
DebugShapefileActor Handy debugging actor that just spits out text descriptions of shapefiles encountered.
DefaultShapefileActor A default, do-nothing implementation of ShapefileActor.
FastShapefileReader New reader for ESRI shapefiles and data.
ShapefileBuilder Takes care of building 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.
ShapefileProfiler Profiles a shapefile or shapefiles.
ShapefileReader A reader for ESRI shapefiles.
ShapefileRecord A shapefile graphic object record.
ShapeLib Handy library routines for ESRI shapes.