Class LevelToLevelPartitionResolver
java.lang.Object
com.here.platform.location.integration.herecommons.graph.LevelToLevelPartitionResolver
- All Implemented Interfaces:
PartitionResolver
,Serializable
,scala.Serializable
Connects input partitions to output partitions when input partitions only contribute data to
the corresponding output partitions. Note that the input partitions and output partitions may be at
different levels.
The resolver assumes tiling that follows the HEREtile specification.
param: inputLevel the quadtree level of the input tiles param: outputLevel the quadtree level of the output tiles
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLevelToLevelPartitionResolver
(HereTileLevel inputLevel, HereTileLevel outputLevel) -
Method Summary
Modifier and TypeMethodDescriptionscala.collection.Iterable<TileId>
resolveNecessaryInputPartitions
(TileId outputPartition) Returns the input tiles thatoutputTile
requires for compilation.
-
Constructor Details
-
LevelToLevelPartitionResolver
-
-
Method Details
-
resolveNecessaryInputPartitions
Description copied from interface:PartitionResolver
Returns the input tiles thatoutputTile
requires for compilation.- Specified by:
resolveNecessaryInputPartitions
in interfacePartitionResolver
-