Definition Type: Element
Name: RectifiedGrid
Namespace: http://www.opengis.net/gml/3.2
Type: gml:RectifiedGridType
Containing Schema: grids.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into offsetVector in schema grids_xsd Drilldown into origin in schema grids_xsd Drilldown into axisName in schema grids_xsd Drilldown into axisLabels in schema grids_xsd Drilldown into limits in schema grids_xsd Drilldown into name in schema gmlbase_xsd Drilldown into identifier in schema gmlbase_xsd Drilldown into descriptionReference in schema gmlbase_xsd Drilldown into description in schema gmlbase_xsd Drilldown into metaDataProperty in schema deprecatedtypes_xsd Drilldown into StandardObjectProperties in schema gmlbase_xsd Drilldown into id in schema gmlbase_xsd Drilldown into AbstractGMLType in schema gmlbase_xsd Drilldown into uomLabels in schema geometrybasic0d1d_xsd Drilldown into axisLabels in schema geometrybasic0d1d_xsd Drilldown into SRSInformationGroup in schema geometrybasic0d1d_xsd Drilldown into srsDimension in schema geometrybasic0d1d_xsd Drilldown into srsName in schema geometrybasic0d1d_xsd Drilldown into SRSReferenceGroup in schema geometrybasic0d1d_xsd Drilldown into AbstractGeometryType in schema geometrybasic0d1d_xsd Drilldown into dimension in schema grids_xsd Drilldown into GridType in schema grids_xsd Drilldown into RectifiedGridType in schema grids_xsdXSD Diagram of RectifiedGrid in schema grids_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
descriptionReference gml:descriptionReference 0 (1)
identifier gml:identifier 0 (1)
name gml:name 0 unbounded
limits gml:limits (1) (1)
axisLabels gml:axisLabels (1) (1)
axisName gml:axisName (1) unbounded
origin gml:origin (1) (1)
offsetVector gml:offsetVector (1) unbounded
<xs:group> gml:StandardObjectProperties (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id (Optional)
srsName gml:srsName (Optional)
srsDimension gml:srsDimension (Optional)
axisLabels gml:axisLabels (Optional)
uomLabels gml:uomLabels (Optional)
dimension gml:dimension Required
Collapse Derivation Tree:
Collapse References:
gml:Grid