com.here.platform.location.referencing
LocationReferenceCreators
Companion class LocationReferenceCreators
object LocationReferenceCreators
Provides LocationReferenceCreators factories to create different location reference types from Location Library data model specific representations.
- Alphabetic
- By Inheritance
- LocationReferenceCreators
- 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
- def apply(optimizedMap: OptimizedMapLayers, adjacencyProvider: TmcAdjacencyProvider): LocationReferenceCreators
- def apply(optimizedMap: OptimizedMapLayers): LocationReferenceCreators
- 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()
- 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
- 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 olrCircle: 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.
- def olrGeoCoordinate[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.
- def olrGeoCoordinate: 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.
- def olrGrid: 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.
- def olrPolygon[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.
- def olrPolygon: 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.
- def olrRectangle[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.
- def olrRectangle: 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.
- 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)