abstract class LayerRDDZoomResampleMethods[K, V <: CellGrid[Int]] extends MethodExtensions[RDD[(K, V)] with Metadata[TileLayerMetadata[K]]]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- LayerRDDZoomResampleMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new LayerRDDZoomResampleMethods(self: RDD[(K, V)] with Metadata[TileLayerMetadata[K]])(implicit arg0: SpatialComponent[K], arg1: (V) ⇒ TileResampleMethods[V])
Value Members
- def resampleToZoom(sourceZoom: Int, targetZoom: Int, targetGridBounds: Option[GridBounds[Int]] = None, method: ResampleMethod = NearestNeighbor): RDD[(K, V)] with Metadata[TileLayerMetadata[K]]
- def resampleToZoom(sourceZoom: Int, targetZoom: Int, targetExtent: Extent, method: ResampleMethod): RDD[(K, V)] with Metadata[TileLayerMetadata[K]]
- def resampleToZoom(sourceZoom: Int, targetZoom: Int, targetExtent: Extent): RDD[(K, V)] with Metadata[TileLayerMetadata[K]]
- def resampleToZoom(sourceZoom: Int, targetZoom: Int, targetGridBounds: TileBounds, method: ResampleMethod): RDD[(K, V)] with Metadata[TileLayerMetadata[K]]
- def resampleToZoom(sourceZoom: Int, targetZoom: Int, targetGridBounds: TileBounds): RDD[(K, V)] with Metadata[TileLayerMetadata[K]]
- def resampleToZoom(sourceZoom: Int, targetZoom: Int, method: ResampleMethod): RDD[(K, V)] with Metadata[TileLayerMetadata[K]]
- def resampleToZoom(sourceZoom: Int, targetZoom: Int): RDD[(K, V)] with Metadata[TileLayerMetadata[K]]
-
val
self: RDD[(K, V)] with Metadata[TileLayerMetadata[K]]
- Definition Classes
- LayerRDDZoomResampleMethods → MethodExtensions