Packages

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.

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

Instance Constructors

  1. new RangeBasedPropertyMapFactory(attributeLoader: TileLoader[P], mappingLoader: TileLoader[MappingTile], partitionResolver: PartitionResolver)(outputPartitions: Iterable[OutputTileId])

    attributeLoader

    A TileLoader that loads partitions of layers contained in the HERE Map Content catalog

    mappingLoader

    A TileLoader for the mapping layer 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

  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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. 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

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

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

  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  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. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped