object OlrLocationReferenceCreators

Provides LocationReferenceCreators factories to create different 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. 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): OlrLocationReferenceCreators
  5. def apply(olrLayers: OlrLayers): OlrLocationReferenceCreators
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def circle: LocationReferenceCreator[CircleLocation, CircleLocationReference]

    Generates a creator for com.here.platform.location.tpeg2.olr.CircleLocationReference.

    Generates a creator for com.here.platform.location.tpeg2.olr.CircleLocationReference.

    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 created.

  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. def closedLinear[LS](graph: DirectedGraph[Vertex, Edge], geometries: PropertyMap[Vertex, LS], lengths: PropertyMap[Vertex, Double], functionalClass: RangeBasedPropertyMap[Vertex, FunctionalClass], formOfWay: RangeBasedPropertyMap[Vertex, FormOfWay])(implicit arg0: LineStringOperations[LS]): LocationReferenceCreator[ClosedLinearLocation, ClosedLinearLocationReference]

    This is an experimental API. It may be removed or changed from one version to the next.

    This is an experimental API. It may be removed or changed from one version to the next.

    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.

    Annotations
    @Experimental()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def geoCoordinate[GC](implicit arg0: GeoCoordinateOperations[GC]): LocationReferenceCreator[GC, GeoCoordinateLocationReference]

    Generates a creator for com.here.platform.location.tpeg2.olr.GeoCoordinateLocationReference.

    Generates a creator for com.here.platform.location.tpeg2.olr.GeoCoordinateLocationReference.

    This creator converts WGS84 coordinates to OLR geocoordinates represented by integer values.

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

  13. def geoCoordinate: LocationReferenceCreator[GeoCoordinateLocation, GeoCoordinateLocationReference]

    Generates a creator for com.here.platform.location.tpeg2.olr.GeoCoordinateLocationReference.

    Generates a creator for com.here.platform.location.tpeg2.olr.GeoCoordinateLocationReference.

    This creator converts WGS84 coordinates to OLR geocoordinates represented by integer values.

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

  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  15. def grid: LocationReferenceCreator[GridLocation, GridLocationReference]

    Generates a creator for com.here.platform.location.tpeg2.olr.GridLocationReference.

    Generates a creator for com.here.platform.location.tpeg2.olr.GridLocationReference.

    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 created.

  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def linear[LS](graph: DirectedGraph[Vertex, Edge], reverseGraph: DirectedGraph[Vertex, Edge], geometries: PropertyMap[Vertex, LS], lengths: PropertyMap[Vertex, Double], isRoadAccessible: RangeBasedPropertyMap[Vertex, Boolean], functionalClass: RangeBasedPropertyMap[Vertex, FunctionalClass], formOfWay: RangeBasedPropertyMap[Vertex, FormOfWay])(implicit arg0: LineStringOperations[LS]): LocationReferenceCreator[LinearLocation, LinearLocationReference]

    This is an experimental API. It may be removed or changed from one version to the next.

    This is an experimental API. It may be removed or changed from one version to the next.

    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.

    Annotations
    @Experimental()
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  22. def olr[LS](graph: DirectedGraph[Vertex, Edge], reverseGraph: DirectedGraph[Vertex, Edge], geometries: PropertyMap[Vertex, LS], lengths: PropertyMap[Vertex, Double], isRoadAccessible: RangeBasedPropertyMap[Vertex, Boolean], functionalClass: RangeBasedPropertyMap[Vertex, FunctionalClass], formOfWay: RangeBasedPropertyMap[Vertex, FormOfWay])(implicit arg0: LineStringOperations[LS]): LocationReferenceCreator[ReferencingLocation, OpenLRLocationReference]

    This is an experimental API. It may be removed or changed from one version to the next.

    This is an experimental API. It may be removed or changed from one version to the next.

    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.

    Annotations
    @Experimental()
  23. def poiWithAccessPoint[LS](graph: DirectedGraph[Vertex, Edge], reverseGraph: DirectedGraph[Vertex, Edge], geometries: PropertyMap[Vertex, LS], lengths: PropertyMap[Vertex, Double], isRoadAccessible: RangeBasedPropertyMap[Vertex, Boolean], functionalClass: RangeBasedPropertyMap[Vertex, FunctionalClass], formOfWay: RangeBasedPropertyMap[Vertex, FormOfWay])(implicit arg0: LineStringOperations[LS]): LocationReferenceCreator[PointOfInterest, POIWithAccessPointLocationReference]

    This is an experimental API. It may be removed or changed from one version to the next.

    This is an experimental API. It may be removed or changed from one version to the next.

    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.

    Annotations
    @Experimental()
  24. def pointAlongLine[LS](graph: DirectedGraph[Vertex, Edge], reverseGraph: DirectedGraph[Vertex, Edge], geometries: PropertyMap[Vertex, LS], lengths: PropertyMap[Vertex, Double], isRoadAccessible: RangeBasedPropertyMap[Vertex, Boolean], functionalClass: RangeBasedPropertyMap[Vertex, FunctionalClass], formOfWay: RangeBasedPropertyMap[Vertex, FormOfWay])(implicit arg0: LineStringOperations[LS]): LocationReferenceCreator[AccessPoint, PointAlongLineLocationReference]

    This is an experimental API. It may be removed or changed from one version to the next.

    This is an experimental API. It may be removed or changed from one version to the next.

    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.

    Annotations
    @Experimental()
  25. def polygon[LR](implicit arg0: LinearRingOperations[LR]): LocationReferenceCreator[LR, PolygonLocationReference]

    Generates a creator for com.here.platform.location.tpeg2.olr.PolygonLocationReference.

    Generates a creator for com.here.platform.location.tpeg2.olr.PolygonLocationReference.

    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 created.

  26. def polygon: LocationReferenceCreator[PolygonLocation, PolygonLocationReference]

    Generates a creator for com.here.platform.location.tpeg2.olr.PolygonLocationReference.

    Generates a creator for com.here.platform.location.tpeg2.olr.PolygonLocationReference.

    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 created.

  27. def rectangle[BB](implicit arg0: BoundingBoxOperations[BB]): LocationReferenceCreator[BB, RectangleLocationReference]

    Generates a creator for com.here.platform.location.tpeg2.olr.RectangleLocationReference.

    Generates a creator for com.here.platform.location.tpeg2.olr.RectangleLocationReference.

    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 created.

  28. def rectangle: LocationReferenceCreator[RectangleLocation, RectangleLocationReference]

    Generates a creator for com.here.platform.location.tpeg2.olr.RectangleLocationReferences.

    Generates a creator 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 created.

  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. 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