Uses of Class
org.geotools.gml.SubHandler

Packages that use SubHandler
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
 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
 SubHandler SubHandlerFactory.create(java.lang.String type)
          Creates a new SubHandler, based on the appropriate OGC simple geometry type.
 



Copyright © GeoTools. All Rights Reserved.