com.here.platform.location.integration.optimizedmap.graph
RangeBasedPropertyMapFactory
Companion object RangeBasedPropertyMapFactory
class RangeBasedPropertyMapFactory[P] extends AnyRef
Compiles an attribute layer from HERE Map Content to com.here.platform.location.core.graph.RangeBasedPropertyMap Key, Value pairs.
You can use this factory to retrieve properties for use with a graph when absent from Optimized Map for Location Library.
- P
 HERE Map Content attribute layer partition type
- Annotations
 - @deprecated
 - Deprecated
 (Since version SDK 2.54) Use methods based on OptimizedMapLayers instead.
- Alphabetic
 - By Inheritance
 
- RangeBasedPropertyMapFactory
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
- Public
 - Protected
 
Instance Constructors
-    new RangeBasedPropertyMapFactory(attributeLoader: TileLoader[P], mappingLoader: TileLoader[MappingTile], partitionResolver: PartitionResolver)(outputPartitions: Iterable[OutputTileId])
- attributeLoader
 A
TileLoaderthat loads partitions of layers contained in the HERE Map Content catalog- mappingLoader
 A
TileLoaderfor themappinglayer of the Optimized Map for Location Library- partitionResolver
 Resolver used to connect output partitions to the input partitions required to compile them
- outputPartitions
 Partitions of Optimized Map for Location Library RoutingGraph requiring properties. These must be on the same level
 
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
 
 -   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()
 
 -    def createPropertyMapFor[T](accessor: AttributeAccessor[P, T])(implicit arg0: ClassTag[T]): RangeBasedPropertyMap[Vertex, T]
Creates the PropertyMaps for a particular attribute.
Creates the PropertyMaps for a particular attribute.
- T
 The final output value type
- accessor
 Specifies how to retrieve the attribute value from an attribute partition of type
P- returns
 A property map containing the attribute data for all
outputPartitions
 -    def createTilesFor[T](accessor: AttributeAccessor[P, T])(implicit arg0: ClassTag[T]): Map[TileId, Option[RangeBasedPropertyTile[T]]]
Creates RangeBasedPropertyTiles for a particular attribute.
Creates RangeBasedPropertyTiles for a particular attribute.
- T
 The final output value type
- accessor
 Specifies how to retrieve the attribute value from an attribute partition of type
P- returns
 A map containing the attribute data for all
outputPartitions
 -    def createTilesForOverlapping[T](accessor: AttributeAccessor[P, T])(implicit arg0: ClassTag[T]): Map[TileId, Option[OverlappingRangeBasedPropertyTile[T]]]
Creates RangeBasedPropertyTiles for a particular attribute.
Creates RangeBasedPropertyTiles for a particular attribute.
- T
 The final output value type
- accessor
 Specifies how to retrieve the attribute value from an attribute partition of type
P- returns
 A map containing the attribute data for all
outputPartitions
 -   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()
 
 -   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)