Packages

object Transform extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Transform
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def bufferedReproject[K, V <: CellGrid[Int]](arg: Reproject)(rdd: RDD[(K, V)] with Metadata[TileLayerMetadata[K]])(implicit arg0: SpatialComponent[K], arg1: Boundable[K], arg2: ClassTag[K], arg3: ClassTag[V], arg4: RasterRegionReproject[V], arg5: Stitcher[V], arg6: (V) ⇒ TileReprojectMethods[V], arg7: (V) ⇒ CropMethods[V], arg8: (V) ⇒ TileMergeMethods[V], arg9: (V) ⇒ TilePrototypeMethods[V]): RDD[(K, V)] with Metadata[TileLayerMetadata[K]]
  2. def perTileReproject[I, V <: CellGrid[Int]](arg: Reproject)(rdd: RDD[(I, V)])(implicit arg0: Component[I, ProjectedExtent], arg1: (V) ⇒ TileReprojectMethods[V]): RDD[(I, V)]
  3. def pyramid[K, V <: CellGrid[Int]](arg: Pyramid)(rdd: RDD[(K, V)] with Metadata[TileLayerMetadata[K]])(implicit arg0: SpatialComponent[K], arg1: AvroRecordCodec[K], arg2: ClassTag[K], arg3: AvroRecordCodec[V], arg4: ClassTag[V], arg5: (V) ⇒ TileMergeMethods[V], arg6: (V) ⇒ TilePrototypeMethods[V]): Stream[(Int, RDD[(K, V)] with Metadata[TileLayerMetadata[K]])]
  4. def retileToLayoutSpatial[V <: CellGrid[Int]](arg: RetileToLayout)(rdd: RDD[(SpatialKey, V)] with Metadata[TileLayerMetadata[SpatialKey]])(implicit arg0: (V) ⇒ TileReprojectMethods[V], arg1: (V) ⇒ TileMergeMethods[V], arg2: (V) ⇒ TilePrototypeMethods[V], arg3: ClassTag[V]): RDD[(SpatialKey, V)] with Metadata[TileLayerMetadata[SpatialKey]]
  5. def retileToLayoutTemporal[V <: CellGrid[Int]](arg: RetileToLayout)(rdd: RDD[(SpaceTimeKey, V)] with Metadata[TileLayerMetadata[SpaceTimeKey]])(implicit arg0: (V) ⇒ TileReprojectMethods[V], arg1: (V) ⇒ TileMergeMethods[V], arg2: (V) ⇒ TilePrototypeMethods[V], arg3: ClassTag[V]): RDD[(SpaceTimeKey, V)] with Metadata[TileLayerMetadata[SpaceTimeKey]]
  6. def tileToLayout[K, I, V <: CellGrid[Int]](arg: TileToLayout)(rdd: RDD[(I, V)])(implicit arg0: Boundable[K], arg1: SpatialComponent[K], arg2: ClassTag[K], arg3: Component[I, ProjectedExtent], arg4: (I) ⇒ TilerKeyMethods[I, K], arg5: (V) ⇒ TileReprojectMethods[V], arg6: (V) ⇒ TileMergeMethods[V], arg7: (V) ⇒ TilePrototypeMethods[V], arg8: ClassTag[V]): RDD[(K, V)] with Metadata[TileLayerMetadata[K]]