object Transform extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Transform
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- 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]]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def perTileReproject[I, V <: CellGrid[Int]](arg: Reproject)(rdd: RDD[(I, V)])(implicit arg0: Component[I, ProjectedExtent], arg1: (V) ⇒ TileReprojectMethods[V]): RDD[(I, V)]
- 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]])]
- 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]]
- 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]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- 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]]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()