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 class
MultiLineHandler
Wrapper for a Shapefile arc.class
MultiPointHandler
class
PointHandler
Wrapper for a Shapefile point.class
PolygonHandler
Wrapper for a Shapefile polygon.Methods in org.geotools.shapefile that return ShapeHandler Modifier and Type Method Description static ShapeHandler
Shapefile. getShapeHandler(int type)
static ShapeHandler
Shapefile. getShapeHandler(org.locationtech.jts.geom.Geometry geom, int ShapeFileDimentions)
-