Packages

c

geotrellis.spark.mapalgebra.local.Implicits

withLocalTileCollectionSeqMethods

implicit class withLocalTileCollectionSeqMethods[K] extends LocalTileCollectionSeqMethods[K]

Linear Supertypes
LocalTileCollectionSeqMethods[K], MethodExtensions[Traversable[Seq[(K, Tile)]]], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withLocalTileCollectionSeqMethods
  2. LocalTileCollectionSeqMethods
  3. MethodExtensions
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new withLocalTileCollectionSeqMethods(self: Traversable[Seq[(K, Tile)]])

Value Members

  1. def localAdd: Seq[(K, Tile)]
  2. def localMajority(n: Int = 0): Seq[(K, Tile)]
  3. def localMax: Seq[(K, Tile)]
  4. def localMaxN(n: Int): Seq[(K, Tile)]
  5. def localMean: Seq[(K, Tile)]

    Takes the mean of the values of each cell in the set of rasters.

    Takes the mean of the values of each cell in the set of rasters.

    Definition Classes
    LocalTileCollectionSeqMethods
  6. def localMin: Seq[(K, Tile)]
  7. def localMinN(n: Int): Seq[(K, Tile)]
  8. def localMinority(n: Int = 0): Seq[(K, Tile)]
  9. def localVariety: Seq[(K, Tile)]

    Gives the count of unique values at each location in a set of Tiles.

    Gives the count of unique values at each location in a set of Tiles.

    Definition Classes
    LocalTileCollectionSeqMethods
  10. val self: Traversable[Seq[(K, Tile)]]