gml:usesCartesianCS
Element information
Namespace: http://www.opengis.net/gml/3.2
Schema document: external/ogc/gml/3.2.1/deprecatedTypes.xsd
Type: gml:CartesianCSPropertyType
Properties: Global, Qualified
Content
- Choice [0..1]
- gml:CartesianCSgml:CartesianCS is a 1-, 2-, or 3-dimensional coordinate system. In the 1-dimensional case, it contains a single straight coordinate axis. In the 2- and 3-dimensional cases gives the position of points relative to orthogonal straight axes. In the multi-dimensional case, all axes shall have the same length unit of measure. A CartesianCS shall have one, two, or three gml:axis property elements.
- gmx:ML_CartesianCS
from subst. group gml:CartesianCS
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
nilReason | [0..1] | gml:NilReasonType | from group gml:AssociationAttributeGroup | |
gml:remoteSchema | [0..1] | xsd:anyURI | from group gml:AssociationAttributeGroup |
Used in
- Type gml:EngineeringCRSType (Element gml:EngineeringCRS)
- Type gml:GeocentricCRSType (Element gml:GeocentricCRS)
- Type gml:GeodeticCRSType (Element gml:GeodeticCRS)
- Type gml:ImageCRSType (Element gml:ImageCRS)
- Type gml:ProjectedCRSType (Element gml:ProjectedCRS)
- Type gmx:ML_EngineeringCRS_Type via extension of gml:EngineeringCRSType (Element gmx:ML_EngineeringCRS)
- Type gmx:ML_GeodeticCRS_Type via extension of gml:GeodeticCRSType (Element gmx:ML_GeodeticCRS)
- Type gmx:ML_ImageCRS_Type via extension of gml:ImageCRSType (Element gmx:ML_ImageCRS)
- Type gmx:ML_ProjectedCRS_Type via extension of gml:ProjectedCRSType (Element gmx:ML_ProjectedCRS)
Substitution hierarchy
- gml:cartesianCS
- can be substituted with gml:usesCartesianCS
Sample instance
<gml:usesCartesianCS> <gml:CartesianCS gml:id="ID"> <gml:metaDataProperty> <gml:GenericMetaData>Any text, intermingled with: <!--any element--> </gml:GenericMetaData> </gml:metaDataProperty> <gml:description>string</gml:description> <gml:descriptionReference/> <gml:identifier codeSpace="http://www.example.com/">string</gml:identifier> <gml:name>string</gml:name> <gml:remarks>string</gml:remarks> <gml:axis> <gml:CoordinateSystemAxis gml:id="ID" uom="">... </gml:CoordinateSystemAxis> </gml:axis> </gml:CartesianCS> </gml:usesCartesianCS>