gml:IndexMap
Element information
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Schema document: external/ogc-gml/3.1.1/dhs-gmo/1.0.0/gml.xsd
Type: gml:IndexMapType
Properties: Global, Qualified
Content
- Sequence [1..1]
- gml:sequenceRule [0..1] If absent, the implied value is "Linear".
- gml:startPoint [0..1] Index position of the first grid post, which must lie somwhere in the GridEnvelope. If absent, the startPoint is equal to the value of gridEnvelope::low from the grid definition.
- gml:lookUpTable [1..1]
from type gml:GridFunctionType
Attributes
None
Used in
- Type gml:CoverageFunctionType (Element gml:coverageFunction)
Substitution hierarchy
- gml:GridFunction
- can be substituted with gml:IndexMap
Sample instance
<gml:IndexMap> <gml:sequenceRule>Linear</gml:sequenceRule> <gml:startPoint>1 1</gml:startPoint> <gml:lookUpTable>1 1</gml:lookUpTable> </gml:IndexMap>