t

geotrellis.layer.mapalgebra.local

AddTileCollectionMethods

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

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AddTileCollectionMethods
  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)]
  2. def +(other: Seq[(K, Tile)]): Seq[(K, Tile)]

    Add the values of each cell in each raster.

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

    Add a constant Double value to each cell.

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

    Add a constant Int value to each cell.

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

    Add a constant Double value to each cell.

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

    Add a constant Int value to each cell.

  7. def localAdd(others: Traversable[Seq[(K, Tile)]]): Seq[(K, Tile)]
  8. def localAdd(other: Seq[(K, Tile)]): Seq[(K, Tile)]

    Add the values of each cell in each raster.

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

    Add a constant Double value to each cell.

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

    Add a constant Int value to each cell.