Packages

object ZoomResample

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

Value Members

  1. def apply[K, V](rdd: RDD[(K, V)] with Metadata[TileLayerMetadata[K]], sourceZoom: Int, targetZoom: Int, targetGridBounds: Option[TileBounds] = None, method: ResampleMethod = NearestNeighbor)(implicit arg0: SpatialComponent[K], arg1: (V) ⇒ TileResampleMethods[V]): RDD[(K, V)] with Metadata[TileLayerMetadata[K]]

    Resamples a tile layer from a lower zoom level to a higher zoom level.

    Resamples a tile layer from a lower zoom level to a higher zoom level. The levels are based on the ZoomedLayoutScheme.

    rdd

    The RDD to be resampled.

    sourceZoom

    The zoom level of the rdd.

    targetZoom

    The zoom level we want to resample to.

    targetGridBounds

    Optionally, a grid bounds in the target zoom level we want to filter by.

    method

    The resample method to use for resampling.