geotrellis.spark.op.local

LocalRasterRDDMethodExtensions

implicit class LocalRasterRDDMethodExtensions[K] extends LocalRasterRDDMethods[K]

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

Instance Constructors

  1. new LocalRasterRDDMethodExtensions(rasterRDD: RasterRDD[K])(implicit keyClassTag: ClassTag[K])

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. implicit val keyClassTag: ClassTag[K]

  78. def localAbs(): RasterRDD[K]

    Takes the Absolute value of each raster cell value.

    Takes the Absolute value of each raster cell value.

    Definition Classes
    LocalRasterRDDMethods
  79. def localAcos(): RasterRDD[K]

    Takes the arc cos of each raster cell value.

    Takes the arc cos of each raster cell value.

    Definition Classes
    LocalRasterRDDMethods
  80. def localAdd(others: Traversable[RasterRDD[K]]): RasterRDD[K]

    Definition Classes
    AddRasterRDDMethods
  81. 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
  82. 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
  83. 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
  84. 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
  85. 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
  86. 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
  87. def localAsin(): RasterRDD[K]

    Takes the arc sine of each raster cell value.

    Takes the arc sine of each raster cell value.

    Definition Classes
    LocalRasterRDDMethods
  88. def localAtan(): RasterRDD[K]

    Takes the arc tan of each raster cell value.

    Takes the arc tan of each raster cell value.

    Definition Classes
    LocalRasterRDDMethods
  89. 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.

    Definition Classes
    LocalRasterRDDMethods
  90. def localCeil(): RasterRDD[K]

    Takes the Ceiling of each raster cell value.

    Takes the Ceiling of each raster cell value.

    Definition Classes
    LocalRasterRDDMethods
  91. def localCos(): RasterRDD[K]

    Takes the Cosine of each raster cell value.

    Takes the Cosine of each raster cell value.

    Definition Classes
    LocalRasterRDDMethods
  92. def localCosh(): RasterRDD[K]

    Takes the hyperbolic cosine of each raster cell value.

    Takes the hyperbolic cosine of each raster cell value.

    Definition Classes
    LocalRasterRDDMethods
  93. def localDefined(): RasterRDD[K]

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

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

    Definition Classes
    LocalRasterRDDMethods
  94. def localDivide(others: Traversable[RasterRDD[K]]): RasterRDD[K]

    Definition Classes
    DivideRasterRDDMethods
  95. 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
  96. 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
  97. 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
  98. 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
  99. 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
  100. 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
  101. 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
  102. 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
  103. 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
  104. def localFloor(): RasterRDD[K]

    Takes the Flooring of each raster cell value.

    Takes the Flooring of each raster cell value.

    Definition Classes
    LocalRasterRDDMethods
  105. 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
  106. 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
  107. 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
  108. 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
  109. 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
  110. 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
  111. 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
  112. 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
  113. 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
  114. 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
  115. def localIf(other: RasterRDD[K], cond: (Double, Double) ⇒ Boolean, trueValue: Double, falseValue: Double): RasterRDD[K]

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

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

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

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

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

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

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

    Definition Classes
    IfCellRasterRDDMethods
  123. 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.

    Definition Classes
    LocalRasterRDDMethods
  124. 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
  125. 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
  126. 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
  127. 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
  128. 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
  129. 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
  130. 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
  131. 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
  132. 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
  133. 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
  134. def localLog(): RasterRDD[K]

    Computes the Log of Tile values.

    Computes the Log of Tile values.

    Definition Classes
    LocalRasterRDDMethods
  135. def localLog10(): RasterRDD[K]

    Computes the Log base 10 of Tile values.

    Computes the Log base 10 of Tile values.

    Definition Classes
    LocalRasterRDDMethods
  136. 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
  137. 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
  138. 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
  139. 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
  140. 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
  141. 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
  142. 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
  143. 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
  144. 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
  145. 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.

    Definition Classes
    LocalRasterRDDMethods
  146. 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
  147. 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
  148. 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
  149. 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
  150. 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
  151. 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
  152. 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
  153. 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
  154. 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
  155. 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
  156. 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
  157. 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
  158. 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
  159. 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
  160. 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
  161. def localMultiply(i: Int): RasterRDD[K]

    Multiply a constant value from each cell.

    Multiply a constant value from each cell.

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

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

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

    Definition Classes
    LocalRasterRDDMethods
  163. def localNot(): RasterRDD[K]

    Bitwise negation of Tile.

    Bitwise negation of Tile.

    Definition Classes
    LocalRasterRDDMethods
    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.

  164. 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
  165. 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
  166. 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
  167. 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
  168. 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
  169. 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
  170. 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
  171. 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
  172. 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
  173. def localRound(): RasterRDD[K]

    Round the values of a Tile.

    Round the values of a Tile.

    Definition Classes
    LocalRasterRDDMethods
  174. def localSin(): RasterRDD[K]

    Takes the sine of each raster cell value.

    Takes the sine of each raster cell value.

    Definition Classes
    LocalRasterRDDMethods
  175. def localSinh(): RasterRDD[K]

    Takes the hyperbolic sine of each raster cell value.

    Takes the hyperbolic sine of each raster cell value.

    Definition Classes
    LocalRasterRDDMethods
  176. def localSqrt(): RasterRDD[K]

    Take the square root each value in a raster.

    Take the square root each value in a raster.

    Definition Classes
    LocalRasterRDDMethods
  177. 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
  178. 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
  179. 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
  180. def localSubtract(i: Int): RasterRDD[K]

    Subtract a constant value from each cell.

    Subtract a constant value from each cell.

    Definition Classes
    SubtractRasterRDDMethods
  181. 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
  182. 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
  183. def localTan(): RasterRDD[K]

    Takes the Tangent of each raster cell value.

    Takes the Tangent of each raster cell value.

    Definition Classes
    LocalRasterRDDMethods
  184. def localTanh(): RasterRDD[K]

    Takes the hyperboic cosine of each raster cell value.

    Takes the hyperboic cosine of each raster cell value.

    Definition Classes
    LocalRasterRDDMethods
  185. def localUndefined(): RasterRDD[K]

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

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

    Definition Classes
    LocalRasterRDDMethods
  186. 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
  187. 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
  188. 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
  189. 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
  190. 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
  191. 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
  192. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  195. val rasterRDD: RasterRDD[K]

  196. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  197. def toString(): String

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

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

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

    Definition Classes
    LocalRasterRDDMethods
  199. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  202. 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
  203. 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
  204. def |(i: Int): RasterRDD[K]

    Or a constant Int value to each cell.

    Or a constant Int value to each cell.

    Definition Classes
    OrRasterRDDMethods
  205. 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 LocalRasterRDDMethods[K]

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