class OlrLocationReferenceCreators extends AnyRef

Provides LocationReferenceCreators factories to create different Olr location reference types from Location Library data model specific representations.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OlrLocationReferenceCreators
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new OlrLocationReferenceCreators(olrLayers: OlrLayers)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. 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 ClosedLinearLocationReference refers to a closed path in the road network and thus needs to be created against a map.

  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. 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 LinearLocationReference refers to a path in the road network, you need to create this reference against a map.

  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. 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.

  18. 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 POIWithAccessPointLocationReference refers to an access point on a road section and thus needs to be created against a map.

  19. 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 PointAlongLineLocationReference refers to a point on a road section and thus needs to be created against a map.

  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped