Uses of Class
net.opengis.gml.AbstractGMLType

Packages that use AbstractGMLType
net.opengis.gml   
 

Uses of AbstractGMLType in net.opengis.gml
 

Subclasses of AbstractGMLType 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 AbstractGeometryType
          All geometry elements are derived directly or indirectly from this abstract supertype.
 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 AbstractGMLType
 JAXBElement<AbstractGMLType> ObjectFactory.createGML(AbstractGMLType value)
          Create an instance of JAXBElement<AbstractGMLType>}
 

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



Copyright © 2008. All Rights Reserved.