t

geotrellis.layer.mapalgebra.local

SubtractTileCollectionMethods

trait SubtractTileCollectionMethods[K] extends MethodExtensions[Seq[(K, Tile)]]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SubtractTileCollectionMethods
  2. MethodExtensions
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def self: Seq[(K, Tile)]
    Definition Classes
    MethodExtensions

Concrete Value Members

  1. def -(others: Traversable[Seq[(K, Tile)]]): Seq[(K, Tile)]

    Subtract the values of each cell in each raster.

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

    Subtract the values of each cell in each raster.

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

    Subtract a double constant value from each cell.

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

    Subtract a constant value from each cell.

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

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

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

    Subtract each value of a cell from a constant value.

  7. def localSubtract(others: Traversable[Seq[(K, Tile)]]): Seq[(K, Tile)]

    Subtract the values of each cell in each raster.

  8. def localSubtract(other: Seq[(K, Tile)]): Seq[(K, Tile)]

    Subtract the values of each cell in each raster.

  9. def localSubtract(d: Double): Seq[(K, Tile)]

    Subtract a double constant value from each cell.

  10. def localSubtract(i: Int): Seq[(K, Tile)]

    Subtract a constant value from each cell.

  11. def localSubtractFrom(d: Double): Seq[(K, Tile)]

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

  12. def localSubtractFrom(i: Int): Seq[(K, Tile)]

    Subtract each value of a cell from a constant value.