trait MaxMethods extends MethodExtensions[Tile]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- MaxMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
self: Tile
- Definition Classes
- MethodExtensions
Concrete Value Members
-
def
localMax(rs: Traversable[Tile]): Tile
Max the values of each cell in each raster.
-
def
localMax(r: Tile): Tile
Max the values of each cell in each raster.
-
def
localMax(d: Double): Tile
Max a constant Double value to each cell.
-
def
localMax(i: Int): Tile
Max a constant Int value to each cell.