gml:PointGrid

A gml:PointGrid group contains or references points or positions which are organised into sequences or grids. All rows shall have the same number of positions (columns).

Element Group Information

Model

Children: gml:rows

Used By

Source

<group name="PointGrid">
  <annotation>
    <documentation>A gml:PointGrid group contains or references points or positions which are organised into sequences or grids. All rows shall have the same number of positions (columns).</documentation>
  </annotation>
  <sequence>
    <element name="rows">
      <complexType>
        <sequence>
          <element name="Row" maxOccurs="unbounded">
            <complexType>
              <group ref="gml:geometricPositionListGroup"/>
            </complexType>
          </element>
        </sequence>
      </complexType>
    </element>
  </sequence>
</group>