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 class
SubHandlerBox
Creates a simple OGC box.class
SubHandlerLinearRing
Creates a simple OGC LinearRing (a closed LineString).class
SubHandlerLineString
Creates a simple OGC LineString element.class
SubHandlerMulti
Creates a MultiPoint, MultiLineString, or MultiPolygon geometry as required by the internal functions.class
SubHandlerPoint
Creates an OGC simple point.class
SubHandlerPolygon
Creates a Polygon geometry.Methods in org.geotools.gml that return SubHandler Modifier and Type Method Description SubHandler
SubHandlerFactory. create(String type)
Creates a new SubHandler, based on the appropriate OGC simple geometry type.
-