xls:Position
The Position ADT. Normally used to represent an observation/calculated position for a mobile terminal, but can be any position used by the platform. Contains Point with optional Shape, QoP, Speed, Direction and Time. Also has levelOfConfidence attribute.
Element information
Namespace: http://niem.gov/niem/external/ogc-openls/1.1.0/dhs-gmo/1.0.0
Schema document: external/ogc-openls/1.1.0/dhs-gmo/1.0.0/ols.xsd
Type: xls:PositionType
Properties: Global, Qualified
Content
- Sequence [1..1]
- gml:Point [1..1]
- Choice [0..1]
- xls:Ellipse
- gml:CircleByCenterPoint
- xls:CircularArc A CircularArc is a geometric object defined by LIF (MLP 3.0) which is defined by two arcs (r[1] > r[2]), and two lines that radiate from the center point, at a given start angle and end angle. As with the definitions for circle and ellipse, this object is defined by its parameters: a center point, two radii, and two angles. This represenation can be used only in 2D.
- gml:Polygon
- xls:MultiPolygon
- xls:QoP [0..1] QoP as defined by LIF.
- xls:Time [0..1]
- xls:Speed [0..1]
- xls:Direction [0..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
levelOfConf | [0..1] | xsd:string |
Used in
- Type geo:PositionType (Element geo:Position)
- Type xls:AvoidListType (Element xls:AvoidList)
- Type xls:WayPointType (Elements xls:StartPoint, xls:ViaPoint, xls:EndPoint)
- Type mmr:ModeTransferWayPointType via extension of xls:WayPointType (Elements mmr:StartModeWayPoint, mmr:ViaModeWayPoint, mmr:EndModeWayPoint)
Substitution hierarchy
- xls:_ADT
- can be substituted with xls:_Location
- can be substituted with xls:_Position
- can be substituted with xls:Position
- can be substituted with xls:_Position
- can be substituted with xls:_Location
Sample instance
<xls:Position> <gml:Point> <gml:metaDataProperty> <!--any element--> </gml:metaDataProperty> <gml:description>string</gml:description> <gml:name>string</gml:name> <gml:pos>1.0 1.0</gml:pos> </gml:Point> <xls:Ellipse> <gml:metaDataProperty> <!--any element--> </gml:metaDataProperty> <gml:description>string</gml:description> <gml:name>string</gml:name> <gml:pos>1.0 1.0</gml:pos> <xls:majorAxis uom="http://www.example.com/">1.0</xls:majorAxis> <xls:minorAxis uom="http://www.example.com/">1.0</xls:minorAxis> <xls:rotation uom="http://www.example.com/">1.0</xls:rotation> </xls:Ellipse> <xls:QoP> <xls:HorizontalAcc> <xls:Distance value="1.0"/> </xls:HorizontalAcc> <xls:VerticalAcc> <xls:Distance value="1.0"/> </xls:VerticalAcc> </xls:QoP> <xls:Time begin="2000-01-01T12:00:00"/> <xls:Speed value="1.0"/> <xls:Direction value="1.0"/> </xls:Position>