gml:CoverageMappingRule
gml:CoverageMappingRule provides a formal or informal description of the coverage function. The mapping rule may be defined as an in-line string (gml:ruleDefinition) or via a remote reference through xlink:href (gml:ruleReference). If no rule name is specified, the default is 'Linear' with respect to members of the domain in document order.
Element information
Namespace: http://www.opengis.net/gml/3.2
Schema document: external/ogc/gml/3.2.1/coverage.xsd
Type: gml:MappingRuleType
Properties: Global, Qualified
Content
- Choice [1..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:CoverageMappingRule
Sample instance
<gml:CoverageMappingRule> <gml:ruleDefinition>string</gml:ruleDefinition> </gml:CoverageMappingRule>