trait MaxTileCollectionMethods[K] extends MethodExtensions[Seq[(K, Tile)]]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- MaxTileCollectionMethods
- 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
localMax(others: Seq[Seq[(K, Tile)]])(implicit d: DI): Seq[(K, Tile)]
Max the values of each cell in each raster.
-
def
localMax(other: Seq[(K, Tile)]): Seq[(K, Tile)]
Max the values of each cell in each raster.
-
def
localMax(d: Double): Seq[(K, Tile)]
Max a constant Double value to each cell.
-
def
localMax(i: Int): Seq[(K, Tile)]
Max a constant Int value to each cell.