Uses of Interface
org.geotools.shapefile.ShapeHandler

Packages that use ShapeHandler
org.geotools.shapefile   
 

Uses of ShapeHandler in org.geotools.shapefile
 

Classes in org.geotools.shapefile that implement ShapeHandler
 class MultiLineHandler
          Wrapper for a Shapefile PolyLine.
 class MultiPointHandler
          Wrapper for a Shapefile MultiPoint.
 class NullShapeHandler
          Null Shape handler for files containing only null shapes.
 class PointHandler
          Wrapper for a Shapefile Point.
 class PolygonHandler
          Wrapper for a Shapefile Polygon.
 

Methods in org.geotools.shapefile that return ShapeHandler
static ShapeHandler Shapefile.getShapeHandler(com.vividsolutions.jts.geom.Geometry geom, int ShapeFileDimension)
           
static ShapeHandler Shapefile.getShapeHandler(int type)