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