Uses of Interface
org.geotools.data.shapefile.shp.ShapeHandler
- 
Packages that use ShapeHandler Package Description org.geotools.data.shapefile.shp 
- 
- 
Uses of ShapeHandler in org.geotools.data.shapefile.shpClasses in org.geotools.data.shapefile.shp that implement ShapeHandler Modifier and Type Class Description classMultiLineHandlerThe default JTS handler for shapefile.classMultiPointHandlerclassPointHandlerWrapper for a Shapefile point.classPolygonHandlerWrapper for a Shapefile polygon.Methods in org.geotools.data.shapefile.shp that return ShapeHandler Modifier and Type Method Description ShapeHandlerShapeType. getShapeHandler(GeometryFactory gf)Each ShapeType corresponds to a handler.Methods in org.geotools.data.shapefile.shp with parameters of type ShapeHandler Modifier and Type Method Description voidShapefileReader. setHandler(ShapeHandler handler)
 
-