t

geotrellis.spark.mapalgebra.local

LocalTileRDDMethods

trait LocalTileRDDMethods[K] extends TileRDDMethods[K] with AddTileRDDMethods[K] with AndTileRDDMethods[K] with IfCellTileRDDMethods[K] with DivideTileRDDMethods[K] with EqualTileRDDMethods[K] with GreaterOrEqualTileRDDMethods[K] with GreaterTileRDDMethods[K] with LessOrEqualTileRDDMethods[K] with LessTileRDDMethods[K] with LocalMapTileRDDMethods[K] with MajorityTileRDDMethods[K] with MaxTileRDDMethods[K] with MinTileRDDMethods[K] with MinorityTileRDDMethods[K] with MultiplyTileRDDMethods[K] with OrTileRDDMethods[K] with PowTileRDDMethods[K] with SubtractTileRDDMethods[K] with UnequalTileRDDMethods[K] with XorTileRDDMethods[K]

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

Abstract Value Members

  1. implicit abstract val keyClassTag: ClassTag[K]
    Definition Classes
    TileRDDMethods
  2. abstract def self: RDD[(K, Tile)]
    Definition Classes
    MethodExtensions

Concrete 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. def localAbs(): RDD[(K, Tile)]

    Takes the Absolute value of each raster cell value.

  65. def localAcos(): RDD[(K, Tile)]

    Takes the arc cos of each raster cell value.

    Takes the arc cos of each raster cell value.

    Note

    Always return a double valued raster.

  66. def localAdd(others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    AddTileRDDMethods
  67. def localAdd(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)]
    Definition Classes
    AddTileRDDMethods
  68. def localAdd(other: RDD[(K, Tile)], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    AddTileRDDMethods
  69. 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
  70. 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
  71. 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
  72. def localAnd(others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    AndTileRDDMethods
  73. 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
  74. def localAnd(other: RDD[(K, Tile)], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    AndTileRDDMethods
  75. 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
  76. 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
  77. def localAsin(): RDD[(K, Tile)]

    Takes the arc sine of each raster cell value.

    Takes the arc sine of each raster cell value.

    Note

    Always return a double valued raster.

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

    Takes the arc tan of each raster cell value.

    Takes the arc tan of each raster cell value.

    Note

    Always return a double valued raster.

  79. 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.

    Note

    A double raster is always returned.

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

    Takes the Ceiling of each raster cell value.

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

    Takes the Cosine of each raster cell value.

    Takes the Cosine of each raster cell value.

    Note

    Always returns a double raster.

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

    Takes the hyperbolic cosine of each raster cell value.

    Takes the hyperbolic cosine of each raster cell value.

    Note

    Always returns a double raster.

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

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

  84. def localDivide(others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    DivideTileRDDMethods
  85. def localDivide(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)]
    Definition Classes
    DivideTileRDDMethods
  86. def localDivide(other: RDD[(K, Tile)], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    DivideTileRDDMethods
  87. 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
  88. 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
  89. 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
  90. 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
  91. 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
  92. 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
  93. 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
  94. 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
  95. 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
  96. def localFloor(): RDD[(K, Tile)]

    Takes the Flooring of each raster cell value.

  97. 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
  98. 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
  99. 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
  100. 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
  101. 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
  102. 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
  103. 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
  104. 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
  105. 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
  106. 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
  107. def localIf(other: RDD[(K, Tile)], cond: (Double, Double) ⇒ Boolean, trueValue: Double, falseValue: Double, partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    IfCellTileRDDMethods
  108. def localIf(other: RDD[(K, Tile)], cond: (Double, Double) ⇒ Boolean, trueValue: Double, falseValue: Double): RDD[(K, Tile)]
    Definition Classes
    IfCellTileRDDMethods
  109. def localIf(other: RDD[(K, Tile)], cond: (Int, Int) ⇒ Boolean, trueValue: Int, falseValue: Int, partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    IfCellTileRDDMethods
  110. def localIf(other: RDD[(K, Tile)], cond: (Int, Int) ⇒ Boolean, trueValue: Int, falseValue: Int): RDD[(K, Tile)]
    Definition Classes
    IfCellTileRDDMethods
  111. def localIf(other: RDD[(K, Tile)], cond: (Double, Double) ⇒ Boolean, trueValue: Double, partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    IfCellTileRDDMethods
  112. def localIf(other: RDD[(K, Tile)], cond: (Double, Double) ⇒ Boolean, trueValue: Double): RDD[(K, Tile)]
    Definition Classes
    IfCellTileRDDMethods
  113. def localIf(other: RDD[(K, Tile)], cond: (Int, Int) ⇒ Boolean, trueValue: Int, partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    IfCellTileRDDMethods
  114. def localIf(other: RDD[(K, Tile)], cond: (Int, Int) ⇒ Boolean, trueValue: Int): RDD[(K, Tile)]
    Definition Classes
    IfCellTileRDDMethods
  115. def localIf(cond: (Double) ⇒ Boolean, trueValue: Double, falseValue: Double): RDD[(K, Tile)]
    Definition Classes
    IfCellTileRDDMethods
  116. def localIf(cond: (Int) ⇒ Boolean, trueValue: Int, falseValue: Int): RDD[(K, Tile)]
    Definition Classes
    IfCellTileRDDMethods
  117. def localIf(cond: (Double) ⇒ Boolean, trueValue: Double): RDD[(K, Tile)]
    Definition Classes
    IfCellTileRDDMethods
  118. def localIf(cond: (Int) ⇒ Boolean, trueValue: Int): RDD[(K, Tile)]
    Definition Classes
    IfCellTileRDDMethods
  119. 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.

  120. 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
  121. 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
  122. 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
  123. 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
  124. 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
  125. 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
  126. 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
  127. 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
  128. 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
  129. 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
  130. def localLog(): RDD[(K, Tile)]

    Computes the Log of Tile values.

  131. def localLog10(): RDD[(K, Tile)]

    Computes the Log base 10 of Tile values.

  132. 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
  133. def localMajority(n: Int, others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    MajorityTileRDDMethods
  134. 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
  135. 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
  136. def localMajority(others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    MajorityTileRDDMethods
  137. 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
  138. 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
  139. 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
  140. 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
  141. 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
  142. 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
  143. 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.

  144. def localMax(others: Seq[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    MaxTileRDDMethods
  145. 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
  146. def localMax(other: RDD[(K, Tile)], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    MaxTileRDDMethods
  147. 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
  148. 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
  149. 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
  150. def localMin(others: Seq[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    MinTileRDDMethods
  151. 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
  152. def localMin(other: RDD[(K, Tile)], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    MinTileRDDMethods
  153. 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
  154. 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
  155. 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
  156. 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
  157. def localMinority(n: Int, others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    MinorityTileRDDMethods
  158. 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
  159. 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
  160. def localMinority(others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    MinorityTileRDDMethods
  161. 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
  162. def localMultiply(others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    MultiplyTileRDDMethods
  163. 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
  164. def localMultiply(other: RDD[(K, Tile)], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    MultiplyTileRDDMethods
  165. 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
  166. 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
  167. def localMultiply(i: Int): RDD[(K, Tile)]

    Multiply a constant value from each cell.

    Multiply a constant value from each cell.

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

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

  169. def localNot(): RDD[(K, Tile)]

    Bitwise negation of Tile.

    Bitwise negation of Tile.

    Note

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

  170. def localOr(others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    OrTileRDDMethods
  171. 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
  172. def localOr(other: RDD[(K, Tile)], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    OrTileRDDMethods
  173. 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
  174. 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
  175. 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
  176. def localPow(other: RDD[(K, Tile)], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    PowTileRDDMethods
  177. 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
  178. 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
  179. 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
  180. 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
  181. 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
  182. def localRound(): RDD[(K, Tile)]

    Round the values of a Tile.

  183. def localSin(): RDD[(K, Tile)]

    Takes the sine of each raster cell value.

    Takes the sine of each raster cell value.

    Note

    Always returns a double raster.

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

    Takes the hyperbolic sine of each raster cell value.

    Takes the hyperbolic sine of each raster cell value.

    Note

    Always returns a double raster.

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

    Take the square root each value in a raster.

  186. def localSubtract(others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    SubtractTileRDDMethods
  187. 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
  188. def localSubtract(other: RDD[(K, Tile)], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    SubtractTileRDDMethods
  189. 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
  190. 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
  191. def localSubtract(i: Int): RDD[(K, Tile)]

    Subtract a constant value from each cell.

    Subtract a constant value from each cell.

    Definition Classes
    SubtractTileRDDMethods
  192. 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
  193. 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
  194. def localTan(): RDD[(K, Tile)]

    Takes the Tangent of each raster cell value.

    Takes the Tangent of each raster cell value.

    Note

    Always returns a double raster.

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

    Takes the hyperboic cosine of each raster cell value.

    Takes the hyperboic cosine of each raster cell value.

    Note

    Always returns a double raster.

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

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

  197. 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
  198. 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
  199. 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
  200. def localXor(others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    XorTileRDDMethods
  201. 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
  202. def localXor(other: RDD[(K, Tile)], partitioner: Option[Partitioner]): RDD[(K, Tile)]
    Definition Classes
    XorTileRDDMethods
  203. 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
  204. 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
  205. def unary_-: RDD[(K, Tile)]

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

  206. 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
  207. 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
  208. 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
  209. 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