Uses of Interface
org.locationtech.jtstest.testbuilder.io.shapefile.ShapeHandler
-
Packages that use ShapeHandler Package Description org.locationtech.jtstest.testbuilder.io.shapefile -
-
Uses of ShapeHandler in org.locationtech.jtstest.testbuilder.io.shapefile
Classes in org.locationtech.jtstest.testbuilder.io.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.Fields in org.locationtech.jtstest.testbuilder.io.shapefile declared as ShapeHandler Modifier and Type Field Description private ShapeHandler
Shapefile. handler
Methods in org.locationtech.jtstest.testbuilder.io.shapefile that return ShapeHandler Modifier and Type Method Description static ShapeHandler
Shapefile. getShapeHandler(int type)
static ShapeHandler
Shapefile. getShapeHandler(Geometry geom, int ShapeFileDimentions)
-