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
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GreaterOrEqual
  2. LocalTileComparatorOp
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. def compare(z1: Double, z2: Double): Boolean
    Definition Classes
    GreaterOrEqualLocalTileComparatorOp
  7. def compare(z1: Int, z2: Int): Boolean
    Definition Classes
    GreaterOrEqualLocalTileComparatorOp
  8. val name: String
    Definition Classes
    LocalTileComparatorOp