Definition Type: Element
Name: GridFunction
Namespace: http://www.opengis.net/gml/3.2
Type: gml:GridFunctionType
Containing Schema: coverage.xsd
Abstract
Documentation:
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.
Collapse XSD Schema Diagram:
Drilldown into startPoint in schema coverage_xsd Drilldown into sequenceRule in schema coverage_xsd Drilldown into GridFunctionType in schema coverage_xsdXSD Diagram of GridFunction in schema coverage_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<element name="GridFunction" type="gml:GridFunctionType" substitutionGroup="gml:AbstractObject">
    <annotation>
        <documentation>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.</documentation>
    </annotation>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
sequenceRule gml:sequenceRule 0 (1)
startPoint gml:startPoint 0 (1)
Collapse Derivation Tree:
Collapse References:
gml:AbstractObject