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