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