t

geotrellis.raster.mapalgebra.local

ConditionalMethods

trait ConditionalMethods extends MethodExtensions[Tile]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConditionalMethods
  2. MethodExtensions
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def self: Tile
    Definition Classes
    MethodExtensions

Concrete Value Members

  1. def localIf(r: Tile, cond: (Double, Double) ⇒ Boolean, trueValue: Double, falseValue: Double): Tile
  2. def localIf(r: Tile, cond: (Int, Int) ⇒ Boolean, trueValue: Int, falseValue: Int): Tile
  3. def localIf(r: Tile, cond: (Double, Double) ⇒ Boolean, trueValue: Double): Tile
  4. def localIf(r: Tile, cond: (Int, Int) ⇒ Boolean, trueValue: Int): Tile
  5. def localIf(cond: (Double) ⇒ Boolean, trueValue: Double, falseValue: Double): Tile
  6. def localIf(cond: (Int) ⇒ Boolean, trueValue: Int, falseValue: Int): Tile
  7. def localIf(cond: (Double) ⇒ Boolean, trueValue: Double): Tile
  8. def localIf(cond: (Int) ⇒ Boolean, trueValue: Int): Tile