Definition Type: Element
Name: coverageFunction
Namespace: http://www.opengis.net/gml/3.2
Type: gml:CoverageFunctionType
Containing Schema: coverage.xsd
Abstract
Documentation:
The gml:coverageFunction property describes the mapping function from the domain to the range of the coverage. The value of the CoverageFunction is one of gml:CoverageMappingRule and gml:GridFunction. If the gml:coverageFunction property is omitted for a gridded coverage (including rectified gridded coverages) the gml:startPoint is assumed to be the value of the gml:low property in the gml:Grid geometry, and the gml:sequenceRule is assumed to be linear and the gml:axisOrder property is assumed to be "+1 +2".
Collapse XSD Schema Diagram:
Drilldown into GridFunction in schema coverage_xsd Drilldown into CoverageMappingRule in schema coverage_xsd Drilldown into MappingRule in schema deprecatedtypes_xsd Drilldown into CoverageFunctionType in schema coverage_xsdXSD Diagram of coverageFunction in schema coverage_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<element name="coverageFunction" type="gml:CoverageFunctionType" substitutionGroup="gml:AbstractObject">
    <annotation>
        <documentation>The gml:coverageFunction property describes the mapping function from the domain to the range of the coverage.
The value of the CoverageFunction is one of gml:CoverageMappingRule and gml:GridFunction.
If the gml:coverageFunction property is omitted for a gridded coverage (including rectified gridded coverages) the gml:startPoint is assumed to be the value of the gml:low property in the gml:Grid geometry, and the gml:sequenceRule is assumed to be linear and the gml:axisOrder property is assumed to be "+1 +2".</documentation>
    </annotation>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MappingRule gml:MappingRule (1) (1)
CoverageMappingRule gml:CoverageMappingRule (1) (1)
GridFunction gml:GridFunction (1) (1)
Collapse Derivation Tree:
Collapse References:
gml:AbstractObject