Documentation for fieldgml

Complex Type: GridFunctionType

[Table of contents]

Super-types: None
Sub-types:
Name GridFunctionType
Abstract no
Documentation Defines how values in the domain are mapped to the range set. The start point and the sequencing rule are specified here.
XML Instance Representation
<...>
<gml:sequenceRule> gml:SequenceRuleType </gml:sequenceRule> [0..1]

'If absent, the implied value is \"Linear\".'

<gml:startPoint> gml:integerList </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.'

</...>
Diagram
h514947516 h-1542537865
Schema Component Representation
<complexType name="GridFunctionType">
<sequence>
<element name="sequenceRule" type=" gml:SequenceRuleType " minOccurs="0"/>
<element name="startPoint" type=" gml:integerList " minOccurs="0"/>
</sequence>
</complexType>