Uses of Class
org.geotools.gml.SubHandler
-
Packages that use SubHandler Package Description org.geotools.gml Reads GML files and translates them into Java objects. -
-
Uses of SubHandler in org.geotools.gml
Subclasses of SubHandler in org.geotools.gml Modifier and Type Class Description classSubHandlerBoxCreates a simple OGC box.classSubHandlerLinearRingCreates a simple OGC LinearRing (a closed LineString).classSubHandlerLineStringCreates a simple OGC LineString element.classSubHandlerMultiCreates a MultiPoint, MultiLineString, or MultiPolygon geometry as required by the internal functions.classSubHandlerPointCreates an OGC simple point.classSubHandlerPolygonCreates a Polygon geometry.Methods in org.geotools.gml that return SubHandler Modifier and Type Method Description SubHandlerSubHandlerFactory. create(String type)Creates a new SubHandler, based on the appropriate OGC simple geometry type.
-