Class LevelToLevelPartitionResolver

java.lang.Object
com.here.platform.location.integration.herecommons.graph.LevelToLevelPartitionResolver
All Implemented Interfaces:
PartitionResolver, Serializable, scala.Serializable

public class LevelToLevelPartitionResolver extends Object implements PartitionResolver
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: