Packages

c

geotrellis.spark.mapalgebra.local.Implicits

withLocalTileRDDMethods

implicit class withLocalTileRDDMethods[K] extends LocalTileRDDMethods[K]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withLocalTileRDDMethods
  2. LocalTileRDDMethods
  3. XorTileRDDMethods
  4. UnequalTileRDDMethods
  5. SubtractTileRDDMethods
  6. PowTileRDDMethods
  7. OrTileRDDMethods
  8. MultiplyTileRDDMethods
  9. MinorityTileRDDMethods
  10. MinTileRDDMethods
  11. MaxTileRDDMethods
  12. MajorityTileRDDMethods
  13. LocalMapTileRDDMethods
  14. LessTileRDDMethods
  15. LessOrEqualTileRDDMethods
  16. GreaterTileRDDMethods
  17. GreaterOrEqualTileRDDMethods
  18. EqualTileRDDMethods
  19. DivideTileRDDMethods
  20. IfCellTileRDDMethods
  21. AndTileRDDMethods
  22. AddTileRDDMethods
  23. TileRDDMethods
  24. MethodExtensions
  25. Serializable
  26. Serializable
  27. AnyRef
  28. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new withLocalTileRDDMethods(self: RDD[(K, Tile)])(implicit keyClassTag: ClassTag[K])

Value Members

  1. def !==(other: RDD[(K, Tile)]): RDD[(K, Tile)]

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

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

    Definition Classes
    UnequalTileRDDMethods
  2. def !==(d: Double): RDD[(K, Tile)]

    Returns a Tile with data of BitCellType, 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 BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input double, else 0.

    Definition Classes
    UnequalTileRDDMethods
  3. def !==(i: Int): RDD[(K, Tile)]

    Returns a Tile with data of BitCellType, 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 BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input integer, else 0.

    Definition Classes
    UnequalTileRDDMethods
  4. def !==:(d: Double): RDD[(K, Tile)]

    Returns a Tile with data of BitCellType, 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 BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input double, else 0.

    Definition Classes
    UnequalTileRDDMethods
  5. def !==:(i: Int): RDD[(K, Tile)]

    Returns a Tile with data of BitCellType, 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 BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input integer, else 0.

    Definition Classes
    UnequalTileRDDMethods
  6. def &(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)]

    And the values of each cell in each raster.

    And the values of each cell in each raster.

    Definition Classes
    AndTileRDDMethods
  7. def &(rs: TileLayerRDD[K]): RDD[(K, Tile)]

    And the values of each cell in each raster.

    And the values of each cell in each raster.

    Definition Classes
    AndTileRDDMethods
  8. def &(i: Int): RDD[(K, Tile)]

    And a constant Int value to each cell.

    And a constant Int value to each cell.

    Definition Classes
    AndTileRDDMethods
  9. def &:(i: Int): RDD[(K, Tile)]

    And a constant Int value to each cell.

    And a constant Int value to each cell.

    Definition Classes
    AndTileRDDMethods
  10. def *(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)]

    Multiply the values of each cell in each raster.

    Multiply the values of each cell in each raster.

    Definition Classes
    MultiplyTileRDDMethods
  11. def *(other: RDD[(K, Tile)]): RDD[(K, Tile)]

    Multiply the values of each cell in each raster.

    Multiply the values of each cell in each raster.

    Definition Classes
    MultiplyTileRDDMethods
  12. def *(d: Double): RDD[(K, Tile)]

    Multiply a double constant value from each cell.

    Multiply a double constant value from each cell.

    Definition Classes
    MultiplyTileRDDMethods
  13. def *(i: Int): RDD[(K, Tile)]

    Multiply a constant value from each cell.

    Multiply a constant value from each cell.

    Definition Classes
    MultiplyTileRDDMethods
  14. def **(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)]

    Pow the values of each cell in each raster.

    Pow the values of each cell in each raster.

    Definition Classes
    PowTileRDDMethods
  15. def **(other: RDD[(K, Tile)]): RDD[(K, Tile)]

    Pow the values of each cell in each raster.

    Pow the values of each cell in each raster.

    Definition Classes
    PowTileRDDMethods
  16. def **(d: Double): RDD[(K, Tile)]

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

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

    Definition Classes
    PowTileRDDMethods
  17. def **(i: Int): RDD[(K, Tile)]

    Pow each value of the raster by a constant value.

    Pow each value of the raster by a constant value.

    Definition Classes
    PowTileRDDMethods
  18. def **:(d: Double): RDD[(K, Tile)]

    Pow a double constant value by each cell value.

    Pow a double constant value by each cell value.

    Definition Classes
    PowTileRDDMethods
  19. def **:(i: Int): RDD[(K, Tile)]

    Pow a constant value by each cell value.

    Pow a constant value by each cell value.

    Definition Classes
    PowTileRDDMethods
  20. def *:(d: Double): RDD[(K, Tile)]

    Multiply a double constant value from each cell.

    Multiply a double constant value from each cell.

    Definition Classes
    MultiplyTileRDDMethods
  21. def *:(i: Int): RDD[(K, Tile)]

    Multiply a constant value from each cell.

    Multiply a constant value from each cell.

    Definition Classes
    MultiplyTileRDDMethods
  22. def +(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)]
    Definition Classes
    AddTileRDDMethods
  23. def +(other: RDD[(K, Tile)]): RDD[(K, Tile)]

    Add the values of each cell in each raster.

    Add the values of each cell in each raster.

    Definition Classes
    AddTileRDDMethods
  24. def +(d: Double): RDD[(K, Tile)]

    Add a constant Double value to each cell.

    Add a constant Double value to each cell.

    Definition Classes
    AddTileRDDMethods
  25. def +(i: Int): RDD[(K, Tile)]

    Add a constant Int value to each cell.

    Add a constant Int value to each cell.

    Definition Classes
    AddTileRDDMethods
  26. def +:(d: Double): RDD[(K, Tile)]

    Add a constant Double value to each cell.

    Add a constant Double value to each cell.

    Definition Classes
    AddTileRDDMethods
  27. def +:(i: Int): RDD[(K, Tile)]

    Add a constant Int value to each cell.

    Add a constant Int value to each cell.

    Definition Classes
    AddTileRDDMethods
  28. def -(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)]

    Subtract the values of each cell in each raster.

    Subtract the values of each cell in each raster.

    Definition Classes
    SubtractTileRDDMethods
  29. def -(other: RDD[(K, Tile)]): RDD[(K, Tile)]

    Subtract the values of each cell in each raster.

    Subtract the values of each cell in each raster.

    Definition Classes
    SubtractTileRDDMethods
  30. def -(d: Double): RDD[(K, Tile)]

    Subtract a double constant value from each cell.

    Subtract a double constant value from each cell.

    Definition Classes
    SubtractTileRDDMethods
  31. def -(i: Int): RDD[(K, Tile)]

    Subtract a constant value from each cell.

    Subtract a constant value from each cell.

    Definition Classes
    SubtractTileRDDMethods
  32. def -:(d: Double): RDD[(K, Tile)]

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

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

    Definition Classes
    SubtractTileRDDMethods
  33. def -:(i: Int): RDD[(K, Tile)]

    Subtract each value of a cell from a constant value.

    Subtract each value of a cell from a constant value.

    Definition Classes
    SubtractTileRDDMethods
  34. def /(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)]
    Definition Classes
    DivideTileRDDMethods
  35. def /(other: RDD[(K, Tile)]): RDD[(K, Tile)]

    Divide the values of each cell in each raster.

    Divide the values of each cell in each raster.

    Definition Classes
    DivideTileRDDMethods
  36. def /(d: Double): RDD[(K, Tile)]

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

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

    Definition Classes
    DivideTileRDDMethods
  37. def /(i: Int): RDD[(K, Tile)]

    Divide each value of the raster by a constant value.

    Divide each value of the raster by a constant value.

    Definition Classes
    DivideTileRDDMethods
  38. def /:(d: Double): RDD[(K, Tile)]

    Divide a double constant value by each cell value.

    Divide a double constant value by each cell value.

    Definition Classes
    DivideTileRDDMethods
  39. def /:(i: Int): RDD[(K, Tile)]

    Divide a constant value by each cell value.

    Divide a constant value by each cell value.

    Definition Classes
    DivideTileRDDMethods
  40. def <(other: RDD[(K, Tile)]): RDD[(K, Tile)]

    Returns a Tile with data of BitCellType, 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 BitCellType, where cell values equal 1 if the corresponding cell valued of the rasters are less than the next raster, else 0.

    Definition Classes
    LessTileRDDMethods
  41. def <(d: Double): RDD[(K, Tile)]

    Returns a Tile with data of BitCellType, 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 BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is less than the input double, else 0.

    Definition Classes
    LessTileRDDMethods
  42. def <(i: Int): RDD[(K, Tile)]

    Returns a Tile with data of BitCellType, 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 BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is less than the input integer, else 0.

    Definition Classes
    LessTileRDDMethods
  43. def <<:(d: Double): RDD[(K, Tile)]

    Returns a Tile with data of BitCellType, 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 BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is less than the input double, else 0.

    Definition Classes
    LessTileRDDMethods
    Note

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

  44. def <<:(i: Int): RDD[(K, Tile)]

    Returns a Tile with data of BitCellType, 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 BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is less than the input integer, else 0.

    Definition Classes
    LessTileRDDMethods
    Note

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

  45. def <=(other: RDD[(K, Tile)]): RDD[(K, Tile)]

    Returns a Tile with data of BitCellType, 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 BitCellType, 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
    LessOrEqualTileRDDMethods
  46. def <=(d: Double): RDD[(K, Tile)]

    Returns a Tile with data of BitCellType, 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 BitCellType, 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
    LessOrEqualTileRDDMethods
  47. def <=(i: Int): RDD[(K, Tile)]

    Returns a Tile with data of BitCellType, 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 BitCellType, 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
    LessOrEqualTileRDDMethods
  48. def <=:(d: Double): RDD[(K, Tile)]

    Returns a Tile with data of BitCellType, 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 BitCellType, 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
    LessOrEqualTileRDDMethods
  49. def <=:(i: Int): RDD[(K, Tile)]

    Returns a Tile with data of BitCellType, 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 BitCellType, 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
    LessOrEqualTileRDDMethods
  50. def >(other: RDD[(K, Tile)]): RDD[(K, Tile)]

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

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

    Definition Classes
    GreaterTileRDDMethods
  51. def >(d: Double): RDD[(K, Tile)]

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

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

    Definition Classes
    GreaterTileRDDMethods
  52. def >(i: Int): RDD[(K, Tile)]

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

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

    Definition Classes
    GreaterTileRDDMethods
  53. def >=(other: RDD[(K, Tile)]): RDD[(K, Tile)]

    Returns a TileLayerRDD with data of BitCellType, 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 TileLayerRDD with data of BitCellType, 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
    GreaterOrEqualTileRDDMethods
  54. def >=(d: Double): RDD[(K, Tile)]

    Returns a TileLayerRDD with data of BitCellType, 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 TileLayerRDD with data of BitCellType, 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
    GreaterOrEqualTileRDDMethods
  55. def >=(i: Int): RDD[(K, Tile)]

    Returns a TileLayerRDD with data of BitCellType, 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 TileLayerRDD with data of BitCellType, 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
    GreaterOrEqualTileRDDMethods
  56. def >=:(d: Double): RDD[(K, Tile)]

    Returns a TileLayerRDD with data of BitCellType, 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 TileLayerRDD with data of BitCellType, 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
    GreaterOrEqualTileRDDMethods
  57. def >=:(i: Int): RDD[(K, Tile)]

    Returns a TileLayerRDD with data of BitCellType, 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 TileLayerRDD with data of BitCellType, 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
    GreaterOrEqualTileRDDMethods
  58. def >>:(d: Double): RDD[(K, Tile)]

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

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

    Definition Classes
    GreaterTileRDDMethods
    Note

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

  59. def >>:(i: Int): RDD[(K, Tile)]

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

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

    Definition Classes
    GreaterTileRDDMethods
    Note

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

  60. def ^(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)]

    Xor the values of each cell in each raster.

    Xor the values of each cell in each raster.

    Definition Classes
    XorTileRDDMethods
  61. def ^(r: TileLayerRDD[K]): RDD[(K, Tile)]

    Xor the values of each cell in each raster.

    Xor the values of each cell in each raster.

    Definition Classes
    XorTileRDDMethods
  62. def ^(i: Int): RDD[(K, Tile)]

    Xor a constant Int value to each cell.

    Xor a constant Int value to each cell.

    Definition Classes
    XorTileRDDMethods
  63. def ^:(i: Int): RDD[(K, Tile)]

    Xor a constant Int value to each cell.

    Xor a constant Int value to each cell.

    Definition Classes
    XorTileRDDMethods
  64. implicit val keyClassTag: ClassTag[K]
    Definition Classes
    withLocalTileRDDMethods → TileRDDMethods
  65. def localAbs(): RDD[(K, Tile)]

    Takes the Absolute value of each raster cell value.

    Takes the Absolute value of each raster cell value.

    Definition Classes
    LocalTileRDDMethods
  66. def localAcos(): RDD[(K, Tile)]

    Takes the arc cos of each raster cell value.

    Takes the arc cos of each raster cell value.

    Definition Classes
    LocalTileRDDMethods
    Note

    Always return a double valued raster.

  67. def localAdd(others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    AddTileRDDMethods
  68. def localAdd(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)]
    Definition Classes
    AddTileRDDMethods
  69. def localAdd(other: RDD[(K, Tile)], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    AddTileRDDMethods
  70. def localAdd(other: RDD[(K, Tile)]): RDD[(K, Tile)]

    Add the values of each cell in each raster.

    Add the values of each cell in each raster.

    Definition Classes
    AddTileRDDMethods
  71. def localAdd(d: Double): RDD[(K, Tile)]

    Add a constant Double value to each cell.

    Add a constant Double value to each cell.

    Definition Classes
    AddTileRDDMethods
  72. def localAdd(i: Int): RDD[(K, Tile)]

    Add a constant Int value to each cell.

    Add a constant Int value to each cell.

    Definition Classes
    AddTileRDDMethods
  73. def localAnd(others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    AndTileRDDMethods
  74. def localAnd(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)]

    And the values of each cell in each raster.

    And the values of each cell in each raster.

    Definition Classes
    AndTileRDDMethods
  75. def localAnd(other: RDD[(K, Tile)], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    AndTileRDDMethods
  76. def localAnd(other: RDD[(K, Tile)]): RDD[(K, Tile)]

    And the values of each cell in each raster.

    And the values of each cell in each raster.

    Definition Classes
    AndTileRDDMethods
  77. def localAnd(i: Int): RDD[(K, Tile)]

    And a constant Int value to each cell.

    And a constant Int value to each cell.

    Definition Classes
    AndTileRDDMethods
  78. def localAsin(): RDD[(K, Tile)]

    Takes the arc sine of each raster cell value.

    Takes the arc sine of each raster cell value.

    Definition Classes
    LocalTileRDDMethods
    Note

    Always return a double valued raster.

  79. def localAtan(): RDD[(K, Tile)]

    Takes the arc tan of each raster cell value.

    Takes the arc tan of each raster cell value.

    Definition Classes
    LocalTileRDDMethods
    Note

    Always return a double valued raster.

  80. def localAtan2(other: RDD[(K, Tile)], partitioner: Option[Partitioner] = None): RDD[(K, Tile)]

    Takes the Arc Tangent2.

    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
    LocalTileRDDMethods
    Note

    A double raster is always returned.

  81. def localCeil(): RDD[(K, Tile)]

    Takes the Ceiling of each raster cell value.

    Takes the Ceiling of each raster cell value.

    Definition Classes
    LocalTileRDDMethods
  82. def localCos(): RDD[(K, Tile)]

    Takes the Cosine of each raster cell value.

    Takes the Cosine of each raster cell value.

    Definition Classes
    LocalTileRDDMethods
    Note

    Always returns a double raster.

  83. def localCosh(): RDD[(K, Tile)]

    Takes the hyperbolic cosine of each raster cell value.

    Takes the hyperbolic cosine of each raster cell value.

    Definition Classes
    LocalTileRDDMethods
    Note

    Always returns a double raster.

  84. def localDefined(): RDD[(K, Tile)]

    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
    LocalTileRDDMethods
  85. def localDivide(others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    DivideTileRDDMethods
  86. def localDivide(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)]
    Definition Classes
    DivideTileRDDMethods
  87. def localDivide(other: RDD[(K, Tile)], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    DivideTileRDDMethods
  88. def localDivide(other: RDD[(K, Tile)]): RDD[(K, Tile)]

    Divide the values of each cell in each raster.

    Divide the values of each cell in each raster.

    Definition Classes
    DivideTileRDDMethods
  89. def localDivide(d: Double): RDD[(K, Tile)]

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

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

    Definition Classes
    DivideTileRDDMethods
  90. def localDivide(i: Int): RDD[(K, Tile)]

    Divide each value of the raster by a constant value.

    Divide each value of the raster by a constant value.

    Definition Classes
    DivideTileRDDMethods
  91. def localDivideValue(d: Double): RDD[(K, Tile)]

    Divide a double constant value by each cell value.

    Divide a double constant value by each cell value.

    Definition Classes
    DivideTileRDDMethods
  92. def localDivideValue(i: Int): RDD[(K, Tile)]

    Divide a constant value by each cell value.

    Divide a constant value by each cell value.

    Definition Classes
    DivideTileRDDMethods
  93. def localDualMap(fInt: (Int) ⇒ Int)(fDouble: (Double) ⇒ Double): RDD[(K, Tile)]

    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
    LocalMapTileRDDMethods
  94. def localEqual(other: RDD[(K, Tile)], partitioner: Option[Partitioner] = None): RDD[(K, Tile)]

    Returns a Tile with data of BitCellType, 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 BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is equal to the provided raster, else 0.

    Definition Classes
    EqualTileRDDMethods
  95. def localEqual(d: Double): RDD[(K, Tile)]

    Returns a Tile with data of BitCellType, 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 BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input double, else 0.

    Definition Classes
    EqualTileRDDMethods
  96. def localEqual(i: Int): RDD[(K, Tile)]

    Returns a Tile with data of BitCellType, 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 BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input integer, else 0.

    Definition Classes
    EqualTileRDDMethods
  97. def localFloor(): RDD[(K, Tile)]

    Takes the Flooring of each raster cell value.

    Takes the Flooring of each raster cell value.

    Definition Classes
    LocalTileRDDMethods
  98. def localGreater(other: RDD[(K, Tile)], partitioner: Option[Partitioner] = None): RDD[(K, Tile)]

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

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

    Definition Classes
    GreaterTileRDDMethods
  99. def localGreater(d: Double): RDD[(K, Tile)]

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

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

    Definition Classes
    GreaterTileRDDMethods
  100. def localGreater(i: Int): RDD[(K, Tile)]

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

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

    Definition Classes
    GreaterTileRDDMethods
  101. def localGreaterOrEqual(other: RDD[(K, Tile)], partitioner: Option[Partitioner] = None): RDD[(K, Tile)]

    Returns a TileLayerRDD with data of BitCellType, 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 TileLayerRDD with data of BitCellType, 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
    GreaterOrEqualTileRDDMethods
  102. def localGreaterOrEqual(d: Double): RDD[(K, Tile)]

    Returns a TileLayerRDD with data of BitCellType, 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 TileLayerRDD with data of BitCellType, 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
    GreaterOrEqualTileRDDMethods
  103. def localGreaterOrEqual(i: Int): RDD[(K, Tile)]

    Returns a TileLayerRDD with data of BitCellType, 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 TileLayerRDD with data of BitCellType, 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
    GreaterOrEqualTileRDDMethods
  104. def localGreaterOrEqualRightAssociative(d: Double): RDD[(K, Tile)]

    Returns a TileLayerRDD with data of BitCellType, 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 TileLayerRDD with data of BitCellType, 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
    GreaterOrEqualTileRDDMethods
  105. def localGreaterOrEqualRightAssociative(i: Int): RDD[(K, Tile)]

    Returns a TileLayerRDD with data of BitCellType, 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 TileLayerRDD with data of BitCellType, 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
    GreaterOrEqualTileRDDMethods
  106. def localGreaterRightAssociative(d: Double): RDD[(K, Tile)]

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

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

    Definition Classes
    GreaterTileRDDMethods
  107. def localGreaterRightAssociative(i: Int): RDD[(K, Tile)]

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

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

    Definition Classes
    GreaterTileRDDMethods
  108. def localIf(other: RDD[(K, Tile)], cond: (Double, Double) ⇒ Boolean, trueValue: Double, falseValue: Double, partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    IfCellTileRDDMethods
  109. def localIf(other: RDD[(K, Tile)], cond: (Double, Double) ⇒ Boolean, trueValue: Double, falseValue: Double): RDD[(K, Tile)]
    Definition Classes
    IfCellTileRDDMethods
  110. def localIf(other: RDD[(K, Tile)], cond: (Int, Int) ⇒ Boolean, trueValue: Int, falseValue: Int, partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    IfCellTileRDDMethods
  111. def localIf(other: RDD[(K, Tile)], cond: (Int, Int) ⇒ Boolean, trueValue: Int, falseValue: Int): RDD[(K, Tile)]
    Definition Classes
    IfCellTileRDDMethods
  112. def localIf(other: RDD[(K, Tile)], cond: (Double, Double) ⇒ Boolean, trueValue: Double, partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    IfCellTileRDDMethods
  113. def localIf(other: RDD[(K, Tile)], cond: (Double, Double) ⇒ Boolean, trueValue: Double): RDD[(K, Tile)]
    Definition Classes
    IfCellTileRDDMethods
  114. def localIf(other: RDD[(K, Tile)], cond: (Int, Int) ⇒ Boolean, trueValue: Int, partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    IfCellTileRDDMethods
  115. def localIf(other: RDD[(K, Tile)], cond: (Int, Int) ⇒ Boolean, trueValue: Int): RDD[(K, Tile)]
    Definition Classes
    IfCellTileRDDMethods
  116. def localIf(cond: (Double) ⇒ Boolean, trueValue: Double, falseValue: Double): RDD[(K, Tile)]
    Definition Classes
    IfCellTileRDDMethods
  117. def localIf(cond: (Int) ⇒ Boolean, trueValue: Int, falseValue: Int): RDD[(K, Tile)]
    Definition Classes
    IfCellTileRDDMethods
  118. def localIf(cond: (Double) ⇒ Boolean, trueValue: Double): RDD[(K, Tile)]
    Definition Classes
    IfCellTileRDDMethods
  119. def localIf(cond: (Int) ⇒ Boolean, trueValue: Int): RDD[(K, Tile)]
    Definition Classes
    IfCellTileRDDMethods
  120. def localInverseMask(other: RDD[(K, Tile)], readMask: Int, writeMask: Int, partitioner: Option[Partitioner] = None): RDD[(K, Tile)]

    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
    LocalTileRDDMethods
  121. def localLess(other: RDD[(K, Tile)], partitioner: Option[Partitioner] = None): RDD[(K, Tile)]

    Returns a Tile with data of BitCellType, 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 BitCellType, where cell values equal 1 if the corresponding cell valued of the rasters are less than the next raster, else 0.

    Definition Classes
    LessTileRDDMethods
  122. def localLess(d: Double): RDD[(K, Tile)]

    Returns a Tile with data of BitCellType, 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 BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is less than the input double, else 0.

    Definition Classes
    LessTileRDDMethods
  123. def localLess(i: Int): RDD[(K, Tile)]

    Returns a Tile with data of BitCellType, 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 BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is less than the input integer, else 0.

    Definition Classes
    LessTileRDDMethods
  124. def localLessOrEqual(other: RDD[(K, Tile)], partitioner: Option[Partitioner] = None): RDD[(K, Tile)]

    Returns a Tile with data of BitCellType, 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 BitCellType, 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
    LessOrEqualTileRDDMethods
  125. def localLessOrEqual(d: Double): RDD[(K, Tile)]

    Returns a Tile with data of BitCellType, 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 BitCellType, 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
    LessOrEqualTileRDDMethods
  126. def localLessOrEqual(i: Int): RDD[(K, Tile)]

    Returns a Tile with data of BitCellType, 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 BitCellType, 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
    LessOrEqualTileRDDMethods
  127. def localLessOrEqualRightAssociative(d: Double): RDD[(K, Tile)]

    Returns a Tile with data of BitCellType, 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 BitCellType, 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
    LessOrEqualTileRDDMethods
  128. def localLessOrEqualRightAssociative(i: Int): RDD[(K, Tile)]

    Returns a Tile with data of BitCellType, 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 BitCellType, 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
    LessOrEqualTileRDDMethods
  129. def localLessRightAssociative(d: Double): RDD[(K, Tile)]

    Returns a Tile with data of BitCellType, 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 BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is less than the input double, else 0.

    Definition Classes
    LessTileRDDMethods
  130. def localLessRightAssociative(i: Int): RDD[(K, Tile)]

    Returns a Tile with data of BitCellType, 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 BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is less than the input integer, else 0.

    Definition Classes
    LessTileRDDMethods
  131. def localLog(): RDD[(K, Tile)]

    Computes the Log of Tile values.

    Computes the Log of Tile values.

    Definition Classes
    LocalTileRDDMethods
  132. def localLog10(): RDD[(K, Tile)]

    Computes the Log base 10 of Tile values.

    Computes the Log base 10 of Tile values.

    Definition Classes
    LocalTileRDDMethods
  133. def localMajority(n: Int, rs: RDD[(K, Tile)]*): RDD[(K, Tile)]

    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
    MajorityTileRDDMethods
  134. def localMajority(n: Int, others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    MajorityTileRDDMethods
  135. def localMajority(n: Int, others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)]

    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
    MajorityTileRDDMethods
  136. def localMajority(rs: RDD[(K, Tile)]*): RDD[(K, Tile)]

    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
    MajorityTileRDDMethods
  137. def localMajority(others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    MajorityTileRDDMethods
  138. def localMajority(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)]

    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
    MajorityTileRDDMethods
  139. def localMap(f: (Int) ⇒ Int): RDD[(K, Tile)]

    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
    LocalMapTileRDDMethods
  140. def localMapDouble(f: (Double) ⇒ Double): RDD[(K, Tile)]

    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
    LocalMapTileRDDMethods
  141. def localMapIfSet(f: (Int) ⇒ Int): RDD[(K, Tile)]

    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
    LocalMapTileRDDMethods
  142. def localMapIfSetDouble(fInt: (Int) ⇒ Int)(fDouble: (Double) ⇒ Double): RDD[(K, Tile)]

    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
    LocalMapTileRDDMethods
  143. def localMapIfSetDouble(f: (Double) ⇒ Double): RDD[(K, Tile)]

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

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

    Definition Classes
    LocalMapTileRDDMethods
  144. def localMask(other: RDD[(K, Tile)], readMask: Int, writeMask: Int, partitioner: Option[Partitioner] = None): RDD[(K, Tile)]

    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
    LocalTileRDDMethods
  145. def localMax(others: Seq[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    MaxTileRDDMethods
  146. def localMax(others: Seq[RDD[(K, Tile)]]): RDD[(K, Tile)]

    Max the values of each cell in each raster.

    Max the values of each cell in each raster.

    Definition Classes
    MaxTileRDDMethods
  147. def localMax(other: RDD[(K, Tile)], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    MaxTileRDDMethods
  148. def localMax(other: RDD[(K, Tile)]): RDD[(K, Tile)]

    Max the values of each cell in each raster.

    Max the values of each cell in each raster.

    Definition Classes
    MaxTileRDDMethods
  149. def localMax(d: Double): RDD[(K, Tile)]

    Max a constant Double value to each cell.

    Max a constant Double value to each cell.

    Definition Classes
    MaxTileRDDMethods
  150. def localMax(i: Int): RDD[(K, Tile)]

    Max a constant Int value to each cell.

    Max a constant Int value to each cell.

    Definition Classes
    MaxTileRDDMethods
  151. def localMin(others: Seq[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    MinTileRDDMethods
  152. def localMin(others: Seq[RDD[(K, Tile)]]): RDD[(K, Tile)]

    Min the values of each cell in each raster.

    Min the values of each cell in each raster.

    Definition Classes
    MinTileRDDMethods
  153. def localMin(other: RDD[(K, Tile)], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    MinTileRDDMethods
  154. def localMin(other: RDD[(K, Tile)]): RDD[(K, Tile)]

    Min the values of each cell in each raster.

    Min the values of each cell in each raster.

    Definition Classes
    MinTileRDDMethods
  155. def localMin(d: Double): RDD[(K, Tile)]

    Min a constant Double value to each cell.

    Min a constant Double value to each cell.

    Definition Classes
    MinTileRDDMethods
  156. def localMin(i: Int): RDD[(K, Tile)]

    Min a constant Int value to each cell.

    Min a constant Int value to each cell.

    Definition Classes
    MinTileRDDMethods
  157. def localMinority(n: Int, rs: RDD[(K, Tile)]*)(implicit d: DI): RDD[(K, Tile)]

    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
    MinorityTileRDDMethods
  158. def localMinority(n: Int, others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    MinorityTileRDDMethods
  159. def localMinority(n: Int, others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)]

    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
    MinorityTileRDDMethods
  160. def localMinority(rs: RDD[(K, Tile)]*)(implicit d: DI): RDD[(K, Tile)]

    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
    MinorityTileRDDMethods
  161. def localMinority(others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    MinorityTileRDDMethods
  162. def localMinority(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)]

    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
    MinorityTileRDDMethods
  163. def localMultiply(others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    MultiplyTileRDDMethods
  164. def localMultiply(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)]

    Multiply the values of each cell in each raster.

    Multiply the values of each cell in each raster.

    Definition Classes
    MultiplyTileRDDMethods
  165. def localMultiply(other: RDD[(K, Tile)], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    MultiplyTileRDDMethods
  166. def localMultiply(other: RDD[(K, Tile)]): RDD[(K, Tile)]

    Multiply the values of each cell in each raster.

    Multiply the values of each cell in each raster.

    Definition Classes
    MultiplyTileRDDMethods
  167. def localMultiply(d: Double): RDD[(K, Tile)]

    Multiply a double constant value from each cell.

    Multiply a double constant value from each cell.

    Definition Classes
    MultiplyTileRDDMethods
  168. def localMultiply(i: Int): RDD[(K, Tile)]

    Multiply a constant value from each cell.

    Multiply a constant value from each cell.

    Definition Classes
    MultiplyTileRDDMethods
  169. def localNegate(): RDD[(K, Tile)]

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

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

    Definition Classes
    LocalTileRDDMethods
  170. def localNot(): RDD[(K, Tile)]

    Bitwise negation of Tile.

    Bitwise negation of Tile.

    Definition Classes
    LocalTileRDDMethods
    Note

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

  171. def localOr(others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    OrTileRDDMethods
  172. def localOr(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)]

    Or the values of each cell in each raster.

    Or the values of each cell in each raster.

    Definition Classes
    OrTileRDDMethods
  173. def localOr(other: RDD[(K, Tile)], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    OrTileRDDMethods
  174. def localOr(other: RDD[(K, Tile)]): RDD[(K, Tile)]

    Or the values of each cell in each raster.

    Or the values of each cell in each raster.

    Definition Classes
    OrTileRDDMethods
  175. def localOr(i: Int): RDD[(K, Tile)]

    Or a constant Int value to each cell.

    Or a constant Int value to each cell.

    Definition Classes
    OrTileRDDMethods
  176. def localPow(others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]

    Pow the values of each cell in each raster.

    Pow the values of each cell in each raster.

    Definition Classes
    PowTileRDDMethods
  177. def localPow(other: RDD[(K, Tile)], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    PowTileRDDMethods
  178. def localPow(other: RDD[(K, Tile)]): RDD[(K, Tile)]

    Pow the values of each cell in each raster.

    Pow the values of each cell in each raster.

    Definition Classes
    PowTileRDDMethods
  179. def localPow(d: Double): RDD[(K, Tile)]

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

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

    Definition Classes
    PowTileRDDMethods
  180. def localPow(i: Int): RDD[(K, Tile)]

    Pow each value of the raster by a constant value.

    Pow each value of the raster by a constant value.

    Definition Classes
    PowTileRDDMethods
  181. def localPowValue(d: Double): RDD[(K, Tile)]

    Pow a double constant value by each cell value.

    Pow a double constant value by each cell value.

    Definition Classes
    PowTileRDDMethods
  182. def localPowValue(i: Int): RDD[(K, Tile)]

    Pow a constant value by each cell value.

    Pow a constant value by each cell value.

    Definition Classes
    PowTileRDDMethods
  183. def localRound(): RDD[(K, Tile)]

    Round the values of a Tile.

    Round the values of a Tile.

    Definition Classes
    LocalTileRDDMethods
  184. def localSin(): RDD[(K, Tile)]

    Takes the sine of each raster cell value.

    Takes the sine of each raster cell value.

    Definition Classes
    LocalTileRDDMethods
    Note

    Always returns a double raster.

  185. def localSinh(): RDD[(K, Tile)]

    Takes the hyperbolic sine of each raster cell value.

    Takes the hyperbolic sine of each raster cell value.

    Definition Classes
    LocalTileRDDMethods
    Note

    Always returns a double raster.

  186. def localSqrt(): RDD[(K, Tile)]

    Take the square root each value in a raster.

    Take the square root each value in a raster.

    Definition Classes
    LocalTileRDDMethods
  187. def localSubtract(others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    SubtractTileRDDMethods
  188. def localSubtract(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)]

    Subtract the values of each cell in each raster.

    Subtract the values of each cell in each raster.

    Definition Classes
    SubtractTileRDDMethods
  189. def localSubtract(other: RDD[(K, Tile)], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    SubtractTileRDDMethods
  190. def localSubtract(other: RDD[(K, Tile)]): RDD[(K, Tile)]

    Subtract the values of each cell in each raster.

    Subtract the values of each cell in each raster.

    Definition Classes
    SubtractTileRDDMethods
  191. def localSubtract(d: Double): RDD[(K, Tile)]

    Subtract a double constant value from each cell.

    Subtract a double constant value from each cell.

    Definition Classes
    SubtractTileRDDMethods
  192. def localSubtract(i: Int): RDD[(K, Tile)]

    Subtract a constant value from each cell.

    Subtract a constant value from each cell.

    Definition Classes
    SubtractTileRDDMethods
  193. def localSubtractFrom(d: Double): RDD[(K, Tile)]

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

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

    Definition Classes
    SubtractTileRDDMethods
  194. def localSubtractFrom(i: Int): RDD[(K, Tile)]

    Subtract each value of a cell from a constant value.

    Subtract each value of a cell from a constant value.

    Definition Classes
    SubtractTileRDDMethods
  195. def localTan(): RDD[(K, Tile)]

    Takes the Tangent of each raster cell value.

    Takes the Tangent of each raster cell value.

    Definition Classes
    LocalTileRDDMethods
    Note

    Always returns a double raster.

  196. def localTanh(): RDD[(K, Tile)]

    Takes the hyperboic cosine of each raster cell value.

    Takes the hyperboic cosine of each raster cell value.

    Definition Classes
    LocalTileRDDMethods
    Note

    Always returns a double raster.

  197. def localUndefined(): RDD[(K, Tile)]

    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
    LocalTileRDDMethods
  198. def localUnequal(other: RDD[(K, Tile)], partitioner: Option[Partitioner] = None): RDD[(K, Tile)]

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

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

    Definition Classes
    UnequalTileRDDMethods
  199. def localUnequal(d: Double): RDD[(K, Tile)]

    Returns a Tile with data of BitCellType, 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 BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input intenger, else 0.

    Definition Classes
    UnequalTileRDDMethods
  200. def localUnequal(i: Int): RDD[(K, Tile)]

    Returns a Tile with data of BitCellType, 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 BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input integer, else 0.

    Definition Classes
    UnequalTileRDDMethods
  201. def localXor(others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    XorTileRDDMethods
  202. def localXor(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)]

    Xor the values of each cell in each raster.

    Xor the values of each cell in each raster.

    Definition Classes
    XorTileRDDMethods
  203. def localXor(other: RDD[(K, Tile)], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    XorTileRDDMethods
  204. def localXor(other: RDD[(K, Tile)]): RDD[(K, Tile)]

    Xor the values of each cell in each raster.

    Xor the values of each cell in each raster.

    Definition Classes
    XorTileRDDMethods
  205. def localXor(i: Int): RDD[(K, Tile)]

    Xor a constant Int value to each cell.

    Xor a constant Int value to each cell.

    Definition Classes
    XorTileRDDMethods
  206. val self: RDD[(K, Tile)]
  207. def unary_-: RDD[(K, Tile)]

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

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

    Definition Classes
    LocalTileRDDMethods
  208. def |(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)]

    Or the values of each cell in each raster.

    Or the values of each cell in each raster.

    Definition Classes
    OrTileRDDMethods
  209. def |(r: RDD[(K, Tile)]): RDD[(K, Tile)]

    Or the values of each cell in each raster.

    Or the values of each cell in each raster.

    Definition Classes
    OrTileRDDMethods
  210. def |(i: Int): RDD[(K, Tile)]

    Or a constant Int value to each cell.

    Or a constant Int value to each cell.

    Definition Classes
    OrTileRDDMethods
  211. def |:(i: Int): RDD[(K, Tile)]

    Or a constant Int value to each cell.

    Or a constant Int value to each cell.

    Definition Classes
    OrTileRDDMethods