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