Packages

c

geotrellis.spark.resample.Implicits

withLayerRDDZoomResampleMethods

implicit class withLayerRDDZoomResampleMethods[K, V <: CellGrid[Int]] extends LayerRDDZoomResampleMethods[K, V]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withLayerRDDZoomResampleMethods
  2. LayerRDDZoomResampleMethods
  3. MethodExtensions
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new withLayerRDDZoomResampleMethods(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]]
    Definition Classes
    LayerRDDZoomResampleMethods
  2. def resampleToZoom(sourceZoom: Int, targetZoom: Int, targetExtent: Extent, method: ResampleMethod): RDD[(K, V)] with Metadata[TileLayerMetadata[K]]
    Definition Classes
    LayerRDDZoomResampleMethods
  3. def resampleToZoom(sourceZoom: Int, targetZoom: Int, targetExtent: Extent): RDD[(K, V)] with Metadata[TileLayerMetadata[K]]
    Definition Classes
    LayerRDDZoomResampleMethods
  4. def resampleToZoom(sourceZoom: Int, targetZoom: Int, targetGridBounds: TileBounds, method: ResampleMethod): RDD[(K, V)] with Metadata[TileLayerMetadata[K]]
    Definition Classes
    LayerRDDZoomResampleMethods
  5. def resampleToZoom(sourceZoom: Int, targetZoom: Int, targetGridBounds: TileBounds): RDD[(K, V)] with Metadata[TileLayerMetadata[K]]
    Definition Classes
    LayerRDDZoomResampleMethods
  6. def resampleToZoom(sourceZoom: Int, targetZoom: Int, method: ResampleMethod): RDD[(K, V)] with Metadata[TileLayerMetadata[K]]
    Definition Classes
    LayerRDDZoomResampleMethods
  7. def resampleToZoom(sourceZoom: Int, targetZoom: Int): RDD[(K, V)] with Metadata[TileLayerMetadata[K]]
    Definition Classes
    LayerRDDZoomResampleMethods
  8. val self: RDD[(K, V)] with Metadata[TileLayerMetadata[K]]