trait MinTileCollectionMethods[K] extends MethodExtensions[Seq[(K, Tile)]]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- MinTileCollectionMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
self: Seq[(K, Tile)]
- Definition Classes
- MethodExtensions
Concrete Value Members
-
def
localMin(others: Seq[Seq[(K, Tile)]])(implicit d: DI): Seq[(K, Tile)]
Min the values of each cell in each raster.
-
def
localMin(other: Seq[(K, Tile)]): Seq[(K, Tile)]
Min the values of each cell in each raster.
-
def
localMin(d: Double): Seq[(K, Tile)]
Min a constant Double value to each cell.
-
def
localMin(i: Int): Seq[(K, Tile)]
Min a constant Int value to each cell.