Class POIWithAccessPointLocationReference
java.lang.Object
com.here.platform.location.tpeg2.olr.POIWithAccessPointLocationReference
- All Implemented Interfaces:
AbstractLocationReference
,Serializable
,scala.Equals
,scala.Product
,scala.Serializable
public class POIWithAccessPointLocationReference
extends Object
implements AbstractLocationReference, scala.Product, scala.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.
param: lineWithAccessPoint The network-bound part defining the access point to the POI. param: poi The position of the POI. param: shape An optional shape describing the location geometry. param: pathToPoi An optional path from the access point to the POI.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPOIWithAccessPointLocationReference
(PointLocationLineReferenceData lineWithAccessPoint, RelativeGeoCoordinate poi, Optional<Shape> shape, Optional<Path> pathToPoi) POIWithAccessPointLocationReference
(PointLocationLineReferenceData lineWithAccessPoint, RelativeGeoCoordinate poi, scala.Option<Shape> shape, scala.Option<Path> pathToPoi) -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
-
Constructor Details
-
POIWithAccessPointLocationReference
public POIWithAccessPointLocationReference(PointLocationLineReferenceData lineWithAccessPoint, RelativeGeoCoordinate poi, scala.Option<Shape> shape, scala.Option<Path> pathToPoi) -
POIWithAccessPointLocationReference
public POIWithAccessPointLocationReference(PointLocationLineReferenceData lineWithAccessPoint, RelativeGeoCoordinate poi, Optional<Shape> shape, Optional<Path> pathToPoi)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4) -
toString
-
lineWithAccessPoint
-
poi
-
shape
-
pathToPoi
-
getLineWithAccessPoint
-
getPoi
-
getShape
-
getPathToPoi
-