com.here.platform.location.referencing
OlrLocationReferenceCreators
Companion object OlrLocationReferenceCreators
class OlrLocationReferenceCreators extends AnyRef
Provides LocationReferenceCreators factories to create different Olr location reference types from Location Library data model specific representations.
- Alphabetic
- By Inheritance
- OlrLocationReferenceCreators
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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()
- def closedLinear: LocationReferenceCreator[ClosedLinearLocation, ClosedLinearLocationReference]
Generates a creator for com.here.platform.location.tpeg2.olr.ClosedLinearLocationReferences.
Generates a creator for com.here.platform.location.tpeg2.olr.ClosedLinearLocationReferences.
A
ClosedLinearLocationReferencerefers to a closed path in the road network and thus needs to be created against a map. - final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def linear: LocationReferenceCreator[LinearLocation, LinearLocationReference]
Generates a creator for com.here.platform.location.tpeg2.olr.LinearLocationReferences.
Generates a creator for com.here.platform.location.tpeg2.olr.LinearLocationReferences.
As a
LinearLocationReferencerefers to a path in the road network, you need to create this reference against a map. - 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()
- def olr: LocationReferenceCreator[ReferencingLocation, OpenLRLocationReference]
Generates a creator for com.here.platform.location.tpeg2.olr.OpenLRLocationReferences from com.here.platform.location.referencing.ReferencingLocations.
Generates a creator for com.here.platform.location.tpeg2.olr.OpenLRLocationReferences from com.here.platform.location.referencing.ReferencingLocations.
This creator chooses the correct type of OpenLR reference depending on the actual subtype of com.here.platform.location.referencing.ReferencingLocation that is being passed in.
- def poiWithAccessPoint: LocationReferenceCreator[PointOfInterest, POIWithAccessPointLocationReference]
Generates a creator for com.here.platform.location.tpeg2.olr.POIWithAccessPointLocationReferences.
Generates a creator for com.here.platform.location.tpeg2.olr.POIWithAccessPointLocationReferences.
A
POIWithAccessPointLocationReferencerefers to an access point on a road section and thus needs to be created against a map. - def pointAlongLine: LocationReferenceCreator[AccessPoint, PointAlongLineLocationReference]
Generates a creator for com.here.platform.location.tpeg2.olr.PointAlongLineLocationReferences.
Generates a creator for com.here.platform.location.tpeg2.olr.PointAlongLineLocationReferences.
A
PointAlongLineLocationReferencerefers to a point on a road section and thus needs to be created against a map. - final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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)