geotrellis.spark.op.local

LocalRasterRDDMethods

trait LocalRasterRDDMethods[K] extends RasterRDDMethods[K] with AddRasterRDDMethods[K] with AndRasterRDDMethods[K] with IfCellRasterRDDMethods[K] with DivideRasterRDDMethods[K] with EqualRasterRDDMethods[K] with GreaterOrEqualRasterRDDMethods[K] with GreaterRasterRDDMethods[K] with LessOrEqualRasterRDDMethods[K] with LessRasterRDDMethods[K] with LocalMapRasterRDDMethods[K] with MajorityRasterRDDMethods[K] with MaxRasterRDDMethods[K] with MinRasterRDDMethods[K] with MinorityRasterRDDMethods[K] with MultiplyRasterRDDMethods[K] with OrRasterRDDMethods[K] with PowRasterRDDMethods[K] with SubtractRasterRDDMethods[K] with UnequalRasterRDDMethods[K] with XorRasterRDDMethods[K]

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LocalRasterRDDMethods
  2. XorRasterRDDMethods
  3. UnequalRasterRDDMethods
  4. SubtractRasterRDDMethods
  5. PowRasterRDDMethods
  6. OrRasterRDDMethods
  7. MultiplyRasterRDDMethods
  8. MinorityRasterRDDMethods
  9. MinRasterRDDMethods
  10. MaxRasterRDDMethods
  11. MajorityRasterRDDMethods
  12. LocalMapRasterRDDMethods
  13. LessRasterRDDMethods
  14. LessOrEqualRasterRDDMethods
  15. GreaterRasterRDDMethods
  16. GreaterOrEqualRasterRDDMethods
  17. EqualRasterRDDMethods
  18. DivideRasterRDDMethods
  19. IfCellRasterRDDMethods
  20. AndRasterRDDMethods
  21. AddRasterRDDMethods
  22. RasterRDDMethods
  23. AnyRef
  24. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. implicit abstract val keyClassTag: ClassTag[K]

    Definition Classes
    RasterRDDMethods
  2. abstract val rasterRDD: RasterRDD[K]

    Definition Classes
    RasterRDDMethods

Concrete Value Members

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

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

    Definition Classes
    Any
  3. def !==(other: RasterRDD[K]): RasterRDD[K]

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

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

    Definition Classes
    UnequalRasterRDDMethods
  4. def !==(d: Double): RasterRDD[K]

    Returns a Tile 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 Tile 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
    UnequalRasterRDDMethods
  5. def !==(i: Int): RasterRDD[K]

    Returns a Tile 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 Tile 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
    UnequalRasterRDDMethods
  6. def !==:(d: Double): RasterRDD[K]

    Returns a Tile 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 Tile 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
    UnequalRasterRDDMethods
  7. def !==:(i: Int): RasterRDD[K]

    Returns a Tile 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 Tile 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
    UnequalRasterRDDMethods
  8. final def ##(): Int

    Definition Classes
    AnyRef → Any
  9. def &(others: Traversable[RasterRDD[K]]): RasterRDD[K]

    And the values of each cell in each raster.

    And the values of each cell in each raster.

    Definition Classes
    AndRasterRDDMethods
  10. def &(rs: RasterRDD[K]): RasterRDD[K]

    And the values of each cell in each raster.

    And the values of each cell in each raster.

    Definition Classes
    AndRasterRDDMethods
  11. def &(i: Int): RasterRDD[K]

    And a constant Int value to each cell.

    And a constant Int value to each cell.

    Definition Classes
    AndRasterRDDMethods
  12. def &:(i: Int): RasterRDD[K]

    And a constant Int value to each cell.

    And a constant Int value to each cell.

    Definition Classes
    AndRasterRDDMethods
  13. def *(others: Seq[RasterRDD[K]]): RasterRDD[K]

    Multiply the values of each cell in each raster.

    Multiply the values of each cell in each raster.

    Definition Classes
    MultiplyRasterRDDMethods
  14. def *(other: RasterRDD[K]): RasterRDD[K]

    Multiply the values of each cell in each raster.

    Multiply the values of each cell in each raster.

    Definition Classes
    MultiplyRasterRDDMethods
  15. def *(d: Double): RasterRDD[K]

    Multiply a double constant value from each cell.

    Multiply a double constant value from each cell.

    Definition Classes
    MultiplyRasterRDDMethods
  16. def *(i: Int): RasterRDD[K]

    Multiply a constant value from each cell.

    Multiply a constant value from each cell.

    Definition Classes
    MultiplyRasterRDDMethods
  17. def **(others: Seq[RasterRDD[K]]): RasterRDD[K]

    Pow the values of each cell in each raster.

    Pow the values of each cell in each raster.

    Definition Classes
    PowRasterRDDMethods
  18. def **(other: RasterRDD[K]): RasterRDD[K]

    Pow the values of each cell in each raster.

    Pow the values of each cell in each raster.

    Definition Classes
    PowRasterRDDMethods
  19. def **(d: Double): RasterRDD[K]

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

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

    Definition Classes
    PowRasterRDDMethods
  20. def **(i: Int): RasterRDD[K]

    Pow each value of the raster by a constant value.

    Pow each value of the raster by a constant value.

    Definition Classes
    PowRasterRDDMethods
  21. def **:(d: Double): RasterRDD[K]

    Pow a double constant value by each cell value.

    Pow a double constant value by each cell value.

    Definition Classes
    PowRasterRDDMethods
  22. def **:(i: Int): RasterRDD[K]

    Pow a constant value by each cell value.

    Pow a constant value by each cell value.

    Definition Classes
    PowRasterRDDMethods
  23. def *:(d: Double): RasterRDD[K]

    Multiply a double constant value from each cell.

    Multiply a double constant value from each cell.

    Definition Classes
    MultiplyRasterRDDMethods
  24. def *:(i: Int): RasterRDD[K]

    Multiply a constant value from each cell.

    Multiply a constant value from each cell.

    Definition Classes
    MultiplyRasterRDDMethods
  25. def +(others: Traversable[RasterRDD[K]]): RasterRDD[K]

    Definition Classes
    AddRasterRDDMethods
  26. def +(other: RasterRDD[K]): RasterRDD[K]

    Add the values of each cell in each raster.

    Add the values of each cell in each raster.

    Definition Classes
    AddRasterRDDMethods
  27. def +(d: Double): RasterRDD[K]

    Add a constant Double value to each cell.

    Add a constant Double value to each cell.

    Definition Classes
    AddRasterRDDMethods
  28. def +(i: Int): RasterRDD[K]

    Add a constant Int value to each cell.

    Add a constant Int value to each cell.

    Definition Classes
    AddRasterRDDMethods
  29. def +:(d: Double): RasterRDD[K]

    Add a constant Double value to each cell.

    Add a constant Double value to each cell.

    Definition Classes
    AddRasterRDDMethods
  30. def +:(i: Int): RasterRDD[K]

    Add a constant Int value to each cell.

    Add a constant Int value to each cell.

    Definition Classes
    AddRasterRDDMethods
  31. def -(others: Seq[RasterRDD[K]]): RasterRDD[K]

    Subtract the values of each cell in each raster.

    Subtract the values of each cell in each raster.

    Definition Classes
    SubtractRasterRDDMethods
  32. def -(other: RasterRDD[K]): RasterRDD[K]

    Subtract the values of each cell in each raster.

    Subtract the values of each cell in each raster.

    Definition Classes
    SubtractRasterRDDMethods
  33. def -(d: Double): RasterRDD[K]

    Subtract a double constant value from each cell.

    Subtract a double constant value from each cell.

    Definition Classes
    SubtractRasterRDDMethods
  34. def -(i: Int): RasterRDD[K]

    Subtract a constant value from each cell.

    Subtract a constant value from each cell.

    Definition Classes
    SubtractRasterRDDMethods
  35. def -:(d: Double): RasterRDD[K]

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

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

    Definition Classes
    SubtractRasterRDDMethods
  36. def -:(i: Int): RasterRDD[K]

    Subtract each value of a cell from a constant value.

    Subtract each value of a cell from a constant value.

    Definition Classes
    SubtractRasterRDDMethods
  37. def /(others: Traversable[RasterRDD[K]]): RasterRDD[K]

    Definition Classes
    DivideRasterRDDMethods
  38. def /(other: RasterRDD[K]): RasterRDD[K]

    Divide the values of each cell in each raster.

    Divide the values of each cell in each raster.

    Definition Classes
    DivideRasterRDDMethods
  39. def /(d: Double): RasterRDD[K]

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

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

    Definition Classes
    DivideRasterRDDMethods
  40. def /(i: Int): RasterRDD[K]

    Divide each value of the raster by a constant value.

    Divide each value of the raster by a constant value.

    Definition Classes
    DivideRasterRDDMethods
  41. def /:(d: Double): RasterRDD[K]

    Divide a double constant value by each cell value.

    Divide a double constant value by each cell value.

    Definition Classes
    DivideRasterRDDMethods
  42. def /:(i: Int): RasterRDD[K]

    Divide a constant value by each cell value.

    Divide a constant value by each cell value.

    Definition Classes
    DivideRasterRDDMethods
  43. def <(other: RasterRDD[K]): RasterRDD[K]

    Returns a Tile 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 Tile 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
    LessRasterRDDMethods
  44. def <(d: Double): RasterRDD[K]

    Returns a Tile 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 Tile 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
    LessRasterRDDMethods
  45. def <(i: Int): RasterRDD[K]

    Returns a Tile 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 Tile 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
    LessRasterRDDMethods
  46. def <<:(d: Double): RasterRDD[K]

    Returns a Tile 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 Tile 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
    LessRasterRDDMethods
    Note

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

  47. def <<:(i: Int): RasterRDD[K]

    Returns a Tile 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 Tile 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
    LessRasterRDDMethods
    Note

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

  48. def <=(other: RasterRDD[K]): RasterRDD[K]

    Returns a Tile 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 Tile 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
    LessOrEqualRasterRDDMethods
  49. def <=(d: Double): RasterRDD[K]

    Returns a Tile 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 Tile 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
    LessOrEqualRasterRDDMethods
  50. def <=(i: Int): RasterRDD[K]

    Returns a Tile 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 Tile 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
    LessOrEqualRasterRDDMethods
  51. def <=:(d: Double): RasterRDD[K]

    Returns a Tile 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 Tile 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
    LessOrEqualRasterRDDMethods
  52. def <=:(i: Int): RasterRDD[K]

    Returns a Tile 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 Tile 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
    LessOrEqualRasterRDDMethods
  53. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  55. def >(other: RasterRDD[K]): RasterRDD[K]

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

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

    Definition Classes
    GreaterRasterRDDMethods
  56. def >(d: Double): RasterRDD[K]

    Returns a RasterRDD 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 RasterRDD 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
    GreaterRasterRDDMethods
  57. def >(i: Int): RasterRDD[K]

    Returns a RasterRDD 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 RasterRDD 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
    GreaterRasterRDDMethods
  58. def >=(other: RasterRDD[K]): RasterRDD[K]

    Returns a RasterRDD 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 RasterRDD 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
    GreaterOrEqualRasterRDDMethods
  59. def >=(d: Double): RasterRDD[K]

    Returns a RasterRDD 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 RasterRDD 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
    GreaterOrEqualRasterRDDMethods
  60. def >=(i: Int): RasterRDD[K]

    Returns a RasterRDD 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 RasterRDD 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
    GreaterOrEqualRasterRDDMethods
  61. def >=:(d: Double): RasterRDD[K]

    Returns a RasterRDD 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 RasterRDD 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
    GreaterOrEqualRasterRDDMethods
  62. def >=:(i: Int): RasterRDD[K]

    Returns a RasterRDD 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 RasterRDD 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
    GreaterOrEqualRasterRDDMethods
  63. def >>:(d: Double): RasterRDD[K]

    Returns a RasterRDD 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 RasterRDD 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
    GreaterRasterRDDMethods
    Note

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

  64. def >>:(i: Int): RasterRDD[K]

    Returns a RasterRDD 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 RasterRDD 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
    GreaterRasterRDDMethods
    Note

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

  65. def ^(others: Seq[RasterRDD[K]]): RasterRDD[K]

    Xor the values of each cell in each raster.

    Xor the values of each cell in each raster.

    Definition Classes
    XorRasterRDDMethods
  66. def ^(r: RasterRDD[K]): RasterRDD[K]

    Xor the values of each cell in each raster.

    Xor the values of each cell in each raster.

    Definition Classes
    XorRasterRDDMethods
  67. def ^(i: Int): RasterRDD[K]

    Xor a constant Int value to each cell.

    Xor a constant Int value to each cell.

    Definition Classes
    XorRasterRDDMethods
  68. def ^:(i: Int): RasterRDD[K]

    Xor a constant Int value to each cell.

    Xor a constant Int value to each cell.

    Definition Classes
    XorRasterRDDMethods
  69. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  70. def clone(): AnyRef

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

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

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

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

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

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

    Definition Classes
    Any
  77. def localAbs(): RasterRDD[K]

    Takes the Absolute value of each raster cell value.

  78. def localAcos(): RasterRDD[K]

    Takes the arc cos of each raster cell value.

  79. def localAdd(others: Traversable[RasterRDD[K]]): RasterRDD[K]

    Definition Classes
    AddRasterRDDMethods
  80. def localAdd(other: RasterRDD[K]): RasterRDD[K]

    Add the values of each cell in each raster.

    Add the values of each cell in each raster.

    Definition Classes
    AddRasterRDDMethods
  81. def localAdd(d: Double): RasterRDD[K]

    Add a constant Double value to each cell.

    Add a constant Double value to each cell.

    Definition Classes
    AddRasterRDDMethods
  82. def localAdd(i: Int): RasterRDD[K]

    Add a constant Int value to each cell.

    Add a constant Int value to each cell.

    Definition Classes
    AddRasterRDDMethods
  83. def localAnd(others: Traversable[RasterRDD[K]]): RasterRDD[K]

    And the values of each cell in each raster.

    And the values of each cell in each raster.

    Definition Classes
    AndRasterRDDMethods
  84. def localAnd(other: RasterRDD[K]): RasterRDD[K]

    And the values of each cell in each raster.

    And the values of each cell in each raster.

    Definition Classes
    AndRasterRDDMethods
  85. def localAnd(i: Int): RasterRDD[K]

    And a constant Int value to each cell.

    And a constant Int value to each cell.

    Definition Classes
    AndRasterRDDMethods
  86. def localAsin(): RasterRDD[K]

    Takes the arc sine of each raster cell value.

  87. def localAtan(): RasterRDD[K]

    Takes the arc tan of each raster cell value.

  88. def localAtan2(other: RasterRDD[K]): RasterRDD[K]

    Takes the Arc Tangent2 This raster holds the y - values, and the parameter holds the x values.

    Takes the Arc Tangent2 This raster holds the y - values, and the parameter holds the x values. The arctan is calculated from y / x.

  89. def localCeil(): RasterRDD[K]

    Takes the Ceiling of each raster cell value.

  90. def localCos(): RasterRDD[K]

    Takes the Cosine of each raster cell value.

  91. def localCosh(): RasterRDD[K]

    Takes the hyperbolic cosine of each raster cell value.

  92. def localDefined(): RasterRDD[K]

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

  93. def localDivide(others: Traversable[RasterRDD[K]]): RasterRDD[K]

    Definition Classes
    DivideRasterRDDMethods
  94. def localDivide(other: RasterRDD[K]): RasterRDD[K]

    Divide the values of each cell in each raster.

    Divide the values of each cell in each raster.

    Definition Classes
    DivideRasterRDDMethods
  95. def localDivide(d: Double): RasterRDD[K]

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

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

    Definition Classes
    DivideRasterRDDMethods
  96. def localDivide(i: Int): RasterRDD[K]

    Divide each value of the raster by a constant value.

    Divide each value of the raster by a constant value.

    Definition Classes
    DivideRasterRDDMethods
  97. def localDivideValue(d: Double): RasterRDD[K]

    Divide a double constant value by each cell value.

    Divide a double constant value by each cell value.

    Definition Classes
    DivideRasterRDDMethods
  98. def localDivideValue(i: Int): RasterRDD[K]

    Divide a constant value by each cell value.

    Divide a constant value by each cell value.

    Definition Classes
    DivideRasterRDDMethods
  99. def localDualMap(fInt: (Int) ⇒ Int)(fDouble: (Double) ⇒ Double): RasterRDD[K]

    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
    LocalMapRasterRDDMethods
  100. def localEqual(other: RasterRDD[K]): RasterRDD[K]

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

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

    Definition Classes
    EqualRasterRDDMethods
  101. def localEqual(d: Double): RasterRDD[K]

    Returns a Tile 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 Tile 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
    EqualRasterRDDMethods
  102. def localEqual(i: Int): RasterRDD[K]

    Returns a Tile 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 Tile 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
    EqualRasterRDDMethods
  103. def localFloor(): RasterRDD[K]

    Takes the Flooring of each raster cell value.

  104. def localGreater(other: RasterRDD[K]): RasterRDD[K]

    Returns a RasterRDD 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 RasterRDD 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
    GreaterRasterRDDMethods
  105. def localGreater(d: Double): RasterRDD[K]

    Returns a RasterRDD 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 RasterRDD 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
    GreaterRasterRDDMethods
  106. def localGreater(i: Int): RasterRDD[K]

    Returns a RasterRDD 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 RasterRDD 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
    GreaterRasterRDDMethods
  107. def localGreaterOrEqual(other: RasterRDD[K]): RasterRDD[K]

    Returns a RasterRDD 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 RasterRDD 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
    GreaterOrEqualRasterRDDMethods
  108. def localGreaterOrEqual(d: Double): RasterRDD[K]

    Returns a RasterRDD 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 RasterRDD 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
    GreaterOrEqualRasterRDDMethods
  109. def localGreaterOrEqual(i: Int): RasterRDD[K]

    Returns a RasterRDD 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 RasterRDD 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
    GreaterOrEqualRasterRDDMethods
  110. def localGreaterOrEqualRightAssociative(d: Double): RasterRDD[K]

    Returns a RasterRDD 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 RasterRDD 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
    GreaterOrEqualRasterRDDMethods
  111. def localGreaterOrEqualRightAssociative(i: Int): RasterRDD[K]

    Returns a RasterRDD 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 RasterRDD 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
    GreaterOrEqualRasterRDDMethods
  112. def localGreaterRightAssociative(d: Double): RasterRDD[K]

    Returns a RasterRDD 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 RasterRDD 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
    GreaterRasterRDDMethods
  113. def localGreaterRightAssociative(i: Int): RasterRDD[K]

    Returns a RasterRDD 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 RasterRDD 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
    GreaterRasterRDDMethods
  114. def localIf(other: RasterRDD[K], cond: (Double, Double) ⇒ Boolean, trueValue: Double, falseValue: Double): RasterRDD[K]

    Definition Classes
    IfCellRasterRDDMethods
  115. def localIf(other: RasterRDD[K], cond: (Int, Int) ⇒ Boolean, trueValue: Int, falseValue: Int): RasterRDD[K]

    Definition Classes
    IfCellRasterRDDMethods
  116. def localIf(other: RasterRDD[K], cond: (Double, Double) ⇒ Boolean, trueValue: Double): RasterRDD[K]

    Definition Classes
    IfCellRasterRDDMethods
  117. def localIf(other: RasterRDD[K], cond: (Int, Int) ⇒ Boolean, trueValue: Int): RasterRDD[K]

    Definition Classes
    IfCellRasterRDDMethods
  118. def localIf(cond: (Double) ⇒ Boolean, trueValue: Double, falseValue: Double): RasterRDD[K]

    Definition Classes
    IfCellRasterRDDMethods
  119. def localIf(cond: (Int) ⇒ Boolean, trueValue: Int, falseValue: Int): RasterRDD[K]

    Definition Classes
    IfCellRasterRDDMethods
  120. def localIf(cond: (Double) ⇒ Boolean, trueValue: Double): RasterRDD[K]

    Definition Classes
    IfCellRasterRDDMethods
  121. def localIf(cond: (Int) ⇒ Boolean, trueValue: Int): RasterRDD[K]

    Definition Classes
    IfCellRasterRDDMethods
  122. def localInverseMask(other: RasterRDD[K], readMask: Int, writeMask: Int): RasterRDD[K]

    Generate a raster with the values from the first raster, but only include cells in which the corresponding cell in the second raster is set to the "readMask" value.

    Generate a raster with the values from the first raster, but only include cells in which the corresponding cell in the second raster is set to the "readMask" value.

    For example, if *all* cells in the second raster are set to the readMask value, the output raster will be identical to the first raster.

  123. def localLess(other: RasterRDD[K]): RasterRDD[K]

    Returns a Tile 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 Tile 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
    LessRasterRDDMethods
  124. def localLess(d: Double): RasterRDD[K]

    Returns a Tile 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 Tile 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
    LessRasterRDDMethods
  125. def localLess(i: Int): RasterRDD[K]

    Returns a Tile 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 Tile 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
    LessRasterRDDMethods
  126. def localLessOrEqual(other: RasterRDD[K]): RasterRDD[K]

    Returns a Tile 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 Tile 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
    LessOrEqualRasterRDDMethods
  127. def localLessOrEqual(d: Double): RasterRDD[K]

    Returns a Tile 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 Tile 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
    LessOrEqualRasterRDDMethods
  128. def localLessOrEqual(i: Int): RasterRDD[K]

    Returns a Tile 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 Tile 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
    LessOrEqualRasterRDDMethods
  129. def localLessOrEqualRightAssociative(d: Double): RasterRDD[K]

    Returns a Tile 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 Tile 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
    LessOrEqualRasterRDDMethods
  130. def localLessOrEqualRightAssociative(i: Int): RasterRDD[K]

    Returns a Tile 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 Tile 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
    LessOrEqualRasterRDDMethods
  131. def localLessRightAssociative(d: Double): RasterRDD[K]

    Returns a Tile 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 Tile 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
    LessRasterRDDMethods
  132. def localLessRightAssociative(i: Int): RasterRDD[K]

    Returns a Tile 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 Tile 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
    LessRasterRDDMethods
  133. def localLog(): RasterRDD[K]

    Computes the Log of Tile values.

  134. def localLog10(): RasterRDD[K]

    Computes the Log base 10 of Tile values.

  135. def localMajority(n: Int, rs: RasterRDD[K]*): RasterRDD[K]

    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
    MajorityRasterRDDMethods
  136. def localMajority(n: Int, others: Traversable[RasterRDD[K]]): RasterRDD[K]

    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
    MajorityRasterRDDMethods
  137. def localMajority(rs: RasterRDD[K]*): RasterRDD[K]

    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
    MajorityRasterRDDMethods
  138. def localMajority(others: Traversable[RasterRDD[K]]): RasterRDD[K]

    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
    MajorityRasterRDDMethods
  139. def localMap(f: (Int) ⇒ Int): RasterRDD[K]

    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
    LocalMapRasterRDDMethods
  140. def localMapDouble(f: (Double) ⇒ Double): RasterRDD[K]

    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
    LocalMapRasterRDDMethods
  141. def localMapIfSet(f: (Int) ⇒ Int): RasterRDD[K]

    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
    LocalMapRasterRDDMethods
  142. def localMapIfSetDouble(fInt: (Int) ⇒ Int)(fDouble: (Double) ⇒ Double): RasterRDD[K]

    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
    LocalMapRasterRDDMethods
  143. def localMapIfSetDouble(f: (Double) ⇒ Double): RasterRDD[K]

    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
    LocalMapRasterRDDMethods
  144. def localMask(other: RasterRDD[K], readMask: Int, writeMask: Int): RasterRDD[K]

    Generate a raster with the values from the first raster, but only include cells in which the corresponding cell in the second raster *are not* set to the "readMask" value.

    Generate a raster with the values from the first raster, but only include cells in which the corresponding cell in the second raster *are not* set to the "readMask" value.

    For example, if *all* cells in the second raster are set to the readMask value, the output raster will be empty -- all values set to NODATA.

  145. def localMax(others: Seq[RasterRDD[K]]): RasterRDD[K]

    Max the values of each cell in each raster.

    Max the values of each cell in each raster.

    Definition Classes
    MaxRasterRDDMethods
  146. def localMax(other: RasterRDD[K]): RasterRDD[K]

    Max the values of each cell in each raster.

    Max the values of each cell in each raster.

    Definition Classes
    MaxRasterRDDMethods
  147. def localMax(d: Double): RasterRDD[K]

    Max a constant Double value to each cell.

    Max a constant Double value to each cell.

    Definition Classes
    MaxRasterRDDMethods
  148. def localMax(i: Int): RasterRDD[K]

    Max a constant Int value to each cell.

    Max a constant Int value to each cell.

    Definition Classes
    MaxRasterRDDMethods
  149. def localMin(others: Seq[RasterRDD[K]]): RasterRDD[K]

    Min the values of each cell in each raster.

    Min the values of each cell in each raster.

    Definition Classes
    MinRasterRDDMethods
  150. def localMin(other: RasterRDD[K]): RasterRDD[K]

    Min the values of each cell in each raster.

    Min the values of each cell in each raster.

    Definition Classes
    MinRasterRDDMethods
  151. def localMin(d: Double): RasterRDD[K]

    Min a constant Double value to each cell.

    Min a constant Double value to each cell.

    Definition Classes
    MinRasterRDDMethods
  152. def localMin(i: Int): RasterRDD[K]

    Min a constant Int value to each cell.

    Min a constant Int value to each cell.

    Definition Classes
    MinRasterRDDMethods
  153. def localMinority(n: Int, rs: RasterRDD[K]*)(implicit d: DI): RasterRDD[K]

    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
    MinorityRasterRDDMethods
  154. def localMinority(n: Int, others: Seq[RasterRDD[K]]): RasterRDD[K]

    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
    MinorityRasterRDDMethods
  155. def localMinority(rs: RasterRDD[K]*)(implicit d: DI): RasterRDD[K]

    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
    MinorityRasterRDDMethods
  156. def localMinority(others: Seq[RasterRDD[K]]): RasterRDD[K]

    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
    MinorityRasterRDDMethods
  157. def localMultiply(others: Seq[RasterRDD[K]]): RasterRDD[K]

    Multiply the values of each cell in each raster.

    Multiply the values of each cell in each raster.

    Definition Classes
    MultiplyRasterRDDMethods
  158. def localMultiply(other: RasterRDD[K]): RasterRDD[K]

    Multiply the values of each cell in each raster.

    Multiply the values of each cell in each raster.

    Definition Classes
    MultiplyRasterRDDMethods
  159. def localMultiply(d: Double): RasterRDD[K]

    Multiply a double constant value from each cell.

    Multiply a double constant value from each cell.

    Definition Classes
    MultiplyRasterRDDMethods
  160. def localMultiply(i: Int): RasterRDD[K]

    Multiply a constant value from each cell.

    Multiply a constant value from each cell.

    Definition Classes
    MultiplyRasterRDDMethods
  161. def localNegate(): RasterRDD[K]

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

  162. def localNot(): RasterRDD[K]

    Bitwise negation of Tile.

    Bitwise negation of Tile.

    Note

    NotRaster does not currently support Double raster data. If you use a Tile with a Double CellType (TypeFloat, TypeDouble) the data values will be rounded to integers.

  163. def localOr(others: Seq[RasterRDD[K]]): RasterRDD[K]

    Or the values of each cell in each raster.

    Or the values of each cell in each raster.

    Definition Classes
    OrRasterRDDMethods
  164. def localOr(other: RasterRDD[K]): RasterRDD[K]

    Or the values of each cell in each raster.

    Or the values of each cell in each raster.

    Definition Classes
    OrRasterRDDMethods
  165. def localOr(i: Int): RasterRDD[K]

    Or a constant Int value to each cell.

    Or a constant Int value to each cell.

    Definition Classes
    OrRasterRDDMethods
  166. def localPow(others: Seq[RasterRDD[K]]): RasterRDD[K]

    Pow the values of each cell in each raster.

    Pow the values of each cell in each raster.

    Definition Classes
    PowRasterRDDMethods
  167. def localPow(other: RasterRDD[K]): RasterRDD[K]

    Pow the values of each cell in each raster.

    Pow the values of each cell in each raster.

    Definition Classes
    PowRasterRDDMethods
  168. def localPow(d: Double): RasterRDD[K]

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

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

    Definition Classes
    PowRasterRDDMethods
  169. def localPow(i: Int): RasterRDD[K]

    Pow each value of the raster by a constant value.

    Pow each value of the raster by a constant value.

    Definition Classes
    PowRasterRDDMethods
  170. def localPowValue(d: Double): RasterRDD[K]

    Pow a double constant value by each cell value.

    Pow a double constant value by each cell value.

    Definition Classes
    PowRasterRDDMethods
  171. def localPowValue(i: Int): RasterRDD[K]

    Pow a constant value by each cell value.

    Pow a constant value by each cell value.

    Definition Classes
    PowRasterRDDMethods
  172. def localRound(): RasterRDD[K]

    Round the values of a Tile.

  173. def localSin(): RasterRDD[K]

    Takes the sine of each raster cell value.

  174. def localSinh(): RasterRDD[K]

    Takes the hyperbolic sine of each raster cell value.

  175. def localSqrt(): RasterRDD[K]

    Take the square root each value in a raster.

  176. def localSubtract(others: Seq[RasterRDD[K]]): RasterRDD[K]

    Subtract the values of each cell in each raster.

    Subtract the values of each cell in each raster.

    Definition Classes
    SubtractRasterRDDMethods
  177. def localSubtract(other: RasterRDD[K]): RasterRDD[K]

    Subtract the values of each cell in each raster.

    Subtract the values of each cell in each raster.

    Definition Classes
    SubtractRasterRDDMethods
  178. def localSubtract(d: Double): RasterRDD[K]

    Subtract a double constant value from each cell.

    Subtract a double constant value from each cell.

    Definition Classes
    SubtractRasterRDDMethods
  179. def localSubtract(i: Int): RasterRDD[K]

    Subtract a constant value from each cell.

    Subtract a constant value from each cell.

    Definition Classes
    SubtractRasterRDDMethods
  180. def localSubtractFrom(d: Double): RasterRDD[K]

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

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

    Definition Classes
    SubtractRasterRDDMethods
  181. def localSubtractFrom(i: Int): RasterRDD[K]

    Subtract each value of a cell from a constant value.

    Subtract each value of a cell from a constant value.

    Definition Classes
    SubtractRasterRDDMethods
  182. def localTan(): RasterRDD[K]

    Takes the Tangent of each raster cell value.

  183. def localTanh(): RasterRDD[K]

    Takes the hyperboic cosine of each raster cell value.

  184. def localUndefined(): RasterRDD[K]

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

  185. def localUnequal(other: RasterRDD[K]): RasterRDD[K]

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

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

    Definition Classes
    UnequalRasterRDDMethods
  186. def localUnequal(d: Double): RasterRDD[K]

    Returns a Tile 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 Tile 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
    UnequalRasterRDDMethods
  187. def localUnequal(i: Int): RasterRDD[K]

    Returns a Tile 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 Tile 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
    UnequalRasterRDDMethods
  188. def localXor(others: Seq[RasterRDD[K]]): RasterRDD[K]

    Xor the values of each cell in each raster.

    Xor the values of each cell in each raster.

    Definition Classes
    XorRasterRDDMethods
  189. def localXor(other: RasterRDD[K]): RasterRDD[K]

    Xor the values of each cell in each raster.

    Xor the values of each cell in each raster.

    Definition Classes
    XorRasterRDDMethods
  190. def localXor(i: Int): RasterRDD[K]

    Xor a constant Int value to each cell.

    Xor a constant Int value to each cell.

    Definition Classes
    XorRasterRDDMethods
  191. final def ne(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef
  195. def toString(): String

    Definition Classes
    AnyRef → Any
  196. def unary_-(): RasterRDD[K]

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

  197. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  200. def |(others: Seq[RasterRDD[K]]): RasterRDD[K]

    Or the values of each cell in each raster.

    Or the values of each cell in each raster.

    Definition Classes
    OrRasterRDDMethods
  201. def |(r: RasterRDD[K]): RasterRDD[K]

    Or the values of each cell in each raster.

    Or the values of each cell in each raster.

    Definition Classes
    OrRasterRDDMethods
  202. def |(i: Int): RasterRDD[K]

    Or a constant Int value to each cell.

    Or a constant Int value to each cell.

    Definition Classes
    OrRasterRDDMethods
  203. def |:(i: Int): RasterRDD[K]

    Or a constant Int value to each cell.

    Or a constant Int value to each cell.

    Definition Classes
    OrRasterRDDMethods

Inherited from XorRasterRDDMethods[K]

Inherited from UnequalRasterRDDMethods[K]

Inherited from SubtractRasterRDDMethods[K]

Inherited from PowRasterRDDMethods[K]

Inherited from OrRasterRDDMethods[K]

Inherited from MultiplyRasterRDDMethods[K]

Inherited from MinorityRasterRDDMethods[K]

Inherited from MinRasterRDDMethods[K]

Inherited from MaxRasterRDDMethods[K]

Inherited from MajorityRasterRDDMethods[K]

Inherited from LocalMapRasterRDDMethods[K]

Inherited from LessRasterRDDMethods[K]

Inherited from LessOrEqualRasterRDDMethods[K]

Inherited from GreaterRasterRDDMethods[K]

Inherited from GreaterOrEqualRasterRDDMethods[K]

Inherited from EqualRasterRDDMethods[K]

Inherited from DivideRasterRDDMethods[K]

Inherited from IfCellRasterRDDMethods[K]

Inherited from AndRasterRDDMethods[K]

Inherited from AddRasterRDDMethods[K]

Inherited from RasterRDDMethods[K]

Inherited from AnyRef

Inherited from Any

Ungrouped