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