| Interface | Description |
|---|---|
| RangeSetType |
Base abstract class to serve as the root for all the types that can be inside a gml:rangeSet.
|
| Class | Description |
|---|---|
| Boolean |
A value from two-valued logic, using the XML Schema boolean type.
|
| BooleanList |
GML abstraction for a list of boolean or null values.
|
| Category |
A term representing a classification.
|
| CategoryExtent |
Utility element to store a 2-point range of ordinal values.
|
| CategoryList |
GML abstraction for a list of String or null values.
|
| CompositeValue |
Aggregate value built using the Composite pattern.
|
| Count |
An integer representing a frequency of occurrence.
|
| CountExtent |
Utility element to store a 2-point range of frequency values.
|
| CountList |
GML abstraction for a list of Integer or null values.
|
| CoverageFunction |
The function or rule which defines the map from members of the domainSet to the range.
|
| DataBlock |
Its tuple list holds the values as space-separated tuples each of which contains
comma-separated components, and the tuple structure is specified using the
rangeParameters property.
|
| File |
A reference to an external source for the data, together with a description of how
that external source is structured.
|
| GridEnvelope |
Denotes the region of interest within a grid.
|
| GridFunction |
Defines how values in the domain are mapped to the range set.
|
| IndexMap |
Exends GridFunction with a lookUpTable.
|
| MappingRule |
Description of a rule for associating members from the domainSet with members of the rangeSet.
|
| Quantity |
A numeric value with a scale.
|
| QuantityExtent |
Utility element to store a 2-point range of numeric values.
|
| QuantityList |
GML abstraction for a list of double or null values.
|
| RangeParameters |
Metadata about the rangeSet.
|
| RangeSet | |
| RectifiedGrid |
A rectified grid is a grid for which there is an affine transformation between the grid
coordinates and the coordinates of an external coordinate reference system.
|
| RectifiedGridCoverage |
The gml:RectifiedGridCoverage is a discrete point coverage based on a rectified grid.
|
| RectifiedGridDomain |
A gml:rectifiedGridDomain acts as the container for a gml:RectifiedGrid element,
the meaning of this relationship is that the contained gml:RectifiedGrid represents
a domain set.
|
| ScalarValue | |
| ScalarValueList |
Base class encompassing all the GML scalar value list types.
|
| ValueArray | |
| ValueExtent | |
| ValueObject |