case class PointLocationLineReferenceData(first: FirstLocationReferencePoint, last: LastLocationReferencePoint, sideOfRoad: SideOfRoad, orientation: Orientation, positiveOffset: Option[DistanceMetresMax15000]) extends Product with Serializable
The reference data for a point along a line.
- first
The first reference point at the intersection before the referenced point location.
- last
The second (and last) reference point at the intersection after the referenced point location.
- sideOfRoad
Indicates on which side of the road (relative to the direction of the reference) the point is located.
- orientation
Indicates the orientation with regard to the direction of driving.
- positiveOffset
Distance in meters between the first reference point and the referenced point location.
- Alphabetic
- By Inheritance
- PointLocationLineReferenceData
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new PointLocationLineReferenceData(first: FirstLocationReferencePoint, last: LastLocationReferencePoint, sideOfRoad: SideOfRoad, orientation: Orientation, positiveOffset: Optional[DistanceMetresMax15000])
- new PointLocationLineReferenceData(first: FirstLocationReferencePoint, last: LastLocationReferencePoint, sideOfRoad: SideOfRoad, orientation: Orientation, positiveOffset: Option[DistanceMetresMax15000])
- first
The first reference point at the intersection before the referenced point location.
- last
The second (and last) reference point at the intersection after the referenced point location.
- sideOfRoad
Indicates on which side of the road (relative to the direction of the reference) the point is located.
- orientation
Indicates the orientation with regard to the direction of driving.
- positiveOffset
Distance in meters between the first reference point and the referenced point location.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val first: FirstLocationReferencePoint
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getFirst: FirstLocationReferencePoint
- def getLast: LastLocationReferencePoint
- def getOrientation: Orientation
- def getPositiveOffset: Optional[DistanceMetresMax15000]
- def getSideOfRoad: SideOfRoad
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val last: LastLocationReferencePoint
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val orientation: Orientation
- val positiveOffset: Option[DistanceMetresMax15000]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val sideOfRoad: SideOfRoad
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)