Uses of Interface
org.geotools.shapefile.ShapeHandler
-
Packages that use ShapeHandler Package Description org.geotools.shapefile -
-
Uses of ShapeHandler in org.geotools.shapefile
Classes in org.geotools.shapefile that implement ShapeHandler Modifier and Type Class Description classMultiLineHandlerWrapper for a Shapefile PolyLine.classMultiPointHandlerWrapper for a Shapefile MultiPoint.classNullShapeHandlerNull Shape handler for files containing only null shapes.classPointHandlerWrapper for a Shapefile Point.classPolygonHandlerWrapper for a Shapefile Polygon.Methods in org.geotools.shapefile that return ShapeHandler Modifier and Type Method Description static ShapeHandlerShapefile. getShapeHandler(int type)static ShapeHandlerShapefile. getShapeHandler(org.locationtech.jts.geom.Geometry geom, int ShapeFileDimension)
-