t

geotrellis.spark.mapalgebra.local

PowTileRDDMethods

trait PowTileRDDMethods[K] extends TileRDDMethods[K]

Linear Supertypes
TileRDDMethods[K], MethodExtensions[RDD[(K, Tile)]], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PowTileRDDMethods
  2. TileRDDMethods
  3. MethodExtensions
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. implicit abstract val keyClassTag: ClassTag[K]
    Definition Classes
    TileRDDMethods
  2. abstract def self: RDD[(K, Tile)]
    Definition Classes
    MethodExtensions

Concrete Value Members

  1. def **(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)]

    Pow the values of each cell in each raster.

  2. def **(other: RDD[(K, Tile)]): RDD[(K, Tile)]

    Pow the values of each cell in each raster.

  3. def **(d: Double): RDD[(K, Tile)]

    Pow each value of a raster by a double constant value.

  4. def **(i: Int): RDD[(K, Tile)]

    Pow each value of the raster by a constant value.

  5. def **:(d: Double): RDD[(K, Tile)]

    Pow a double constant value by each cell value.

  6. def **:(i: Int): RDD[(K, Tile)]

    Pow a constant value by each cell value.

  7. def localPow(others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]

    Pow the values of each cell in each raster.

  8. def localPow(other: RDD[(K, Tile)], partitioner: Option[Partitioner]): RDD[(K, Tile)]
  9. def localPow(other: RDD[(K, Tile)]): RDD[(K, Tile)]

    Pow the values of each cell in each raster.

  10. def localPow(d: Double): RDD[(K, Tile)]

    Pow each value of a raster by a double constant value.

  11. def localPow(i: Int): RDD[(K, Tile)]

    Pow each value of the raster by a constant value.

  12. def localPowValue(d: Double): RDD[(K, Tile)]

    Pow a double constant value by each cell value.

  13. def localPowValue(i: Int): RDD[(K, Tile)]

    Pow a constant value by each cell value.