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
- Serializable
- Product
- Equals
- AbstractLocationReference
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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( ... ) @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] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @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
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val pathToPoi: Option[Path]
- val poi: RelativeGeoCoordinate
- val shape: Option[Shape]
-
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()