Uses of Class
net.opengis.gml.AbstractGeometryType

Packages that use AbstractGeometryType
net.opengis.gml   
 

Uses of AbstractGeometryType in net.opengis.gml
 

Subclasses of AbstractGeometryType in net.opengis.gml
 class AbstractCurveType
          An abstraction of a curve to support the different levels of complexity.
 class AbstractGeometricPrimitiveType
          This is the abstract root type of the geometric primitives.
 class AbstractRingType
          An abstraction of a ring to support surface boundaries of different complexity.
 class AbstractSurfaceType
          An abstraction of a surface to support the different levels of complexity.
 class LinearRingType
          A LinearRing is defined by four or more coordinate tuples, with linear interpolation between them; the first and last coordinates must be coincident.
 class LineStringType
          A LineString is a special curve that consists of a single segment with linear interpolation.
 class PointType
          A Point is defined by a single coordinate tuple.
 class PolygonType
          A Polygon is a special surface that is defined by a single surface patch.
 

Methods in net.opengis.gml that return types with arguments of type AbstractGeometryType
 JAXBElement<AbstractGeometryType> ObjectFactory.createGeometry(AbstractGeometryType value)
          Create an instance of JAXBElement<AbstractGeometryType>}
 

Methods in net.opengis.gml with parameters of type AbstractGeometryType
 JAXBElement<AbstractGeometryType> ObjectFactory.createGeometry(AbstractGeometryType value)
          Create an instance of JAXBElement<AbstractGeometryType>}
 



Copyright © 2008. All Rights Reserved.