gml:GridFunction
gml:GridFunction provides an explicit mapping rule for grid geometries, i.e. the domain shall be a geometry of type grid. It describes the mapping of grid posts (discrete point grid coverage) or grid cells (discrete surface coverage) to the values in the range set. The gml:startPoint is the index position of a point in the grid that is mapped to the first point in the range set (this is also the index position of the first grid post). If the gml:startPoint property is omitted the gml:startPoint is assumed to be equal to the value of gml:low in the gml:Grid geometry. Subsequent points in the mapping are determined by the value of the gml:sequenceRule.
Element information
Namespace: http://www.opengis.net/gml/3.2
Schema document: external/ogc/gml/3.2.1/coverage.xsd
Type: gml:GridFunctionType
Properties: Global, Qualified
Content
- Sequence [1..1]
- gml:sequenceRule [0..1]
- gml:startPoint [0..1]
Attributes
None
Used in
- Type gml:ArrayAssociationType (Element gml:members)
- Type gml:CoverageFunctionType (Element gml:coverageFunction)
Substitution hierarchy
- gml:AbstractObject
- can be substituted with gml:GridFunction
Sample instance
<gml:GridFunction> <gml:sequenceRule>Linear</gml:sequenceRule> <gml:startPoint>1 1</gml:startPoint> </gml:GridFunction>