geotrellis.spark.mapalgebra.local.Implicits

withLocalTileRDDMethods

implicit class withLocalTileRDDMethods[K] extends LocalTileRDDMethods[K]

Linear Supertypes
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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

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

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

    Definition Classes
    Any
  3. def !==(other: 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
  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 !==:(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
  7. 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
  8. final def ##(): Int

    Definition Classes
    AnyRef → Any
  9. 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
  10. 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
  11. 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
  12. 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
  13. 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
  14. 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
  15. 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
  16. def *(i: Int): RDD[(K, Tile)]

    Multiply a constant value from each cell.

    Multiply a constant value from each cell.

    Definition Classes
    MultiplyTileRDDMethods
  17. 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
  18. 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
  19. 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
  20. 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
  21. 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
  22. 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
  23. 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
  24. def *:(i: Int): RDD[(K, Tile)]

    Multiply a constant value from each cell.

    Multiply a constant value from each cell.

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

    Definition Classes
    AddTileRDDMethods
  26. 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
  27. 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
  28. 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
  29. 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
  30. 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
  31. 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
  32. 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
  33. 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
  34. def -(i: Int): RDD[(K, Tile)]

    Subtract a constant value from each cell.

    Subtract a constant value from each cell.

    Definition Classes
    SubtractTileRDDMethods
  35. 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
  36. 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
  37. def /(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)]

    Definition Classes
    DivideTileRDDMethods
  38. 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
  39. 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
  40. 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
  41. 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
  42. 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
  43. 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
  44. 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
  45. 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
  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 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.

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

  48. 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
  49. 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
  50. 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
  51. 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
  52. 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
  53. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  55. 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
  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 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
  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 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
  58. 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
  59. 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
  60. 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
  61. 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
  62. 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
  63. 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.

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

  65. 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
  66. 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
  67. 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
  68. 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
  69. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  70. def clone(): AnyRef

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

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

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

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

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

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

    Definition Classes
    Any
  77. implicit val keyClassTag: ClassTag[K]

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

    Takes the Absolute value of each raster cell value.

    Takes the Absolute value of each raster cell value.

    Definition Classes
    LocalTileRDDMethods
  79. 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
  80. def localAdd(others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]

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

    Definition Classes
    AddTileRDDMethods
  82. def localAdd(other: RDD[(K, Tile)], partitioner: Option[Partitioner]): RDD[(K, Tile)]

    Definition Classes
    AddTileRDDMethods
  83. 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
  84. 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
  85. 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
  86. def localAnd(others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]

    Definition Classes
    AndTileRDDMethods
  87. 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
  88. def localAnd(other: RDD[(K, Tile)], partitioner: Option[Partitioner]): RDD[(K, Tile)]

    Definition Classes
    AndTileRDDMethods
  89. 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
  90. 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
  91. 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
  92. 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
  93. def localAtan2(other: RDD[(K, Tile)], partitioner: Option[Partitioner] = None): RDD[(K, Tile)]

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

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

    Definition Classes
    LocalTileRDDMethods
  94. def localCeil(): RDD[(K, Tile)]

    Takes the Ceiling of each raster cell value.

    Takes the Ceiling of each raster cell value.

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

    Takes the Cosine of each raster cell value.

    Takes the Cosine of each raster cell value.

    Definition Classes
    LocalTileRDDMethods
  96. 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
  97. 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
  98. def localDivide(others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]

    Definition Classes
    DivideTileRDDMethods
  99. def localDivide(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)]

    Definition Classes
    DivideTileRDDMethods
  100. def localDivide(other: RDD[(K, Tile)], partitioner: Option[Partitioner]): RDD[(K, Tile)]

    Definition Classes
    DivideTileRDDMethods
  101. 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
  102. 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
  103. 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
  104. 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
  105. 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
  106. 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
  107. 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
  108. 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
  109. 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
  110. def localFloor(): RDD[(K, Tile)]

    Takes the Flooring of each raster cell value.

    Takes the Flooring of each raster cell value.

    Definition Classes
    LocalTileRDDMethods
  111. 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
  112. 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
  113. 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
  114. 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
  115. 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
  116. 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
  117. 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
  118. 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
  119. 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
  120. 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
  121. def localIf(other: RDD[(K, Tile)], cond: (Double, Double) ⇒ Boolean, trueValue: Double, falseValue: Double, partitioner: Option[Partitioner]): RDD[(K, Tile)]

    Definition Classes
    IfCellTileRDDMethods
  122. def localIf(other: RDD[(K, Tile)], cond: (Double, Double) ⇒ Boolean, trueValue: Double, falseValue: Double): RDD[(K, Tile)]

    Definition Classes
    IfCellTileRDDMethods
  123. def localIf(other: RDD[(K, Tile)], cond: (Int, Int) ⇒ Boolean, trueValue: Int, falseValue: Int, partitioner: Option[Partitioner]): RDD[(K, Tile)]

    Definition Classes
    IfCellTileRDDMethods
  124. def localIf(other: RDD[(K, Tile)], cond: (Int, Int) ⇒ Boolean, trueValue: Int, falseValue: Int): RDD[(K, Tile)]

    Definition Classes
    IfCellTileRDDMethods
  125. def localIf(other: RDD[(K, Tile)], cond: (Double, Double) ⇒ Boolean, trueValue: Double, partitioner: Option[Partitioner]): RDD[(K, Tile)]

    Definition Classes
    IfCellTileRDDMethods
  126. def localIf(other: RDD[(K, Tile)], cond: (Double, Double) ⇒ Boolean, trueValue: Double): RDD[(K, Tile)]

    Definition Classes
    IfCellTileRDDMethods
  127. def localIf(other: RDD[(K, Tile)], cond: (Int, Int) ⇒ Boolean, trueValue: Int, partitioner: Option[Partitioner]): RDD[(K, Tile)]

    Definition Classes
    IfCellTileRDDMethods
  128. def localIf(other: RDD[(K, Tile)], cond: (Int, Int) ⇒ Boolean, trueValue: Int): RDD[(K, Tile)]

    Definition Classes
    IfCellTileRDDMethods
  129. def localIf(cond: (Double) ⇒ Boolean, trueValue: Double, falseValue: Double): RDD[(K, Tile)]

    Definition Classes
    IfCellTileRDDMethods
  130. def localIf(cond: (Int) ⇒ Boolean, trueValue: Int, falseValue: Int): RDD[(K, Tile)]

    Definition Classes
    IfCellTileRDDMethods
  131. def localIf(cond: (Double) ⇒ Boolean, trueValue: Double): RDD[(K, Tile)]

    Definition Classes
    IfCellTileRDDMethods
  132. def localIf(cond: (Int) ⇒ Boolean, trueValue: Int): RDD[(K, Tile)]

    Definition Classes
    IfCellTileRDDMethods
  133. 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
  134. 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
  135. 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
  136. 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
  137. 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
  138. 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
  139. 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
  140. 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
  141. 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
  142. 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
  143. 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
  144. def localLog(): RDD[(K, Tile)]

    Computes the Log of Tile values.

    Computes the Log of Tile values.

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

    Computes the Log base 10 of Tile values.

    Computes the Log base 10 of Tile values.

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

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

    Definition Classes
    MajorityTileRDDMethods
  151. 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
  152. 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
  153. 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
  154. 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
  155. 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
  156. def localMapIfSetDouble(f: (Double) ⇒ Double): RDD[(K, Tile)]

    For each cell whose value is not Double.

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

    Definition Classes
    LocalMapTileRDDMethods
  157. 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
  158. def localMax(others: Seq[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]

    Definition Classes
    MaxTileRDDMethods
  159. 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
  160. def localMax(other: RDD[(K, Tile)], partitioner: Option[Partitioner]): RDD[(K, Tile)]

    Definition Classes
    MaxTileRDDMethods
  161. 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
  162. 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
  163. 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
  164. def localMin(others: Seq[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]

    Definition Classes
    MinTileRDDMethods
  165. 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
  166. def localMin(other: RDD[(K, Tile)], partitioner: Option[Partitioner]): RDD[(K, Tile)]

    Definition Classes
    MinTileRDDMethods
  167. 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
  168. 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
  169. 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
  170. 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
  171. def localMinority(n: Int, others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]

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

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

    Definition Classes
    MultiplyTileRDDMethods
  177. 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
  178. def localMultiply(other: RDD[(K, Tile)], partitioner: Option[Partitioner]): RDD[(K, Tile)]

    Definition Classes
    MultiplyTileRDDMethods
  179. 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
  180. 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
  181. def localMultiply(i: Int): RDD[(K, Tile)]

    Multiply a constant value from each cell.

    Multiply a constant value from each cell.

    Definition Classes
    MultiplyTileRDDMethods
  182. 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
  183. 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.

  184. def localOr(others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]

    Definition Classes
    OrTileRDDMethods
  185. 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
  186. def localOr(other: RDD[(K, Tile)], partitioner: Option[Partitioner]): RDD[(K, Tile)]

    Definition Classes
    OrTileRDDMethods
  187. 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
  188. 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
  189. 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
  190. def localPow(other: RDD[(K, Tile)], partitioner: Option[Partitioner]): RDD[(K, Tile)]

    Definition Classes
    PowTileRDDMethods
  191. 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
  192. 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
  193. 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
  194. 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
  195. 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
  196. def localRound(): RDD[(K, Tile)]

    Round the values of a Tile.

    Round the values of a Tile.

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

    Takes the sine of each raster cell value.

    Takes the sine of each raster cell value.

    Definition Classes
    LocalTileRDDMethods
  198. 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
  199. 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
  200. def localSubtract(others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]

    Definition Classes
    SubtractTileRDDMethods
  201. 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
  202. def localSubtract(other: RDD[(K, Tile)], partitioner: Option[Partitioner]): RDD[(K, Tile)]

    Definition Classes
    SubtractTileRDDMethods
  203. 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
  204. 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
  205. def localSubtract(i: Int): RDD[(K, Tile)]

    Subtract a constant value from each cell.

    Subtract a constant value from each cell.

    Definition Classes
    SubtractTileRDDMethods
  206. 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
  207. 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
  208. def localTan(): RDD[(K, Tile)]

    Takes the Tangent of each raster cell value.

    Takes the Tangent of each raster cell value.

    Definition Classes
    LocalTileRDDMethods
  209. 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
  210. 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
  211. 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
  212. 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
  213. 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
  214. def localXor(others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]

    Definition Classes
    XorTileRDDMethods
  215. 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
  216. def localXor(other: RDD[(K, Tile)], partitioner: Option[Partitioner]): RDD[(K, Tile)]

    Definition Classes
    XorTileRDDMethods
  217. 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
  218. 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
  219. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  222. val self: RDD[(K, Tile)]

    Definition Classes
    withLocalTileRDDMethods → MethodExtensions
  223. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  224. def toString(): String

    Definition Classes
    AnyRef → Any
  225. 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
  226. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  229. 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
  230. 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
  231. 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
  232. 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

Inherited from LocalTileRDDMethods[K]

Inherited from XorTileRDDMethods[K]

Inherited from UnequalTileRDDMethods[K]

Inherited from SubtractTileRDDMethods[K]

Inherited from PowTileRDDMethods[K]

Inherited from OrTileRDDMethods[K]

Inherited from MultiplyTileRDDMethods[K]

Inherited from MinorityTileRDDMethods[K]

Inherited from MinTileRDDMethods[K]

Inherited from MaxTileRDDMethods[K]

Inherited from MajorityTileRDDMethods[K]

Inherited from LocalMapTileRDDMethods[K]

Inherited from LessTileRDDMethods[K]

Inherited from LessOrEqualTileRDDMethods[K]

Inherited from GreaterTileRDDMethods[K]

Inherited from GreaterOrEqualTileRDDMethods[K]

Inherited from EqualTileRDDMethods[K]

Inherited from DivideTileRDDMethods[K]

Inherited from IfCellTileRDDMethods[K]

Inherited from AndTileRDDMethods[K]

Inherited from AddTileRDDMethods[K]

Inherited from TileRDDMethods[K]

Inherited from MethodExtensions[RDD[(K, Tile)]]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped