gml:usesEllipsoidalCS
Element information
Namespace: http://www.opengis.net/gml/3.2
Schema document: external/ogc/gml/3.2.1/deprecatedTypes.xsd
Type: gml:EllipsoidalCSPropertyType
Properties: Global, Qualified
Content
- Choice [0..1]
- gml:EllipsoidalCSgml:EllipsoidalCS is a two- or three-dimensional coordinate system in which position is specified by geodetic latitude, geodetic longitude, and (in the three-dimensional case) ellipsoidal height. An EllipsoidalCS shall have two or three gml:axis property elements; the number of associations shall equal the dimension of the CS.
- gmx:ML_EllipsoidalCS
from subst. group gml:EllipsoidalCS
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:GeodeticCRSType (Element gml:GeodeticCRS)
- Type gml:GeographicCRSType (Element gml:GeographicCRS)
- Type gmx:ML_GeodeticCRS_Type via extension of gml:GeodeticCRSType (Element gmx:ML_GeodeticCRS)
Substitution hierarchy
- gml:ellipsoidalCS
- can be substituted with gml:usesEllipsoidalCS
Sample instance
<gml:usesEllipsoidalCS> <gml:EllipsoidalCS 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:EllipsoidalCS> </gml:usesEllipsoidalCS>