class OlrLocationReferenceResolvers extends AnyRef

Provides LocationReferenceResolvers factories to resolve different location reference types into Location Library data model specific representations.

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

Instance Constructors

  1. new OlrLocationReferenceResolvers(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. def abstractReference: LocationReferenceResolver[AbstractLocationReference, ReferencingLocation]

    Creates a resolver that resolves com.here.platform.location.tpeg2.olr.AbstractLocationReferences to com.here.platform.location.referencing.ReferencingLocations.

    Creates a resolver that resolves com.here.platform.location.tpeg2.olr.AbstractLocationReferences to com.here.platform.location.referencing.ReferencingLocations.

    This resolver chooses the correct type of com.here.platform.location.referencing.ReferencingLocation based on the type the OpenLR reference that is being passed in.

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def closedLinear: LocationReferenceResolver[ClosedLinearLocationReference, ClosedLinearLocation]

    Creates a resolver for com.here.platform.location.tpeg2.olr.ClosedLinearLocationReferences.

    Creates a resolver for com.here.platform.location.tpeg2.olr.ClosedLinearLocationReferences.

    A ClosedLinearLocationReference refers to a closed path in the road network and thus needs to be resolved against a map. If the reference cannot be resolved an com.here.platform.location.referencing.olr.OlrException is thrown.

  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def linear: LocationReferenceResolver[LinearLocationReference, LinearLocation]

    Creates a resolver for com.here.platform.location.tpeg2.olr.LinearLocationReferences.

    Creates a resolver for com.here.platform.location.tpeg2.olr.LinearLocationReferences.

    A LinearLocationReference refers to a path in the road network and thus needs to be resolved against a map. If the reference cannot be resolved an com.here.platform.location.referencing.olr.OlrException is thrown.

  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. def olr: LocationReferenceResolver[OpenLRLocationReference, ReferencingLocation]

    Creates a resolver that resolves com.here.platform.location.tpeg2.olr.OpenLRLocationReferences to com.here.platform.location.referencing.ReferencingLocations.

    Creates a resolver that resolves com.here.platform.location.tpeg2.olr.OpenLRLocationReferences to com.here.platform.location.referencing.ReferencingLocations.

    This resolver chooses the correct type of com.here.platform.location.referencing.ReferencingLocation based on the type the OpenLR reference that is being passed in.

  19. def poiWithAccessPoint: LocationReferenceResolver[POIWithAccessPointLocationReference, PointOfInterest]

    Creates a resolver for com.here.platform.location.tpeg2.olr.POIWithAccessPointLocationReferences.

    Creates a resolver for com.here.platform.location.tpeg2.olr.POIWithAccessPointLocationReferences.

    A POIWithAccessPointLocationReference refers to an accesspoint point on a road section and thus needs to be resolved against a map. If the reference cannot be resolved an com.here.platform.location.referencing.olr.OlrException is thrown.

  20. def pointAlongLine: LocationReferenceResolver[PointAlongLineLocationReference, AccessPoint]

    Creates a resolver for com.here.platform.location.tpeg2.olr.PointAlongLineLocationReferences.

    Creates a resolver for com.here.platform.location.tpeg2.olr.PointAlongLineLocationReferences.

    A PointAlongLineLocationReference refers to a point on a road section and thus needs to be resolved against a map. If the reference cannot be resolved an com.here.platform.location.referencing.olr.OlrException is thrown.

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

Inherited from AnyRef

Inherited from Any

Ungrouped