t

geotrellis.layer.mapalgebra.local

MinorityTileCollectionMethods

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

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MinorityTileCollectionMethods
  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 localMinority(n: Int, rs: Seq[(K, Tile)]*)(implicit d: DI): Seq[(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[Seq[(K, Tile)]]): Seq[(K, Tile)]

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

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

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

  4. def localMinority(others: Traversable[Seq[(K, Tile)]]): Seq[(K, Tile)]

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