t

geotrellis.layer.mapalgebra.local

AndTileCollectionMethods

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

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AndTileCollectionMethods
  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)]

    And the values of each cell in each raster.

  2. def &(rs: TileLayerCollection[K]): Seq[(K, Tile)]

    And the values of each cell in each raster.

  3. def &(i: Int): Seq[(K, Tile)]

    And a constant Int value to each cell.

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

    And a constant Int value to each cell.

  5. def localAnd(others: Traversable[Seq[(K, Tile)]]): Seq[(K, Tile)]

    And the values of each cell in each raster.

  6. def localAnd(other: Seq[(K, Tile)]): Seq[(K, Tile)]

    And the values of each cell in each raster.

  7. def localAnd(i: Int): Seq[(K, Tile)]

    And a constant Int value to each cell.