trait MinMethods extends MethodExtensions[Tile]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- MinMethods
- 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
localMin(rs: Traversable[Tile]): Tile
Min the values of each cell in each raster.
-
def
localMin(r: Tile): Tile
Min the values of each cell in each raster.
-
def
localMin(d: Double): Tile
Min a constant Double value to each cell.
-
def
localMin(i: Int): Tile
Min a constant Int value to each cell.