Package uk.org.siri.siri21
Class VehicleOrientationRelativeToQuay
- java.lang.Object
-
- uk.org.siri.siri21.NaturalLanguageStringStructure
-
- uk.org.siri.siri21.VehicleOrientationRelativeToQuay
-
- All Implemented Interfaces:
Serializable
public class VehicleOrientationRelativeToQuay extends NaturalLanguageStringStructure implements Serializable
Indication of the direction of travel of the vehicle (e.g. TRAIN formation) with respect to the platform, or more precisely the QUAY. +SIRI v2.1 Examples: - "towards A" or "towards sector A" if the QUAY is separated into sub-QUAYs or so called sectors. This would be equivalent to the vehicle arriving or departing in the direction of sector A on a QUAY with sectors A-B-C-D. If the arriving vehicle is represented as an arrow, "towards A" would be abstracted as "=> A-B-C-D". If the departing vehicle is represented as an arrow, "towards A" would be abstracted as "<= A-B-C-D". - "towards 0" or "towards reference point 0" if sectors are not available or the QUAY has a reference point, e.g. for measuring the length of the QUAY, identified by "0". This would be equivalent to the vehicle arriving or departing in the direction of this reference point. If the arriving vehicle is represented as an arrow, "towards 0" would be abstracted as "=> 0...100". "100" (as in percent) could denote the opposite side of the QUAY (measured at the full length of the QUAY with respect to the reference point). If the departing vehicle is represented as an arrow, "towards 0" would be abstracted as "<= 0...100". It is advised to specify a reference point that is meaningful for passengers on location.Java class for VehicleOrientationRelativeToQuay complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VehicleOrientationRelativeToQuay"> <simpleContent> <restriction base="<http://www.siri.org.uk/siri>NaturalLanguageStringStructure"> </restriction> </simpleContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class uk.org.siri.siri21.NaturalLanguageStringStructure
lang, value
-
-
Constructor Summary
Constructors Constructor Description VehicleOrientationRelativeToQuay()
-