case class POIWithAccessPointLocationReference(lineWithAccessPoint: PointLocationLineReferenceData, poi: RelativeGeoCoordinate, shape: Option[Shape], pathToPoi: Option[Path]) extends AbstractLocationReference with Product with Serializable
A POIWithAccessPointLocationReference describes a point of interest (POI) and an access
point to that POI on the road network, for example an entry to a car park associated with the POI.
- lineWithAccessPoint
The network-bound part defining the access point to the POI.
- poi
The position of the POI.
- shape
An optional shape describing the location geometry.
- pathToPoi
An optional path from the access point to the POI.
- Alphabetic
- By Inheritance
- POIWithAccessPointLocationReference
- Serializable
- Product
- Equals
- AbstractLocationReference
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new POIWithAccessPointLocationReference(lineWithAccessPoint: PointLocationLineReferenceData, poi: RelativeGeoCoordinate, shape: Optional[Shape], pathToPoi: Optional[Path])
- new POIWithAccessPointLocationReference(lineWithAccessPoint: PointLocationLineReferenceData, poi: RelativeGeoCoordinate, shape: Option[Shape], pathToPoi: Option[Path])
- lineWithAccessPoint
The network-bound part defining the access point to the POI.
- poi
The position of the POI.
- shape
An optional shape describing the location geometry.
- pathToPoi
An optional path from the access point to the POI.
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
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getLineWithAccessPoint: PointLocationLineReferenceData
- def getPathToPoi: Optional[Path]
- def getPoi: RelativeGeoCoordinate
- def getShape: Optional[Shape]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lineWithAccessPoint: PointLocationLineReferenceData
- 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 pathToPoi: Option[Path]
- val poi: RelativeGeoCoordinate
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val shape: Option[Shape]
- 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)