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
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val first: FirstLocationReferencePoint
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @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
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val orientation: Orientation
- val positiveOffset: Option[DistanceMetresMax15000]
- val sideOfRoad: SideOfRoad
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()