Documentation for fieldgml

Complex Type: GridEnvelopeType

[Table of contents]

Super-types: None
Sub-types: None
Name GridEnvelopeType
Abstract no
Documentation Provides grid coordinate values for the diametrically opposed corners of an envelope that bounds a section of grid. The value of a single coordinate is the number of offsets from the origin of the grid in the direction of a specific axis.
XML Instance Representation
<...>
<gml:low> gml:integerList </gml:low> [1]
<gml:high> gml:integerList </gml:high> [1]
</...>
Diagram
h-1542537865 h-1542537865
Schema Component Representation
<complexType name="GridEnvelopeType">
<sequence>
<element name="low" type=" gml:integerList "/>
<element name="high" type=" gml:integerList "/>
</sequence>
</complexType>