t

geotrellis.spark.mapalgebra.local

MinorityTileRDDMethods

trait MinorityTileRDDMethods[K] extends TileRDDMethods[K]

Linear Supertypes
TileRDDMethods[K], MethodExtensions[RDD[(K, Tile)]], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MinorityTileRDDMethods
  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 localMinority(n: Int, rs: RDD[(K, Tile)]*)(implicit d: DI): RDD[(K, Tile)]

    Assigns to each cell the value within the given rasters that is the nth least numerous.

  2. def localMinority(n: Int, others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]
  3. def localMinority(n: Int, others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)]

    Assigns to each cell the value within the given rasters that is the nth least numerous.

  4. def localMinority(rs: RDD[(K, Tile)]*)(implicit d: DI): RDD[(K, Tile)]

    Assigns to each cell the value within the given rasters that is the least numerous.

  5. def localMinority(others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]
  6. def localMinority(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)]

    Assigns to each cell the value within the given rasters that is the least numerous.