coverage.xsd
GML Coverage schema.
Copyright (c) 2002 OGC, All Rights Reserved.
A coverage is a set of attribute values (its range) associated to position within a bounded space (its domain). This coverage uses a single coverage function to associate an element from the domain with an element from its range. This definition conforms to ISO 19123. Note that coverage is a GML feature.
The spatiotemporal domain of a coverage.
Typically
* a geometry collection,
* an implicit geometry (e.g. a grid),
* an explicit or implicit collection of time instances or periods, or
* the geometries associated with a feature collection.
N.B. Temporal domains still to be implemented.
each member _Value holds a tuple or "row" from the equivalent table
each list holds the complete set of one scalar component from the values - i.e. a "column" from the equivalent table
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.
a reference to an external source for the data, together with a description of how that external source is structured
The function or rule which defines the map from members of the domainSet to the range.
More functions will be added to this list
List of codes that identifies the file structure model for records stored in files.
Metadata about the rangeSet. Definition of record structure.
This is required if the rangeSet is encoded in a DataBlock.
We use a gml:_Value with empty values as a map of the composite value structure.
Description of a rule for associating members from the domainSet with members of the rangeSet.
Defines how values in the domain are mapped to the range set. The start point and the sequencing rule are specified here.
If absent, the implied value is "Linear".
Index position of the first grid post. If absent the startPoint is equal to the value of gridEnvelope::low from the grid definition.
Exends GridFunctionType with a lookUpTable. This contains a list of indexes of members within the rangeSet corresponding with the members of the domainSet. The domainSet is traversed in list order if it is enumerated explicitly, or in the order specified by a SequenceRule if the domain is an implicit set. The length of the lookUpTable corresponds with the length of the subset of the domainSet for which the coverage is defined.
List of codes (adopted from ISO 19123 Annex C) that identifies the rule for traversing a grid to correspond with the sequence of members of the rangeSet.
The enumeration value here indicates the incrementation order to be used on the first 2 axes, i.e. "+x-y" means that the points on the first axis are to be traversed from lowest to highest and the points on the second axis are to be traversed from highest to lowest. The points on all other axes (if any) beyond the first 2 are assumed to increment from lowest to highest.
A discrete coverage type whose domain is defined by a collection of point
A discrete coverage type whose domain is defined by a collection of surface patches (includes polygons, triangles, rectangles, etc).