Packages

c

geotrellis.spark.resample

LayerRDDZoomResampleMethods

abstract class LayerRDDZoomResampleMethods[K, V <: CellGrid[Int]] extends MethodExtensions[RDD[(K, V)] with Metadata[TileLayerMetadata[K]]]

Linear Supertypes
MethodExtensions[RDD[(K, V)] with Metadata[TileLayerMetadata[K]]], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LayerRDDZoomResampleMethods
  2. MethodExtensions
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LayerRDDZoomResampleMethods(self: RDD[(K, V)] with Metadata[TileLayerMetadata[K]])(implicit arg0: SpatialComponent[K], arg1: (V) ⇒ TileResampleMethods[V])

Value Members

  1. def resampleToZoom(sourceZoom: Int, targetZoom: Int, targetGridBounds: Option[GridBounds[Int]] = None, method: ResampleMethod = NearestNeighbor): RDD[(K, V)] with Metadata[TileLayerMetadata[K]]
  2. def resampleToZoom(sourceZoom: Int, targetZoom: Int, targetExtent: Extent, method: ResampleMethod): RDD[(K, V)] with Metadata[TileLayerMetadata[K]]
  3. def resampleToZoom(sourceZoom: Int, targetZoom: Int, targetExtent: Extent): RDD[(K, V)] with Metadata[TileLayerMetadata[K]]
  4. def resampleToZoom(sourceZoom: Int, targetZoom: Int, targetGridBounds: TileBounds, method: ResampleMethod): RDD[(K, V)] with Metadata[TileLayerMetadata[K]]
  5. def resampleToZoom(sourceZoom: Int, targetZoom: Int, targetGridBounds: TileBounds): RDD[(K, V)] with Metadata[TileLayerMetadata[K]]
  6. def resampleToZoom(sourceZoom: Int, targetZoom: Int, method: ResampleMethod): RDD[(K, V)] with Metadata[TileLayerMetadata[K]]
  7. def resampleToZoom(sourceZoom: Int, targetZoom: Int): RDD[(K, V)] with Metadata[TileLayerMetadata[K]]
  8. val self: RDD[(K, V)] with Metadata[TileLayerMetadata[K]]