gml:pos
Element information
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Schema document: external/ogc-gml/3.1.1/dhs-gmo/1.0.0/gml.xsd
Type: gml:DirectPositionType
Properties: Global, Qualified
Content
from type gml:doubleList
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
srsName | [0..1] | xsd:anyURI | In general this reference points to a CRS instance of gml:CoordinateReferenceSystemType (see coordinateReferenceSystems.xsd). For well known references it is not required that the CRS description exists at the location the URI points to. If no srsName attribute is given, the CRS must be specified as part of the larger context this geometry element is part of, e.g. a geometric element like point, curve, etc. It is expected that this attribute will be specified at the direct position level only in rare cases. | from group gml:SRSReferenceGroup |
srsDimension | [0..1] | xsd:positiveInteger | The "srsDimension" is the length of coordinate sequence (the number of entries in the list). This dimension is specified by the coordinate reference system. When the srsName attribute is omitted, this attribute shall be omitted. | from group gml:SRSReferenceGroup |
Used in
- Type gml:ArcByCenterPointType (Element gml:ArcByCenterPoint)
- Type xls:CircularArcType (Element xls:CircularArc)
- Type xls:EllipseType (Element xls:Ellipse)
- Type gml:CircleByCenterPointType via extension of gml:ArcByCenterPointType (Element gml:CircleByCenterPoint)
- Type gml:PointType (Elements gml:Point, xls:CenterPoint)
Sample instance
<gml:pos>1.0 1.0</gml:pos>