t

geotrellis.spark.mapalgebra.local

SubtractTileRDDMethods

trait SubtractTileRDDMethods[K] extends TileRDDMethods[K]

Linear Supertypes
TileRDDMethods[K], MethodExtensions[RDD[(K, Tile)]], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SubtractTileRDDMethods
  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)]

    Subtract the values of each cell in each raster.

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

    Subtract the values of each cell in each raster.

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

    Subtract a double constant value from each cell.

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

    Subtract a constant value from each cell.

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

    Subtract each value of a cell from a double constant value.

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

    Subtract each value of a cell from a constant value.

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

    Subtract the values of each cell in each raster.

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

    Subtract the values of each cell in each raster.

  11. def localSubtract(d: Double): RDD[(K, Tile)]

    Subtract a double constant value from each cell.

  12. def localSubtract(i: Int): RDD[(K, Tile)]

    Subtract a constant value from each cell.

  13. def localSubtractFrom(d: Double): RDD[(K, Tile)]

    Subtract each value of a cell from a double constant value.

  14. def localSubtractFrom(i: Int): RDD[(K, Tile)]

    Subtract each value of a cell from a constant value.