Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Included schema grids.xsd
Namespacehttp://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 defaultunqualified
element form defaultqualified
version3.2.2
Element gml:Grid
Namespacehttp://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
Typegml:GridType
Type hierarchy
Properties
contentcomplex
Substitution Group
Substitution Group Affiliation
Model
Childrengml: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
QNameTypeUseAnnotation
axisLabelsgml:NCNameListoptional
dimensionpositiveIntegerrequired
gml:idIDoptional
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.
srsDimensionpositiveIntegeroptional
srsNameanyURIoptional
uomLabelsgml:NCNameListoptional
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
Namespacehttp://www.opengis.net/gml/3.2
Diagram
Diagramgrids_xsd.tmp#GridLimitsType_GridEnvelopegrids_xsd.tmp#GridLimitsType
Typegml:GridLimitsType
Properties
contentcomplex
Model
Childrengml: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
Namespacehttp://www.opengis.net/gml/3.2
Diagram
Diagramgrids_xsd.tmp#GridEnvelopeType_lowgrids_xsd.tmp#GridEnvelopeType_highgrids_xsd.tmp#GridEnvelopeType
Typegml:GridEnvelopeType
Properties
contentcomplex
Model
Childrengml: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
Namespacehttp://www.opengis.net/gml/3.2
Diagram
DiagrambasicTypes_xsd.tmp#integerList
Typegml:integerList
Properties
contentsimple
Source
<element name="low" type="gml:integerList"/>
Element gml:GridEnvelopeType / gml:high
Namespacehttp://www.opengis.net/gml/3.2
Diagram
DiagrambasicTypes_xsd.tmp#integerList
Typegml:integerList
Properties
contentsimple
Source
<element name="high" type="gml:integerList"/>
Element gml:GridType / gml:axisLabels
Namespacehttp://www.opengis.net/gml/3.2
Diagram
DiagrambasicTypes_xsd.tmp#NCNameList
Typegml:NCNameList
Properties
contentsimple
Source
<element name="axisLabels" type="gml:NCNameList"/>
Element gml:GridType / gml:axisName
Namespacehttp://www.opengis.net/gml/3.2
Diagram
Diagram
Typestring
Properties
contentsimple
maxOccursunbounded
Source
<element name="axisName" type="string" maxOccurs="unbounded"/>
Element gml:AbstractImplicitGeometry
Namespacehttp://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
Typegml:AbstractGeometryType
Type hierarchy
Properties
contentcomplex
abstracttrue
Substitution Group
Substitution Group Affiliation
Model
Childrengml: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
QNameTypeUseAnnotation
axisLabelsgml:NCNameListoptional
gml:idIDoptional
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.
srsDimensionpositiveIntegeroptional
srsNameanyURIoptional
uomLabelsgml:NCNameListoptional
Source
<element name="AbstractImplicitGeometry" type="gml:AbstractGeometryType" abstract="true" substitutionGroup="gml:AbstractGeometry"/>
Element gml:RectifiedGrid
Namespacehttp://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
Typegml:RectifiedGridType
Type hierarchy
Properties
contentcomplex
Substitution Group Affiliation
Model
Childrengml: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
QNameTypeUseAnnotation
axisLabelsgml:NCNameListoptional
dimensionpositiveIntegerrequired
gml:idIDoptional
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.
srsDimensionpositiveIntegeroptional
srsNameanyURIoptional
uomLabelsgml:NCNameListoptional
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
Namespacehttp://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupgmlBase_xsd.tmp#OwnershipAttributeGroupgeometryBasic0d1d_xsd.tmp#PointgeometryBasic0d1d_xsd.tmp#PointPropertyType
Typegml:PointPropertyType
Properties
contentcomplex
Model
Childrengml: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
Source
<element name="origin" type="gml:PointPropertyType"/>
Element gml:RectifiedGridType / gml:offsetVector
Namespacehttp://www.opengis.net/gml/3.2
Diagram
DiagrambasicTypes_xsd.tmp#doubleListgeometryBasic0d1d_xsd.tmp#SRSReferenceGroupgeometryBasic0d1d_xsd.tmp#DirectPositionTypegeometryBasic0d1d_xsd.tmp#VectorType
Typegml:VectorType
Type hierarchy
Properties
contentcomplex
maxOccursunbounded
Attributes
QNameTypeUse
axisLabelsgml:NCNameListoptional
srsDimensionpositiveIntegeroptional
srsNameanyURIoptional
uomLabelsgml:NCNameListoptional
Source
<element name="offsetVector" type="gml:VectorType" maxOccurs="unbounded"/>
Complex Type gml:GridType
Namespacehttp://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
Typeextension of gml:AbstractGeometryType
Type hierarchy
Used by
Model
Childrengml:axisLabels, gml:axisName, gml:description, gml:descriptionReference, gml:identifier, gml:limits, gml:metaDataProperty, gml:name
Attributes
QNameTypeUseAnnotation
axisLabelsgml:NCNameListoptional
dimensionpositiveIntegerrequired
gml:idIDoptional
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.
srsDimensionpositiveIntegeroptional
srsNameanyURIoptional
uomLabelsgml:NCNameListoptional
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
Namespacehttp://www.opengis.net/gml/3.2
Diagram
Diagramgrids_xsd.tmp#GridLimitsType_GridEnvelope
Used by
Model
Childrengml:GridEnvelope
Source
<complexType name="GridLimitsType">
  <sequence>
    <element name="GridEnvelope" type="gml:GridEnvelopeType"/>
  </sequence>
</complexType>
Complex Type gml:GridEnvelopeType
Namespacehttp://www.opengis.net/gml/3.2
Diagram
Diagramgrids_xsd.tmp#GridEnvelopeType_lowgrids_xsd.tmp#GridEnvelopeType_high
Used by
Model
Childrengml: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
Namespacehttp://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
Typeextension of gml:GridType
Type hierarchy
Used by
Model
Childrengml:axisLabels, gml:axisName, gml:description, gml:descriptionReference, gml:identifier, gml:limits, gml:metaDataProperty, gml:name, gml:offsetVector, gml:origin
Attributes
QNameTypeUseAnnotation
axisLabelsgml:NCNameListoptional
dimensionpositiveIntegerrequired
gml:idIDoptional
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.
srsDimensionpositiveIntegeroptional
srsNameanyURIoptional
uomLabelsgml:NCNameListoptional
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
NamespaceNo namespace
TypepositiveInteger
Properties
userequired
Used by
Complex Typegml:GridType
Source
<attribute name="dimension" type="positiveInteger" use="required"/>