Class PositionInLaneCoordinates
- Applied Stereotypes:
-
XSDcomplexType
Defines a coordinate along a lane with a given s coordinate and lane ID.
- Used in:
-
InRoutePosition
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
laneId |
string |
1..1 |
XSDattribute
|
Lane ID of the actual position. |
|
laneOffset |
double |
0..1 |
XSDattribute
|
Lateral offset (relative to the lane centerline) of the actual position. If omitted, the lane offset is interpreted as 0. Unit: [m]. |
|
pathS |
double |
1..1 |
XSDattribute
|
Position in s coordinates along the reference line of the route. Unit: [m]. Range: [0..inf[. |
|
XSD 1.3 Representation |
<xsd:complexType name="PositionInLaneCoordinates">
<xsd:attribute name="laneId" type="String" use="required"/>
<xsd:attribute name="laneOffset" type="Double"/>
<xsd:attribute name="pathS" type="Double" use="required"/>
</xsd:complexType>
|
|
Change log from version 1.2 |
- Property 'pathS'. Annotation changed.
-
- New Value
- Position in s coordinates along the reference line of the route. Unit: [m]. Range: [0..inf[.
- From 1.2.0
- s-coordinate of the actual position. Unit: [m]. Range: [0..inf[.
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
- Property laneId
- Property laneOffset
- Property pathS
|
To XSD