t

geotrellis.spark.mapalgebra.local

MaxTileRDDMethods

trait MaxTileRDDMethods[K] extends TileRDDMethods[K]

Linear Supertypes
TileRDDMethods[K], MethodExtensions[RDD[(K, Tile)]], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MaxTileRDDMethods
  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 localMax(others: Seq[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]
  2. def localMax(others: Seq[RDD[(K, Tile)]]): RDD[(K, Tile)]

    Max the values of each cell in each raster.

  3. def localMax(other: RDD[(K, Tile)], partitioner: Option[Partitioner]): RDD[(K, Tile)]
  4. def localMax(other: RDD[(K, Tile)]): RDD[(K, Tile)]

    Max the values of each cell in each raster.

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

    Max a constant Double value to each cell.

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

    Max a constant Int value to each cell.