t

geotrellis.layer.mapalgebra.local

MaxTileCollectionMethods

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

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MaxTileCollectionMethods
  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 localMax(others: Seq[Seq[(K, Tile)]])(implicit d: DI): Seq[(K, Tile)]

    Max the values of each cell in each raster.

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

    Max the values of each cell in each raster.

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

    Max a constant Double value to each cell.

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

    Max a constant Int value to each cell.