Uses of Interface
org.h2gis.functions.io.shp.internal.ShapeHandler
-
Packages that use ShapeHandler Package Description org.h2gis.functions.io.shp.internal -
-
Uses of ShapeHandler in org.h2gis.functions.io.shp.internal
Classes in org.h2gis.functions.io.shp.internal 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.h2gis.functions.io.shp.internal that return ShapeHandler Modifier and Type Method Description ShapeHandlerShapeType. getShapeHandler()Each ShapeType corresponds to a handler.Methods in org.h2gis.functions.io.shp.internal with parameters of type ShapeHandler Modifier and Type Method Description voidShapefileReader. setHandler(ShapeHandler handler)
-