object GreaterOrEqual extends LocalTileComparatorOp
Determines if values are greater than or equal to other values. Sets to 1 if true, else 0.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GreaterOrEqual
- LocalTileComparatorOp
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
apply(r1: Tile, r2: Tile): Tile
Apply this operation to the values of each cell in each raster.
Apply this operation to the values of each cell in each raster.
- Definition Classes
- LocalTileComparatorOp
-
def
apply(c: Double, r: Tile): Tile
Apply to a constant Double and the value from each cell.
Apply to a constant Double and the value from each cell.
- Definition Classes
- LocalTileComparatorOp
-
def
apply(c: Int, r: Tile): Tile
Apply to a constant Int and the value from each cell.
Apply to a constant Int and the value from each cell.
- Definition Classes
- LocalTileComparatorOp
-
def
apply(r: Tile, c: Double): Tile
Apply to the value from each cell and a constant Double.
Apply to the value from each cell and a constant Double.
- Definition Classes
- LocalTileComparatorOp
-
def
apply(r: Tile, c: Int): Tile
Apply to the value from each cell and a constant Int.
Apply to the value from each cell and a constant Int.
- Definition Classes
- LocalTileComparatorOp
-
def
compare(z1: Double, z2: Double): Boolean
- Definition Classes
- GreaterOrEqual → LocalTileComparatorOp
-
def
compare(z1: Int, z2: Int): Boolean
- Definition Classes
- GreaterOrEqual → LocalTileComparatorOp
-
val
name: String
- Definition Classes
- LocalTileComparatorOp