geotrellis.raster.op.local

LocalOpMethods

trait LocalOpMethods[+Repr <: RasterSource] extends LocalMapOpMethods[RasterSource] with AddOpMethods[RasterSource] with SubtractOpMethods[RasterSource] with MultiplyOpMethods[RasterSource] with DivideOpMethods[RasterSource] with AndOpMethods[RasterSource] with OrOpMethods[RasterSource] with XorOpMethods[RasterSource] with MinOpMethods[RasterSource] with MaxOpMethods[RasterSource] with PowOpMethods[RasterSource] with EqualOpMethods[RasterSource] with UnequalOpMethods[RasterSource] with GreaterOpMethods[RasterSource] with LessOpMethods[RasterSource] with GreaterOrEqualOpMethods[RasterSource] with LessOrEqualOpMethods[RasterSource] with ConditionalOpMethods[RasterSource] with MajorityOpMethods[RasterSource] with MinorityOpMethods[RasterSource] with VarietyOpMethods[RasterSource]

Self Type
Repr
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LocalOpMethods
  2. VarietyOpMethods
  3. MinorityOpMethods
  4. MajorityOpMethods
  5. ConditionalOpMethods
  6. LessOrEqualOpMethods
  7. GreaterOrEqualOpMethods
  8. LessOpMethods
  9. GreaterOpMethods
  10. UnequalOpMethods
  11. EqualOpMethods
  12. PowOpMethods
  13. MaxOpMethods
  14. MinOpMethods
  15. XorOpMethods
  16. OrOpMethods
  17. AndOpMethods
  18. DivideOpMethods
  19. MultiplyOpMethods
  20. SubtractOpMethods
  21. AddOpMethods
  22. LocalMapOpMethods
  23. AnyRef
  24. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. def !==(rs: RasterSource): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are not equal, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are not equal, else 0.

    Definition Classes
    UnequalOpMethods
  4. def !==(d: Double): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input double, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input double, else 0.

    Definition Classes
    UnequalOpMethods
  5. def !==(i: Int): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input integer, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input integer, else 0.

    Definition Classes
    UnequalOpMethods
  6. def !==:(d: Double): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input double, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input double, else 0.

    Definition Classes
    UnequalOpMethods
  7. def !==:(i: Int): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input integer, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input integer, else 0.

    Definition Classes
    UnequalOpMethods
  8. final def ##(): Int

    Definition Classes
    AnyRef → Any
  9. def &(rss: Seq[RasterSource]): RasterSource

    And the values of each cell in each raster.

    And the values of each cell in each raster.

    Definition Classes
    AndOpMethods
  10. def &(rs: RasterSource): RasterSource

    And the values of each cell in each raster.

    And the values of each cell in each raster.

    Definition Classes
    AndOpMethods
  11. def &(i: Int): RasterSource

    And a constant Int value to each cell.

    And a constant Int value to each cell.

    Definition Classes
    AndOpMethods
  12. def &:(i: Int): RasterSource

    And a constant Int value to each cell.

    And a constant Int value to each cell.

    Definition Classes
    AndOpMethods
  13. def *(rss: Seq[RasterSource]): RasterSource

    Multiply the values of each cell in each raster.

    Multiply the values of each cell in each raster.

    Definition Classes
    MultiplyOpMethods
  14. def *(rs: RasterSource): RasterSource

    Multiply the values of each cell in each raster.

    Multiply the values of each cell in each raster.

    Definition Classes
    MultiplyOpMethods
  15. def *(d: Double): RasterSource

    Multiply a double constant value from each cell.

    Multiply a double constant value from each cell.

    Definition Classes
    MultiplyOpMethods
  16. def *(i: Int): RasterSource

    Multiply a constant value from each cell.

    Multiply a constant value from each cell.

    Definition Classes
    MultiplyOpMethods
  17. def **(rss: Seq[RasterSource]): RasterSource

    Pow the values of each cell in each raster.

    Pow the values of each cell in each raster.

    Definition Classes
    PowOpMethods
  18. def **(rs: RasterSource): RasterSource

    Pow the values of each cell in each raster.

    Pow the values of each cell in each raster.

    Definition Classes
    PowOpMethods
  19. def **(d: Double): RasterSource

    Pow each value of a raster by a double constant value.

    Pow each value of a raster by a double constant value.

    Definition Classes
    PowOpMethods
  20. def **(i: Int): RasterSource

    Pow each value of the raster by a constant value.

    Pow each value of the raster by a constant value.

    Definition Classes
    PowOpMethods
  21. def **:(d: Double): RasterSource

    Pow a double constant value by each cell value.

    Pow a double constant value by each cell value.

    Definition Classes
    PowOpMethods
  22. def **:(i: Int): RasterSource

    Pow a constant value by each cell value.

    Pow a constant value by each cell value.

    Definition Classes
    PowOpMethods
  23. def *:(d: Double): RasterSource

    Multiply a double constant value from each cell.

    Multiply a double constant value from each cell.

    Definition Classes
    MultiplyOpMethods
  24. def *:(i: Int): RasterSource

    Multiply a constant value from each cell.

    Multiply a constant value from each cell.

    Definition Classes
    MultiplyOpMethods
  25. def +(rss: Seq[RasterSource]): RasterSource

    Add the values of each cell in each raster.

    Add the values of each cell in each raster.

    Definition Classes
    AddOpMethods
  26. def +(rs: RasterSource): RasterSource

    Add the values of each cell in each raster.

    Add the values of each cell in each raster.

    Definition Classes
    AddOpMethods
  27. def +(d: Double): RasterSource

    Add a constant Double value to each cell.

    Add a constant Double value to each cell.

    Definition Classes
    AddOpMethods
  28. def +(i: Int): RasterSource

    Add a constant Int value to each cell.

    Add a constant Int value to each cell.

    Definition Classes
    AddOpMethods
  29. def +:(d: Double): RasterSource

    Add a constant Double value to each cell.

    Add a constant Double value to each cell.

    Definition Classes
    AddOpMethods
  30. def +:(i: Int): RasterSource

    Add a constant Int value to each cell.

    Add a constant Int value to each cell.

    Definition Classes
    AddOpMethods
  31. def -(rss: Seq[RasterSource]): RasterSource

    Subtract the values of each cell in each raster.

    Subtract the values of each cell in each raster.

    Definition Classes
    SubtractOpMethods
  32. def -(rs: RasterSource): RasterSource

    Subtract the values of each cell in each raster.

    Subtract the values of each cell in each raster.

    Definition Classes
    SubtractOpMethods
  33. def -(d: Double): RasterSource

    Subtract a double constant value from each cell.

    Subtract a double constant value from each cell.

    Definition Classes
    SubtractOpMethods
  34. def -(i: Int): RasterSource

    Subtract a constant value from each cell.

    Subtract a constant value from each cell.

    Definition Classes
    SubtractOpMethods
  35. def -:(d: Double): RasterSource

    Subtract each value of a cell from a double constant value.

    Subtract each value of a cell from a double constant value.

    Definition Classes
    SubtractOpMethods
  36. def -:(i: Int): RasterSource

    Subtract each value of a cell from a constant value.

    Subtract each value of a cell from a constant value.

    Definition Classes
    SubtractOpMethods
  37. def /(rss: Seq[RasterSource]): RasterSource

    Divide the values of each cell in each raster.

    Divide the values of each cell in each raster.

    Definition Classes
    DivideOpMethods
  38. def /(rs: RasterSource): RasterSource

    Divide the values of each cell in each raster.

    Divide the values of each cell in each raster.

    Definition Classes
    DivideOpMethods
  39. def /(d: Double): RasterSource

    Divide each value of a raster by a double constant value.

    Divide each value of a raster by a double constant value.

    Definition Classes
    DivideOpMethods
  40. def /(i: Int): RasterSource

    Divide each value of the raster by a constant value.

    Divide each value of the raster by a constant value.

    Definition Classes
    DivideOpMethods
  41. def /:(d: Double): RasterSource

    Divide a double constant value by each cell value.

    Divide a double constant value by each cell value.

    Definition Classes
    DivideOpMethods
  42. def /:(i: Int): RasterSource

    Divide a constant value by each cell value.

    Divide a constant value by each cell value.

    Definition Classes
    DivideOpMethods
  43. def <(rs: RasterSource): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are less than the next raster, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are less than the next raster, else 0.

    Definition Classes
    LessOpMethods
  44. def <(d: Double): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than the input double, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than the input double, else 0.

    Definition Classes
    LessOpMethods
  45. def <(i: Int): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than the input integer, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than the input integer, else 0.

    Definition Classes
    LessOpMethods
  46. def <<:(d: Double): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than the input double, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than the input double, else 0.

    Definition Classes
    LessOpMethods
    Note

    Syntax has double '<' due to '<:' operator being reserved in Scala.

  47. def <<:(i: Int): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than the input integer, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than the input integer, else 0.

    Definition Classes
    LessOpMethods
    Note

    Syntax has double '<' due to '<:' operator being reserved in Scala.

  48. def <=(rs: RasterSource): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are less than or equal to the next raster, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are less than or equal to the next raster, else 0.

    Definition Classes
    LessOrEqualOpMethods
  49. def <=(d: Double): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than or equal to the input double, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than or equal to the input double, else 0.

    Definition Classes
    LessOrEqualOpMethods
  50. def <=(i: Int): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than or equal to the input integer, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than or equal to the input integer, else 0.

    Definition Classes
    LessOrEqualOpMethods
  51. def <=:(d: Double): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than or equal to the input double, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than or equal to the input double, else 0.

    Definition Classes
    LessOrEqualOpMethods
  52. def <=:(i: Int): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than or equal to the input integer, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than or equal to the input integer, else 0.

    Definition Classes
    LessOrEqualOpMethods
  53. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  54. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  55. def ===(rs: RasterSource): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are equal, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are equal, else 0.

    Definition Classes
    EqualOpMethods
  56. def ===(d: Double): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input double, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input double, else 0.

    Definition Classes
    EqualOpMethods
  57. def ===(i: Int): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input integer, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input integer, else 0.

    Definition Classes
    EqualOpMethods
  58. def ===:(d: Double): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input double, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input double, else 0.

    Definition Classes
    EqualOpMethods
  59. def ===:(i: Int): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input integer, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input integer, else 0.

    Definition Classes
    EqualOpMethods
  60. def >(rs: RasterSource): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are greater than the next raster, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are greater than the next raster, else 0.

    Definition Classes
    GreaterOpMethods
  61. def >(d: Double): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than the input double, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than the input double, else 0.

    Definition Classes
    GreaterOpMethods
  62. def >(i: Int): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than the input integer, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than the input integer, else 0.

    Definition Classes
    GreaterOpMethods
  63. def >=(rs: RasterSource): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are greater than or equal to the next raster, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are greater than or equal to the next raster, else 0.

    Definition Classes
    GreaterOrEqualOpMethods
  64. def >=(d: Double): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than or equal to the input double, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than or equal to the input double, else 0.

    Definition Classes
    GreaterOrEqualOpMethods
  65. def >=(i: Int): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than or equal to the input integer, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than or equal to the input integer, else 0.

    Definition Classes
    GreaterOrEqualOpMethods
  66. def >=:(d: Double): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than or equal to the input double, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than or equal to the input double, else 0.

    Definition Classes
    GreaterOrEqualOpMethods
  67. def >=:(i: Int): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than or equal to the input integer, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than or equal to the input integer, else 0.

    Definition Classes
    GreaterOrEqualOpMethods
  68. def >>:(d: Double): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than the input double, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than the input double, else 0.

    Definition Classes
    GreaterOpMethods
    Note

    Syntax has double '>' due to '>:' operator being reserved in Scala.

  69. def >>:(i: Int): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than the input integer, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than the input integer, else 0.

    Definition Classes
    GreaterOpMethods
    Note

    Syntax has double '>' due to '>:' operator being reserved in Scala.

  70. def ^(rss: Seq[RasterSource]): RasterSource

    Xor the values of each cell in each raster.

    Xor the values of each cell in each raster.

    Definition Classes
    XorOpMethods
  71. def ^(rs: RasterSource): RasterSource

    Xor the values of each cell in each raster.

    Xor the values of each cell in each raster.

    Definition Classes
    XorOpMethods
  72. def ^(i: Int): RasterSource

    Xor a constant Int value to each cell.

    Xor a constant Int value to each cell.

    Definition Classes
    XorOpMethods
  73. def ^:(i: Int): RasterSource

    Xor a constant Int value to each cell.

    Xor a constant Int value to each cell.

    Definition Classes
    XorOpMethods
  74. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  75. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  77. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  78. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  79. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  80. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  81. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  82. def localAdd(rss: Seq[RasterSource]): RasterSource

    Add the values of each cell in each raster.

    Add the values of each cell in each raster.

    Definition Classes
    AddOpMethods
  83. def localAdd(rs: RasterSource): RasterSource

    Add the values of each cell in each raster.

    Add the values of each cell in each raster.

    Definition Classes
    AddOpMethods
  84. def localAdd(d: Double): RasterSource

    Add a constant Double value to each cell.

    Add a constant Double value to each cell.

    Definition Classes
    AddOpMethods
  85. def localAdd(i: Int): RasterSource

    Add a constant Int value to each cell.

    Add a constant Int value to each cell.

    Definition Classes
    AddOpMethods
  86. def localAnd(rss: Seq[RasterSource]): RasterSource

    And the values of each cell in each raster.

    And the values of each cell in each raster.

    Definition Classes
    AndOpMethods
  87. def localAnd(rs: RasterSource): RasterSource

    And the values of each cell in each raster.

    And the values of each cell in each raster.

    Definition Classes
    AndOpMethods
  88. def localAnd(i: Int): RasterSource

    And a constant Int value to each cell.

    And a constant Int value to each cell.

    Definition Classes
    AndOpMethods
  89. def localCeil(): RasterSource

    Takes the Ceiling of each raster cell value.

  90. def localCombine[That](rs: RasterSource)(f: (Int, Int) ⇒ Int)(implicit bf: CanBuildSourceFrom[RasterSource, Raster, That]): That

  91. def localCombineDouble[That](rs: RasterSource)(f: (Double, Double) ⇒ Double)(implicit bf: CanBuildSourceFrom[RasterSource, Raster, That]): That

  92. def localDefined(): RasterSource

    Maps an integer typed Raster to 1 if the cell value is not NODATA, otherwise 0.

  93. def localDivide(rss: Seq[RasterSource]): RasterSource

    Divide the values of each cell in each raster.

    Divide the values of each cell in each raster.

    Definition Classes
    DivideOpMethods
  94. def localDivide(rs: RasterSource): RasterSource

    Divide the values of each cell in each raster.

    Divide the values of each cell in each raster.

    Definition Classes
    DivideOpMethods
  95. def localDivide(d: Double): RasterSource

    Divide each value of a raster by a double constant value.

    Divide each value of a raster by a double constant value.

    Definition Classes
    DivideOpMethods
  96. def localDivide(i: Int): RasterSource

    Divide each value of the raster by a constant value.

    Divide each value of the raster by a constant value.

    Definition Classes
    DivideOpMethods
  97. def localDivideValue(d: Double): RasterSource

    Divide a double constant value by each cell value.

    Divide a double constant value by each cell value.

    Definition Classes
    DivideOpMethods
  98. def localDivideValue(i: Int): RasterSource

    Divide a constant value by each cell value.

    Divide a constant value by each cell value.

    Definition Classes
    DivideOpMethods
  99. def localDualCombine[That](rs: RasterSource)(fInt: (Int, Int) ⇒ Int)(fDouble: (Double, Double) ⇒ Double)(implicit bf: CanBuildSourceFrom[RasterSource, Raster, That]): That

  100. def localDualMap(fInt: (Int) ⇒ Int)(fDouble: (Double) ⇒ Double): RasterSource

    Map the values of a each cell to a new value; if the type of the raster is a double type, map using the double function, otherwise map using the integer function.

    Map the values of a each cell to a new value; if the type of the raster is a double type, map using the double function, otherwise map using the integer function.

    Definition Classes
    LocalMapOpMethods
  101. def localEqual(rs: RasterSource): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are equal, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are equal, else 0.

    Definition Classes
    EqualOpMethods
  102. def localEqual(d: Double): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input double, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input double, else 0.

    Definition Classes
    EqualOpMethods
  103. def localEqual(i: Int): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input integer, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input integer, else 0.

    Definition Classes
    EqualOpMethods
  104. def localFloor(): RasterSource

    Takes the Floor of each raster cell value.

  105. def localGreater(rs: RasterSource): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are greater than the next raster, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are greater than the next raster, else 0.

    Definition Classes
    GreaterOpMethods
  106. def localGreater(d: Double): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than the input double, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than the input double, else 0.

    Definition Classes
    GreaterOpMethods
  107. def localGreater(i: Int): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than the input integer, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than the input integer, else 0.

    Definition Classes
    GreaterOpMethods
  108. def localGreaterOrEqual(rs: RasterSource): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are greater than or equal to the next raster, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are greater than or equal to the next raster, else 0.

    Definition Classes
    GreaterOrEqualOpMethods
  109. def localGreaterOrEqual(d: Double): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than or equal to the input double, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than or equal to the input double, else 0.

    Definition Classes
    GreaterOrEqualOpMethods
  110. def localGreaterOrEqual(i: Int): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than or equal to the input integer, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than or equal to the input integer, else 0.

    Definition Classes
    GreaterOrEqualOpMethods
  111. def localIf(rs: RasterSource, cond: (Double, Double) ⇒ Boolean, trueValue: Double, falseValue: Double): RasterSource

    Definition Classes
    ConditionalOpMethods
  112. def localIf(rs: RasterSource, cond: (Int, Int) ⇒ Boolean, trueValue: Int, falseValue: Int): RasterSource

    Definition Classes
    ConditionalOpMethods
  113. def localIf(rs: RasterSource, cond: (Double, Double) ⇒ Boolean, trueValue: Double): RasterSource

    Definition Classes
    ConditionalOpMethods
  114. def localIf(rs: RasterSource, cond: (Int, Int) ⇒ Boolean, trueValue: Int): RasterSource

    Definition Classes
    ConditionalOpMethods
  115. def localIf(cond: (Double) ⇒ Boolean, trueValue: Double, falseValue: Double): RasterSource

    Definition Classes
    ConditionalOpMethods
  116. def localIf(cond: (Int) ⇒ Boolean, trueValue: Int, falseValue: Int): RasterSource

    Definition Classes
    ConditionalOpMethods
  117. def localIf(cond: (Double) ⇒ Boolean, trueValue: Double): RasterSource

    Definition Classes
    ConditionalOpMethods
  118. def localIf(cond: (Int) ⇒ Boolean, trueValue: Int): RasterSource

    Definition Classes
    ConditionalOpMethods
  119. def localInverseMask(rs: RasterSource, readMask: Int, writeMask: Int): RasterSource

    InverseMasks this raster based on cell values of the second raster.

    InverseMasks this raster based on cell values of the second raster. See InverseMask.

  120. def localLess(rs: RasterSource): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are less than the next raster, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are less than the next raster, else 0.

    Definition Classes
    LessOpMethods
  121. def localLess(d: Double): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than the input double, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than the input double, else 0.

    Definition Classes
    LessOpMethods
  122. def localLess(i: Int): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than the input integer, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than the input integer, else 0.

    Definition Classes
    LessOpMethods
  123. def localLessOrEqual(rs: RasterSource): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are less than or equal to the next raster, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are less than or equal to the next raster, else 0.

    Definition Classes
    LessOrEqualOpMethods
  124. def localLessOrEqual(d: Double): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than or equal to the input double, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than or equal to the input double, else 0.

    Definition Classes
    LessOrEqualOpMethods
  125. def localLessOrEqual(i: Int): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than or equal to the input integer, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than or equal to the input integer, else 0.

    Definition Classes
    LessOrEqualOpMethods
  126. def localLog(): RasterSource

    Computes the Log of a Raster.

  127. def localMajority(n: Int, rss: RasterSource*)(implicit d: DI): RasterSource

    Assigns to each cell the value within the given rasters that is the nth most numerous.

    Assigns to each cell the value within the given rasters that is the nth most numerous.

    Definition Classes
    MajorityOpMethods
  128. def localMajority(n: Int, rss: Seq[RasterSource]): RasterSource

    Assigns to each cell the value within the given rasters that is the nth most numerous.

    Assigns to each cell the value within the given rasters that is the nth most numerous.

    Definition Classes
    MajorityOpMethods
  129. def localMajority(rss: RasterSource*)(implicit d: DI): RasterSource

    Assigns to each cell the value within the given rasters that is the most numerous.

    Assigns to each cell the value within the given rasters that is the most numerous.

    Definition Classes
    MajorityOpMethods
  130. def localMajority(rss: Seq[RasterSource]): RasterSource

    Assigns to each cell the value within the given rasters that is the most numerous.

    Assigns to each cell the value within the given rasters that is the most numerous.

    Definition Classes
    MajorityOpMethods
  131. def localMap(f: (Int) ⇒ Int): RasterSource

    Map the integer values of a each cell to a new integer value.

    Map the integer values of a each cell to a new integer value.

    Definition Classes
    LocalMapOpMethods
  132. def localMapDouble(f: (Double) ⇒ Double): RasterSource

    Map the double values of a each cell to a new double value.

    Map the double values of a each cell to a new double value.

    Definition Classes
    LocalMapOpMethods
  133. def localMapIfSet(f: (Int) ⇒ Int): RasterSource

    For each cell whose value is not NODATA, map their integer values to a new integer value

    For each cell whose value is not NODATA, map their integer values to a new integer value

    Definition Classes
    LocalMapOpMethods
  134. def localMapIfSetDouble(fInt: (Int) ⇒ Int)(fDouble: (Double) ⇒ Double): RasterSource

    For each cell whose value is not a NoData, if the type of the raster is a double type, map using the double function, otherwise map using the integer function.

    For each cell whose value is not a NoData, if the type of the raster is a double type, map using the double function, otherwise map using the integer function.

    Definition Classes
    LocalMapOpMethods
  135. def localMapIfSetDouble(f: (Double) ⇒ Double): RasterSource

    For each cell whose value is not Double.

    For each cell whose value is not Double.NaN, map their double values to a new integer value

    Definition Classes
    LocalMapOpMethods
  136. def localMask(rs: RasterSource, readMask: Int, writeMask: Int): RasterSource

    Masks this raster based on cell values of the second raster.

    Masks this raster based on cell values of the second raster. See Mask.

  137. def localMax(rss: Seq[RasterSource]): RasterSource

    Max the values of each cell in each raster.

    Max the values of each cell in each raster.

    Definition Classes
    MaxOpMethods
  138. def localMax(rs: RasterSource): RasterSource

    Max the values of each cell in each raster.

    Max the values of each cell in each raster.

    Definition Classes
    MaxOpMethods
  139. def localMax(d: Double): RasterSource

    Max a constant Double value to each cell.

    Max a constant Double value to each cell.

    Definition Classes
    MaxOpMethods
  140. def localMax(i: Int): RasterSource

    Max a constant Int value to each cell.

    Max a constant Int value to each cell.

    Definition Classes
    MaxOpMethods
  141. def localMean(rss: RasterSource*)(implicit d: DI): RasterSource

    Takes the mean of the values of each cell in the set of rasters.

  142. def localMean(rss: Seq[RasterSource]): RasterSource

    Takes the mean of the values of each cell in the set of rasters.

  143. def localMin(rss: Seq[RasterSource]): RasterSource

    Min the values of each cell in each raster.

    Min the values of each cell in each raster.

    Definition Classes
    MinOpMethods
  144. def localMin(rs: RasterSource): RasterSource

    Min the values of each cell in each raster.

    Min the values of each cell in each raster.

    Definition Classes
    MinOpMethods
  145. def localMin(d: Double): RasterSource

    Min a constant Double value to each cell.

    Min a constant Double value to each cell.

    Definition Classes
    MinOpMethods
  146. def localMin(i: Int): RasterSource

    Min a constant Int value to each cell.

    Min a constant Int value to each cell.

    Definition Classes
    MinOpMethods
  147. def localMinority(n: Int, rss: RasterSource*)(implicit d: DI): RasterSource

    Assigns to each cell the value within the given rasters that is the nth least numerous.

    Assigns to each cell the value within the given rasters that is the nth least numerous.

    Definition Classes
    MinorityOpMethods
  148. def localMinority(n: Int, rss: Seq[RasterSource]): RasterSource

    Assigns to each cell the value within the given rasters that is the nth least numerous.

    Assigns to each cell the value within the given rasters that is the nth least numerous.

    Definition Classes
    MinorityOpMethods
  149. def localMinority(rss: RasterSource*)(implicit d: DI): RasterSource

    Assigns to each cell the value within the given rasters that is the least numerous.

    Assigns to each cell the value within the given rasters that is the least numerous.

    Definition Classes
    MinorityOpMethods
  150. def localMinority(rss: Seq[RasterSource]): RasterSource

    Assigns to each cell the value within the given rasters that is the least numerous.

    Assigns to each cell the value within the given rasters that is the least numerous.

    Definition Classes
    MinorityOpMethods
  151. def localMultiply(rss: Seq[RasterSource]): RasterSource

    Multiply the values of each cell in each raster.

    Multiply the values of each cell in each raster.

    Definition Classes
    MultiplyOpMethods
  152. def localMultiply(rs: RasterSource): RasterSource

    Multiply the values of each cell in each raster.

    Multiply the values of each cell in each raster.

    Definition Classes
    MultiplyOpMethods
  153. def localMultiply(d: Double): RasterSource

    Multiply a double constant value from each cell.

    Multiply a double constant value from each cell.

    Definition Classes
    MultiplyOpMethods
  154. def localMultiply(i: Int): RasterSource

    Multiply a constant value from each cell.

    Multiply a constant value from each cell.

    Definition Classes
    MultiplyOpMethods
  155. def localNegate(): RasterSource

    Negate (multiply by -1) each value in a raster.

  156. def localNot(): RasterSource

    Get the negation of this raster source.

    Get the negation of this raster source. Will convert double values into integers.

  157. def localOr(rss: Seq[RasterSource]): RasterSource

    Or the values of each cell in each raster.

    Or the values of each cell in each raster.

    Definition Classes
    OrOpMethods
  158. def localOr(rs: RasterSource): RasterSource

    Or the values of each cell in each raster.

    Or the values of each cell in each raster.

    Definition Classes
    OrOpMethods
  159. def localOr(i: Int): RasterSource

    Or a constant Int value to each cell.

    Or a constant Int value to each cell.

    Definition Classes
    OrOpMethods
  160. def localPow(rss: Seq[RasterSource]): RasterSource

    Pow the values of each cell in each raster.

    Pow the values of each cell in each raster.

    Definition Classes
    PowOpMethods
  161. def localPow(rs: RasterSource): RasterSource

    Pow the values of each cell in each raster.

    Pow the values of each cell in each raster.

    Definition Classes
    PowOpMethods
  162. def localPow(d: Double): RasterSource

    Pow each value of a raster by a double constant value.

    Pow each value of a raster by a double constant value.

    Definition Classes
    PowOpMethods
  163. def localPow(i: Int): RasterSource

    Pow each value of the raster by a constant value.

    Pow each value of the raster by a constant value.

    Definition Classes
    PowOpMethods
  164. def localPowValue(d: Double): RasterSource

    Pow a double constant value by each cell value.

    Pow a double constant value by each cell value.

    Definition Classes
    PowOpMethods
  165. def localPowValue(i: Int): RasterSource

    Pow a constant value by each cell value.

    Pow a constant value by each cell value.

    Definition Classes
    PowOpMethods
  166. def localRound(): RasterSource

    Round the values of a Raster.

  167. def localSqrt(): RasterSource

    Take the square root each value in a raster.

  168. def localSubtract(rss: Seq[RasterSource]): RasterSource

    Subtract the values of each cell in each raster.

    Subtract the values of each cell in each raster.

    Definition Classes
    SubtractOpMethods
  169. def localSubtract(rs: RasterSource): RasterSource

    Subtract the values of each cell in each raster.

    Subtract the values of each cell in each raster.

    Definition Classes
    SubtractOpMethods
  170. def localSubtract(d: Double): RasterSource

    Subtract a double constant value from each cell.

    Subtract a double constant value from each cell.

    Definition Classes
    SubtractOpMethods
  171. def localSubtract(i: Int): RasterSource

    Subtract a constant value from each cell.

    Subtract a constant value from each cell.

    Definition Classes
    SubtractOpMethods
  172. def localSubtractFrom(d: Double): RasterSource

    Subtract each value of a cell from a double constant value.

    Subtract each value of a cell from a double constant value.

    Definition Classes
    SubtractOpMethods
  173. def localSubtractFrom(i: Int): RasterSource

    Subtract each value of a cell from a constant value.

    Subtract each value of a cell from a constant value.

    Definition Classes
    SubtractOpMethods
  174. def localUndefined(): RasterSource

    Maps an integer typed Raster to 0 if the cell value is not NODATA, otherwise 1.

  175. def localUnequal(rs: RasterSource): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are not equal, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are not equal, else 0.

    Definition Classes
    UnequalOpMethods
  176. def localUnequal(d: Double): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input intenger, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input intenger, else 0.

    Definition Classes
    UnequalOpMethods
  177. def localUnequal(i: Int): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input integer, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input integer, else 0.

    Definition Classes
    UnequalOpMethods
  178. def localVariety(rss: RasterSource*)(implicit d: DI): RasterSource

    Assigns to each cell the value within the given rasters that is the least numerous.

    Assigns to each cell the value within the given rasters that is the least numerous.

    Definition Classes
    VarietyOpMethods
  179. def localVariety(rss: Seq[RasterSource]): RasterSource

    Assigns to each cell the value within the given rasters that is the least numerous.

    Assigns to each cell the value within the given rasters that is the least numerous.

    Definition Classes
    VarietyOpMethods
  180. def localXor(rss: Seq[RasterSource]): RasterSource

    Xor the values of each cell in each raster.

    Xor the values of each cell in each raster.

    Definition Classes
    XorOpMethods
  181. def localXor(rs: RasterSource): RasterSource

    Xor the values of each cell in each raster.

    Xor the values of each cell in each raster.

    Definition Classes
    XorOpMethods
  182. def localXor(i: Int): RasterSource

    Xor a constant Int value to each cell.

    Xor a constant Int value to each cell.

    Definition Classes
    XorOpMethods
  183. def mask[T](geoms: Iterable[Geometry[T]]): RasterSource

    Masks this raster by the given GeoJSON.

  184. def mask[T](geom: Geometry[T]): RasterSource

    Masks this raster by the given GeoJSON.

  185. def mask(geoJson: String): RasterSource

    Masks this raster by the given GeoJSON.

  186. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  187. final def notify(): Unit

    Definition Classes
    AnyRef
  188. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  189. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  190. def toString(): String

    Definition Classes
    AnyRef → Any
  191. def unary_-(): RasterSource

    Negate (multiply by -1) each value in a raster.

  192. def unary_~(): RasterSource

    Get the negation of this raster source.

    Get the negation of this raster source. Will convert double values into integers.

  193. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  194. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  195. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  196. def |(rss: Seq[RasterSource]): RasterSource

    Or the values of each cell in each raster.

    Or the values of each cell in each raster.

    Definition Classes
    OrOpMethods
  197. def |(rs: RasterSource): RasterSource

    Or the values of each cell in each raster.

    Or the values of each cell in each raster.

    Definition Classes
    OrOpMethods
  198. def |(i: Int): RasterSource

    Or a constant Int value to each cell.

    Or a constant Int value to each cell.

    Definition Classes
    OrOpMethods
  199. def |:(i: Int): RasterSource

    Or a constant Int value to each cell.

    Or a constant Int value to each cell.

    Definition Classes
    OrOpMethods

Inherited from VarietyOpMethods[Repr]

Inherited from MinorityOpMethods[Repr]

Inherited from MajorityOpMethods[Repr]

Inherited from ConditionalOpMethods[Repr]

Inherited from LessOrEqualOpMethods[Repr]

Inherited from GreaterOrEqualOpMethods[Repr]

Inherited from LessOpMethods[Repr]

Inherited from GreaterOpMethods[Repr]

Inherited from UnequalOpMethods[Repr]

Inherited from EqualOpMethods[Repr]

Inherited from PowOpMethods[Repr]

Inherited from MaxOpMethods[Repr]

Inherited from MinOpMethods[Repr]

Inherited from XorOpMethods[Repr]

Inherited from OrOpMethods[Repr]

Inherited from AndOpMethods[Repr]

Inherited from DivideOpMethods[Repr]

Inherited from MultiplyOpMethods[Repr]

Inherited from SubtractOpMethods[Repr]

Inherited from AddOpMethods[Repr]

Inherited from LocalMapOpMethods[Repr]

Inherited from AnyRef

Inherited from Any

Ungrouped