Enumeration RelativeDistanceType

Definition of the coordinate system dimension(s) to be used for calculating distances.

Used in:
DistanceCondition , RelativeDistanceCondition , TimeHeadwayCondition , TimeToCollisionCondition
Enumeration Literals
  Name Applied Stereotypes Description
  lateral Smallest lateral distance (y for cartesian coordinate systems, t for road-based coordinate systems).
  longitudinal Smallest longitudinal distance (x for cartesian coordinate systems, s for road-based coordinate systems).
D cartesianDistance deprecated Cartesian distance offset. If used together with CoordinateSystem, then the value of the CoordinateSystem is not considered.
  euclidianDistance Absolute magnitude of the euclidean distance vector. CoordinateSystem defaults to entity. If CoordinateSystem is defined by user, that value is overridden.
Deprecation
  • Enumeration literal cartesianDistance deprecated.
XSD 1.4 Representation


<xsd:simpleType name="RelativeDistanceType">
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="lateral"/>
<xsd:enumeration value="longitudinal"/>
<xsd:enumeration value="cartesianDistance">
<xsd:annotation>
<xsd:appinfo>
deprecated
</xsd:appinfo>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="euclidianDistance"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="parameter"/>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>

Change log from version 1.3
  • Enumeration literal 'cartesianDistance'. Stereotype <<deprecated>>. Tagged value 'withVersion' removed.
  • Enumeration literal 'cartesianDistance'. Stereotype <<deprecated>>. Tagged value 'comment' removed.
Stereotype Details Information
  • Enumeration literal cartesianDistance
    • deprecated

To XSD