gml:axis
The gml:axis property is an association role (ordered sequence) to the coordinate system axes included in this coordinate system. The coordinate values in a coordinate tuple shall be recorded in the order in which the coordinate system axes associations are recorded, whenever those coordinates use a coordinate reference system that uses this coordinate system. The gml:AggregationAttributeGroup should be used to specify that the axis objects are ordered.
Element information
Namespace: http://www.opengis.net/gml/3.2
Schema document: external/ogc/gml/3.2.1/coordinateSystems.xsd
Type: gml:CoordinateSystemAxisPropertyType
Properties: Global, Qualified
Content
- gml:CoordinateSystemAxis [0..1] gml:CoordinateSystemAxis is a definition of a coordinate system axis.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
xlink:type | [0..1] | xsd:string | Fixed value is "simple". from group xlink:simpleLink | |
xlink:href | [0..1] | xsd:anyURI | from group xlink:simpleLink | |
xlink:role | [0..1] | xsd:anyURI | from group xlink:simpleLink | |
xlink:arcrole | [0..1] | xsd:anyURI | from group xlink:simpleLink | |
xlink:title | [0..1] | xsd:string | from group xlink:simpleLink | |
xlink:show | [0..1] | Anonymous | from group xlink:simpleLink | |
xlink:actuate | [0..1] | Anonymous | from group xlink:simpleLink | |
nilReason | [0..1] | gml:NilReasonType | from group gml:AssociationAttributeGroup | |
gml:remoteSchema | [0..1] | xsd:anyURI | from group gml:AssociationAttributeGroup |
Used in
- Type gml:AbstractCoordinateSystemType (Element gml:AbstractCoordinateSystem)
- Type gml:AffineCSType via extension of gml:AbstractCoordinateSystemType (Element gml:AffineCS)
- Type gml:CartesianCSType via extension of gml:AbstractCoordinateSystemType (Element gml:CartesianCS)
- Type gml:CylindricalCSType via extension of gml:AbstractCoordinateSystemType (Element gml:CylindricalCS)
- Type gml:EllipsoidalCSType via extension of gml:AbstractCoordinateSystemType (Element gml:EllipsoidalCS)
- Type gml:LinearCSType via extension of gml:AbstractCoordinateSystemType (Element gml:LinearCS)
- Type gml:ObliqueCartesianCSType via extension of gml:AbstractCoordinateSystemType (Element gml:ObliqueCartesianCS)
- Type gml:PolarCSType via extension of gml:AbstractCoordinateSystemType (Element gml:PolarCS)
- Type gml:SphericalCSType via extension of gml:AbstractCoordinateSystemType (Element gml:SphericalCS)
- Type gml:TemporalCSType via extension of gml:AbstractCoordinateSystemType (Element gml:TemporalCS)
- Type gml:TimeCSType via extension of gml:AbstractCoordinateSystemType (Element gml:TimeCS)
- Type gml:UserDefinedCSType via extension of gml:AbstractCoordinateSystemType (Element gml:UserDefinedCS)
- Type gml:VerticalCSType via extension of gml:AbstractCoordinateSystemType (Element gml:VerticalCS)
Substitution hierarchy
- gml:axis
- can be substituted with gml:usesAxis
Sample instance
<gml:axis> <gml:CoordinateSystemAxis gml:id="ID" uom=""> <gml:metaDataProperty> <gml:GenericMetaData>Any text, intermingled with:... </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:axisAbbrev>string</gml:axisAbbrev> <gml:axisDirection codeSpace="http://www.example.com/">string</gml:axisDirection> <gml:minimumValue>1.0</gml:minimumValue> <gml:maximumValue>1.0</gml:maximumValue> <gml:rangeMeaning codeSpace="http://www.example.com/">string</gml:rangeMeaning> </gml:CoordinateSystemAxis> </gml:axis>