implicit class withLayerRDDZoomResampleMethods[K, V <: CellGrid[Int]] extends LayerRDDZoomResampleMethods[K, V]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- withLayerRDDZoomResampleMethods
- LayerRDDZoomResampleMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new withLayerRDDZoomResampleMethods(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]]
- Definition Classes
- LayerRDDZoomResampleMethods
-
def
resampleToZoom(sourceZoom: Int, targetZoom: Int, targetExtent: Extent, method: ResampleMethod): RDD[(K, V)] with Metadata[TileLayerMetadata[K]]
- Definition Classes
- LayerRDDZoomResampleMethods
-
def
resampleToZoom(sourceZoom: Int, targetZoom: Int, targetExtent: Extent): RDD[(K, V)] with Metadata[TileLayerMetadata[K]]
- Definition Classes
- LayerRDDZoomResampleMethods
-
def
resampleToZoom(sourceZoom: Int, targetZoom: Int, targetGridBounds: TileBounds, method: ResampleMethod): RDD[(K, V)] with Metadata[TileLayerMetadata[K]]
- Definition Classes
- LayerRDDZoomResampleMethods
-
def
resampleToZoom(sourceZoom: Int, targetZoom: Int, targetGridBounds: TileBounds): RDD[(K, V)] with Metadata[TileLayerMetadata[K]]
- Definition Classes
- LayerRDDZoomResampleMethods
-
def
resampleToZoom(sourceZoom: Int, targetZoom: Int, method: ResampleMethod): RDD[(K, V)] with Metadata[TileLayerMetadata[K]]
- Definition Classes
- LayerRDDZoomResampleMethods
-
def
resampleToZoom(sourceZoom: Int, targetZoom: Int): RDD[(K, V)] with Metadata[TileLayerMetadata[K]]
- Definition Classes
- LayerRDDZoomResampleMethods
-
val
self: RDD[(K, V)] with Metadata[TileLayerMetadata[K]]
- Definition Classes
- LayerRDDZoomResampleMethods → MethodExtensions