Class Summary |
AbstractCurveSegmentType |
Curve segment defines a homogeneous segment of a curve. |
AbstractCurveType |
An abstraction of a curve to support the different levels
of complexity. |
AbstractFeatureBaseType |
A abstract feature base type, that shall include an
identifying attribute ('id'). |
AbstractFeatureType |
An abstract feature provides a set of common properties,
including id, name and description inherited from
AbstractGMLType, plus boundedBy. |
AbstractGeometricAggregateType |
This is the abstract root type of the geometric aggregates. |
AbstractGeometricPrimitiveType |
This is the abstract root type of the geometric primitives. |
AbstractGeometryType |
All geometry elements are derived directly or indirectly
from this abstract supertype. |
AbstractGMLType |
All complexContent GML elements are directly or indirectly
derived from this abstract supertype to establish a hierarchy
of GML types that may be distinguished from other XML types
by their ancestry. |
AbstractRingPropertyType |
Encapsulates a ring to represent the surface boundary property
of a surface. |
AbstractSurfacePatchType |
A surface patch defines a homogenuous portion of a surface. |
AbstractSurfaceType |
An abstraction of a surface to support the different
levels of complexity. |
BoundedBy |
Bounding shape. |
CurveMember |
A property that has a curve as its value domain shall contain
an appropriate geometry element encapsulated in an element
of this type. |
CurveType |
Curve is a 1-dimensional primitive. |
Envelope |
Envelope defines an extent using a pair of positions
defining opposite corners in arbitrary dimensions. |
GeometryPropertyType |
A geometric property shall contain any geometry element
encapsulated in an element of this type. |
LinearRingType |
A LinearRing is defined by four or more coordinate tuples,
with linear interpolation between them; the first and last
coordinates must be coincident. |
LineStringSegmentType |
A LineStringSegment is a curve segment that is defined by
two or more coordinate tuples, with linear interpolation
between them. |
LineStringType |
A LineString is a special curve that consists of a
single segment with linear interpolation. |
MeasureType |
Number with a scale. |
MultiCurvePropertyType |
A property that has a collection of curves as its value domain
shall contain an appropriate geometry element encapsulated in
an element of this type. |
MultiCurveType |
A MultiCurve is defined by one or more Curves, referenced
through curveMember elements. |
MultiGeometryPropertyType |
A property that has a geometric aggregate as its value domain
shall contain an appropriate geometry element encapsulated in
an element of this type. |
MultiPointPropertyType |
A property that has a collection of points as its value
domain shall contain an appropriate geometry element
encapsulated in an element of this type. |
MultiPointType |
A MultiPoint is defined by one or more Points, referenced
through pointMember elements. |
MultiSurfacePropertyType |
A property that has a collection of surfaces as its value
domain shall contain an appropriate geometry element
encapsulated in an element of this type. |
MultiSurfaceType |
A MultiSurface is defined by one or more Surfaces,
referenced through surfaceMember elements. |
Name |
Name or code with an (optional) authority. |
ObjectFactory |
This object contains factory methods for each
Java content interface and Java element interface
generated in the net.opengis.gml.schema package. |
Patches |
A container for an array of surface patches. |
PointMember |
A property that has a point as its value domain shall contain
an appropriate geometry element encapsulated in an element
of this type. |
PointType |
A Point is defined by a single coordinate tuple. |
PolygonPatchType |
A PolygonPatch is a surface patch that is defined by
a set of boundary curves and an underlying surface to
which these curves adhere. |
PolygonType |
A Polygon is a special surface that is defined by a single
surface patch. |
Pos |
DirectPosition instances hold the coordinates for one position
in the coordinate reference system (CRS) referenced in a
larger element. |
PosList |
DirectPositionList instances hold the coordinates for a
sequence of direct positions within the same coordinate
reference system (CRS). |
ReferenceType |
A pattern or base for derived types used to specify complex
types corresponding to a UML aggregation association. |
Segments |
A container for an array of curve segments. |
SurfaceMember |
A property that has a surface as its value domain shall contain
an appropriate geometry element encapsulated in an element
of this type. |
SurfaceType |
A Surface is a 2-dimensional primitive and is composed
of one or more surface patches. |