object LocationReferenceResolvers

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. LocationReferenceResolvers
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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 apply(optimizedMap: OptimizedMapLayers, adjacencyProvider: TmcAdjacencyProvider): LocationReferenceResolvers
  5. def apply(optimizedMap: OptimizedMapLayers): LocationReferenceResolvers
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  16. def olrCircle: LocationReferenceResolver[CircleLocationReference, CircleLocation]

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

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

    A circle location is given by a geo-location of the center of the circle and its radius.

    Real-world examples include a Wi-Fi hotspot with its signal range, or the center and radius used with a proximity search.

    This reference type is disconnected from the road network, and does not require a catalog to be resolved.

  17. def olrGeoCoordinate: LocationReferenceResolver[GeoCoordinateLocationReference, GeoCoordinateLocation]

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

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

    OLR's geocoordinates are represented by integer values. This resolver converts them back to WGS84 coordinates.

    This reference type is disconnected from the road network, and does not require a catalog to be resolved.

  18. def olrGrid: LocationReferenceResolver[GridLocationReference, GridLocation]

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

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

    Grid locations are defined in terms of a base rectangle location and a number of rows and columns. The base rectangle is multiplied to the north by the the number of rows and to the east by the number of columns.

    Weather reports are a real-world example for this reference type. For instance, average rainfall could be defined for every cell of the grid.

    This reference type is disconnected from the road network, and does not require a catalog to be resolved.

    GridLocation provides methods to retrieve all the bounding boxes that compose the grid.

  19. def olrPolygon: LocationReferenceResolver[PolygonLocationReference, PolygonLocation]

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

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

    A polygon location is a non-intersecting shape defined by a sequence of geocoordinate pairs. It can be used to represent any complex area in the map, like a low emission zone, or an area where traffic is overloaded.

    This reference type is disconnected from the road network, and does not require a catalog to be resolved.

  20. def olrRectangle: LocationReferenceResolver[RectangleLocationReference, RectangleLocation]

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

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

    A rectangle location reference is based on rectangular shapes and is defined in terms of a pair of geopoints, defining north/south latitude limits, and east/west longitude limits.

    This reference type is disconnected from the road network, and does not require a catalog to be resolved.

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

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped