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