t

geotrellis.layer.mapalgebra.local

MajorityTileCollectionMethods

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

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

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

  2. def localMajority(n: Int, others: Traversable[Seq[(K, Tile)]]): Seq[(K, Tile)]

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

  3. def localMajority(rs: Seq[(K, Tile)]*): Seq[(K, Tile)]

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

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

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