object IfCell extends Serializable
Maps all cells matching cond
to Int trueValue
.
- Alphabetic
- By Inheritance
- IfCell
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply(r1: Tile, r2: Tile, cond: (Double, Double) ⇒ Boolean, trueValue: Double, falseValue: Double): Tile
Given a Double condition over two rasters, set the value of each cell in the output to a specified true or false value after testing the specified condition on the corresponding values in each of the two input rasters.
-
def
apply(r1: Tile, r2: Tile, cond: (Int, Int) ⇒ Boolean, trueValue: Int, falseValue: Int): Tile
Given a condition over two rasters, set the value of each cell in the output to a specified true or false value after testing the specified condition on the corresponding values in each of the two input rasters.
-
def
apply(r1: Tile, r2: Tile, cond: (Double, Double) ⇒ Boolean, trueValue: Double): Tile
Given a Double condition over two rasters, set the value of each cell in the output to a specified value if the condition is true given the corresponding values in each of the two input rasters.
-
def
apply(r1: Tile, r2: Tile, cond: (Int, Int) ⇒ Boolean, trueValue: Int): Tile
Given a condition over two rasters, set the value of each cell in the output to a specified value if the condition is true given the corresponding values in each of the two input rasters.
-
def
apply(r: Tile, cond: (Double) ⇒ Boolean, trueValue: Double, falseValue: Double): Tile
Set all values of output raster to one value or another based on whether a condition is true or false for Double values.
-
def
apply(r: Tile, cond: (Int) ⇒ Boolean, trueValue: Int, falseValue: Int): Tile
Set all values of output raster to one value or another based on whether a condition is true or false.
-
def
apply(r: Tile, cond: (Double) ⇒ Boolean, trueValue: Double): Tile
Maps all cells matching
cond
to DoubletrueValue
. -
def
apply(r: Tile, cond: (Int) ⇒ Boolean, trueValue: Int): Tile
Maps all cells matching
cond
to InttrueValue
. -
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()