Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Included schema grids.xsd
Namespace http://www.opengis.net/gml/3.2
Annotations
See ISO/DIS 19136 20.2.
An implicit description of geometry is one in which the items of the geometry do not explicitly appear in the encoding.  Instead, a compact notation records a set of parameters, and a set of objects may be generated using a rule with these parameters.  This Clause provides grid geometries that are used in the description of gridded coverages and other applications.
In GML two grid structures are defined, namely gml:Grid and gml:RectifiedGrid.

GML is an OGC Standard.
Copyright (c) 2007, 2010, 2016, 2018 Open Geospatial Consortium.
To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .
Properties
attribute form default unqualified
element form default qualified
version 3.2.2
Element gml:Grid
Namespace http://www.opengis.net/gml/3.2
Annotations
The gml:Grid implicitly defines an unrectified grid, which is a network composed of two or more sets of curves in which the members of each set intersect the members of the other sets in an algorithmic way.  The region of interest within the grid is given in terms of its gml:limits, being the grid coordinates of  diagonally opposed corners of a rectangular region.  gml:axisLabels is provided with a list of labels of the axes of the grid (gml:axisName has been deprecated). gml:dimension specifies the dimension of the grid.  
The gml:limits element contains a single gml:GridEnvelope. The gml:low and gml:high property elements of the envelope are each integerLists, which are coordinate tuples, the coordinates being measured as offsets from the origin of the grid along each axis, of the diagonally opposing corners of a "rectangular" region of interest.
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegeometryBasic0d1d_xsd.tmp#SRSReferenceGroupgeometryBasic0d1d_xsd.tmp#AbstractGeometryTypegrids_xsd.tmp#GridType_dimensiongrids_xsd.tmp#GridType_limitsgrids_xsd.tmp#GridType_axisLabelsgrids_xsd.tmp#GridType_axisNamegrids_xsd.tmp#GridTypegrids_xsd.tmp#RectifiedGridgrids_xsd.tmp#AbstractImplicitGeometry
Type gml:GridType
Type hierarchy
Properties
content complex
Substitution Group
Substitution Group Affiliation
Model
Children gml:axisLabels, gml:axisName, gml:description, gml:descriptionReference, gml:identifier, gml:limits, gml:metaDataProperty, gml:name
Instance
<gml:Grid axisLabels="" dimension="" gml:id="" srsDimension="" srsName="" uomLabels="" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:descriptionReference xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:descriptionReference>
  <gml:identifier codeSpace="">{0,1}</gml:identifier>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
  <gml:limits>{1,1}</gml:limits>
  <gml:axisLabels>{1,1}</gml:axisLabels>
  <gml:axisName>{1,unbounded}</gml:axisName>
</gml:Grid>
Attributes
QName Type Use Annotation
axisLabels gml:NCNameList optional
dimension positiveInteger required
gml:id ID optional
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
srsDimension positiveInteger optional
srsName anyURI optional
uomLabels gml:NCNameList optional
Source
<element name="Grid" type="gml:GridType" substitutionGroup="gml:AbstractImplicitGeometry">
  <annotation>
    <documentation>The gml:Grid implicitly defines an unrectified grid, which is a network composed of two or more sets of curves in which the members of each set intersect the members of the other sets in an algorithmic way. The region of interest within the grid is given in terms of its gml:limits, being the grid coordinates of diagonally opposed corners of a rectangular region. gml:axisLabels is provided with a list of labels of the axes of the grid (gml:axisName has been deprecated). gml:dimension specifies the dimension of the grid. The gml:limits element contains a single gml:GridEnvelope. The gml:low and gml:high property elements of the envelope are each integerLists, which are coordinate tuples, the coordinates being measured as offsets from the origin of the grid along each axis, of the diagonally opposing corners of a "rectangular" region of interest.</documentation>
  </annotation>
</element>
Element gml:GridType / gml:limits
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagramgrids_xsd.tmp#GridLimitsType_GridEnvelopegrids_xsd.tmp#GridLimitsType
Type gml:GridLimitsType
Properties
content complex
Model
Children gml:GridEnvelope
Instance
<gml:limits xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:GridEnvelope>{1,1}</gml:GridEnvelope>
</gml:limits>
Source
<element name="limits" type="gml:GridLimitsType"/>
Element gml:GridLimitsType / gml:GridEnvelope
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagramgrids_xsd.tmp#GridEnvelopeType_lowgrids_xsd.tmp#GridEnvelopeType_highgrids_xsd.tmp#GridEnvelopeType
Type gml:GridEnvelopeType
Properties
content complex
Model
Children gml:high, gml:low
Instance
<gml:GridEnvelope xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:low>{1,1}</gml:low>
  <gml:high>{1,1}</gml:high>
</gml:GridEnvelope>
Source
<element name="GridEnvelope" type="gml:GridEnvelopeType"/>
Element gml:GridEnvelopeType / gml:low
Namespace http://www.opengis.net/gml/3.2
Diagram
DiagrambasicTypes_xsd.tmp#integerList
Type gml:integerList
Properties
content simple
Source
<element name="low" type="gml:integerList"/>
Element gml:GridEnvelopeType / gml:high
Namespace http://www.opengis.net/gml/3.2
Diagram
DiagrambasicTypes_xsd.tmp#integerList
Type gml:integerList
Properties
content simple
Source
<element name="high" type="gml:integerList"/>
Element gml:GridType / gml:axisLabels
Namespace http://www.opengis.net/gml/3.2
Diagram
DiagrambasicTypes_xsd.tmp#NCNameList
Type gml:NCNameList
Properties
content simple
Source
<element name="axisLabels" type="gml:NCNameList"/>
Element gml:GridType / gml:axisName
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram
Type string
Properties
content simple
maxOccurs unbounded
Source
<element name="axisName" type="string" maxOccurs="unbounded"/>
Element gml:AbstractImplicitGeometry
Namespace http://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegeometryBasic0d1d_xsd.tmp#SRSReferenceGroupgeometryBasic0d1d_xsd.tmp#AbstractGeometryTypegrids_xsd.tmp#GridgeometryBasic0d1d_xsd.tmp#AbstractGeometry
Type gml:AbstractGeometryType
Type hierarchy
Properties
content complex
abstract true
Substitution Group
Substitution Group Affiliation
Model
Children gml:description, gml:descriptionReference, gml:identifier, gml:metaDataProperty, gml:name
Instance
<gml:AbstractImplicitGeometry axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:descriptionReference xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:descriptionReference>
  <gml:identifier codeSpace="">{0,1}</gml:identifier>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
</gml:AbstractImplicitGeometry>
Attributes
QName Type Use Annotation
axisLabels gml:NCNameList optional
gml:id ID optional
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
srsDimension positiveInteger optional
srsName anyURI optional
uomLabels gml:NCNameList optional
Source
<element name="AbstractImplicitGeometry" type="gml:AbstractGeometryType" abstract="true" substitutionGroup="gml:AbstractGeometry"/>
Element gml:RectifiedGrid
Namespace http://www.opengis.net/gml/3.2
Annotations
A rectified grid is a grid for which there is an affine transformation between the grid coordinates and the coordinates of an external coordinate reference system. It is defined by specifying the position (in some geometric space) of the grid "origin" and of the vectors that specify the post locations.
Note that the grid limits (post indexes) and axis name properties are inherited from gml:GridType and that gml:RectifiedGrid adds a gml:origin property (contains or references a gml:Point) and a set of gml:offsetVector properties.
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegeometryBasic0d1d_xsd.tmp#SRSReferenceGroupgeometryBasic0d1d_xsd.tmp#AbstractGeometryTypegrids_xsd.tmp#GridType_dimensiongrids_xsd.tmp#GridType_limitsgrids_xsd.tmp#GridType_axisLabelsgrids_xsd.tmp#GridType_axisNamegrids_xsd.tmp#GridTypegrids_xsd.tmp#RectifiedGridType_origingrids_xsd.tmp#RectifiedGridType_offsetVectorgrids_xsd.tmp#RectifiedGridTypegrids_xsd.tmp#Grid
Type gml:RectifiedGridType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children gml:axisLabels, gml:axisName, gml:description, gml:descriptionReference, gml:identifier, gml:limits, gml:metaDataProperty, gml:name, gml:offsetVector, gml:origin
Instance
<gml:RectifiedGrid axisLabels="" dimension="" gml:id="" srsDimension="" srsName="" uomLabels="" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:descriptionReference xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:descriptionReference>
  <gml:identifier codeSpace="">{0,1}</gml:identifier>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
  <gml:limits>{1,1}</gml:limits>
  <gml:axisLabels>{1,1}</gml:axisLabels>
  <gml:axisName>{1,unbounded}</gml:axisName>
  <gml:origin xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</gml:origin>
  <gml:offsetVector axisLabels="" srsDimension="" srsName="" uomLabels="">{1,unbounded}</gml:offsetVector>
</gml:RectifiedGrid>
Attributes
QName Type Use Annotation
axisLabels gml:NCNameList optional
dimension positiveInteger required
gml:id ID optional
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
srsDimension positiveInteger optional
srsName anyURI optional
uomLabels gml:NCNameList optional
Source
<element name="RectifiedGrid" type="gml:RectifiedGridType" substitutionGroup="gml:Grid">
  <annotation>
    <documentation>A rectified grid is a grid for which there is an affine transformation between the grid coordinates and the coordinates of an external coordinate reference system. It is defined by specifying the position (in some geometric space) of the grid "origin" and of the vectors that specify the post locations. Note that the grid limits (post indexes) and axis name properties are inherited from gml:GridType and that gml:RectifiedGrid adds a gml:origin property (contains or references a gml:Point) and a set of gml:offsetVector properties.</documentation>
  </annotation>
</element>
Element gml:RectifiedGridType / gml:origin
Namespace http://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupgmlBase_xsd.tmp#OwnershipAttributeGroupgeometryBasic0d1d_xsd.tmp#PointgeometryBasic0d1d_xsd.tmp#PointPropertyType
Type gml:PointPropertyType
Properties
content complex
Model
Children gml:Point
Instance
<gml:origin xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:Point axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</gml:Point>
</gml:origin>
Attributes
QName Type Fixed Default Use
gml:remoteSchema anyURI optional
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<element name="origin" type="gml:PointPropertyType"/>
Element gml:RectifiedGridType / gml:offsetVector
Namespace http://www.opengis.net/gml/3.2
Diagram
DiagrambasicTypes_xsd.tmp#doubleListgeometryBasic0d1d_xsd.tmp#SRSReferenceGroupgeometryBasic0d1d_xsd.tmp#DirectPositionTypegeometryBasic0d1d_xsd.tmp#VectorType
Type gml:VectorType
Type hierarchy
Properties
content complex
maxOccurs unbounded
Attributes
QName Type Use
axisLabels gml:NCNameList optional
srsDimension positiveInteger optional
srsName anyURI optional
uomLabels gml:NCNameList optional
Source
<element name="offsetVector" type="gml:VectorType" maxOccurs="unbounded"/>
Complex Type gml:GridType
Namespace http://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegeometryBasic0d1d_xsd.tmp#SRSReferenceGroupgeometryBasic0d1d_xsd.tmp#AbstractGeometryTypegrids_xsd.tmp#GridType_dimensiongrids_xsd.tmp#GridType_limitsgrids_xsd.tmp#GridType_axisLabelsgrids_xsd.tmp#GridType_axisName
Type extension of gml:AbstractGeometryType
Type hierarchy
Used by
Element gml:Grid
Complex Type gml:RectifiedGridType
Model
Children gml:axisLabels, gml:axisName, gml:description, gml:descriptionReference, gml:identifier, gml:limits, gml:metaDataProperty, gml:name
Attributes
QName Type Use Annotation
axisLabels gml:NCNameList optional
dimension positiveInteger required
gml:id ID optional
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
srsDimension positiveInteger optional
srsName anyURI optional
uomLabels gml:NCNameList optional
Source
<complexType name="GridType">
  <complexContent>
    <extension base="gml:AbstractGeometryType">
      <sequence>
        <element name="limits" type="gml:GridLimitsType"/>
        <choice>
          <element name="axisLabels" type="gml:NCNameList"/>
          <element name="axisName" type="string" maxOccurs="unbounded"/>
        </choice>
      </sequence>
      <attribute name="dimension" type="positiveInteger" use="required"/>
    </extension>
  </complexContent>
</complexType>
Complex Type gml:GridLimitsType
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagramgrids_xsd.tmp#GridLimitsType_GridEnvelope
Used by
Model
Children gml:GridEnvelope
Source
<complexType name="GridLimitsType">
  <sequence>
    <element name="GridEnvelope" type="gml:GridEnvelopeType"/>
  </sequence>
</complexType>
Complex Type gml:GridEnvelopeType
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagramgrids_xsd.tmp#GridEnvelopeType_lowgrids_xsd.tmp#GridEnvelopeType_high
Used by
Model
Children gml:high, gml:low
Source
<complexType name="GridEnvelopeType">
  <sequence>
    <element name="low" type="gml:integerList"/>
    <element name="high" type="gml:integerList"/>
  </sequence>
</complexType>
Complex Type gml:RectifiedGridType
Namespace http://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegeometryBasic0d1d_xsd.tmp#SRSReferenceGroupgeometryBasic0d1d_xsd.tmp#AbstractGeometryTypegrids_xsd.tmp#GridType_dimensiongrids_xsd.tmp#GridType_limitsgrids_xsd.tmp#GridType_axisLabelsgrids_xsd.tmp#GridType_axisNamegrids_xsd.tmp#GridTypegrids_xsd.tmp#RectifiedGridType_origingrids_xsd.tmp#RectifiedGridType_offsetVector
Type extension of gml:GridType
Type hierarchy
Used by
Model
Children gml:axisLabels, gml:axisName, gml:description, gml:descriptionReference, gml:identifier, gml:limits, gml:metaDataProperty, gml:name, gml:offsetVector, gml:origin
Attributes
QName Type Use Annotation
axisLabels gml:NCNameList optional
dimension positiveInteger required
gml:id ID optional
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
srsDimension positiveInteger optional
srsName anyURI optional
uomLabels gml:NCNameList optional
Source
<complexType name="RectifiedGridType">
  <complexContent>
    <extension base="gml:GridType">
      <sequence>
        <element name="origin" type="gml:PointPropertyType"/>
        <element name="offsetVector" type="gml:VectorType" maxOccurs="unbounded"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Attribute gml:GridType / @dimension
Namespace No namespace
Type positiveInteger
Properties
use required
Used by
Complex Type gml:GridType
Source
<attribute name="dimension" type="positiveInteger" use="required"/>