Trait

geotrellis.spark.mapalgebra.local

LocalTileRDDMethods

Related Doc: package local

Permalink

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]

Linear Supertypes
Known Subclasses
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]

    Permalink
    Definition Classes
    TileRDDMethods
  2. abstract def self: RDD[(K, Tile)]

    Permalink
    Definition Classes
    MethodExtensions

Concrete Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. def !==(other: RDD[(K, Tile)]): RDD[(K, Tile)]

    Permalink

    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
  3. def !==(d: Double): RDD[(K, Tile)]

    Permalink

    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
  4. def !==(i: Int): RDD[(K, Tile)]

    Permalink

    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
  5. def !==:(d: Double): RDD[(K, Tile)]

    Permalink

    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
  6. def !==:(i: Int): RDD[(K, Tile)]

    Permalink

    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
  7. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  8. def &(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)]

    Permalink

    And the values of each cell in each raster.

    And the values of each cell in each raster.

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

    Permalink

    And the values of each cell in each raster.

    And the values of each cell in each raster.

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

    Permalink

    And a constant Int value to each cell.

    And a constant Int value to each cell.

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

    Permalink

    And a constant Int value to each cell.

    And a constant Int value to each cell.

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

    Permalink

    Multiply the values of each cell in each raster.

    Multiply the values of each cell in each raster.

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

    Permalink

    Multiply the values of each cell in each raster.

    Multiply the values of each cell in each raster.

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

    Permalink

    Multiply a double constant value from each cell.

    Multiply a double constant value from each cell.

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

    Permalink

    Multiply a constant value from each cell.

    Multiply a constant value from each cell.

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

    Permalink

    Pow the values of each cell in each raster.

    Pow the values of each cell in each raster.

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

    Permalink

    Pow the values of each cell in each raster.

    Pow the values of each cell in each raster.

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

    Permalink

    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
  19. def **(i: Int): RDD[(K, Tile)]

    Permalink

    Pow each value of the raster by a constant value.

    Pow each value of the raster by a constant value.

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

    Permalink

    Pow a double constant value by each cell value.

    Pow a double constant value by each cell value.

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

    Permalink

    Pow a constant value by each cell value.

    Pow a constant value by each cell value.

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

    Permalink

    Multiply a double constant value from each cell.

    Multiply a double constant value from each cell.

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

    Permalink

    Multiply a constant value from each cell.

    Multiply a constant value from each cell.

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

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

    Permalink

    Add the values of each cell in each raster.

    Add the values of each cell in each raster.

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

    Permalink

    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)]

    Permalink

    Add a constant Int value to each cell.

    Add a constant Int value to each cell.

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

    Permalink

    Add a constant Double value to each cell.

    Add a constant Double value to each cell.

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

    Permalink

    Add a constant Int value to each cell.

    Add a constant Int value to each cell.

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

    Permalink

    Subtract the values of each cell in each raster.

    Subtract the values of each cell in each raster.

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

    Permalink

    Subtract the values of each cell in each raster.

    Subtract the values of each cell in each raster.

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

    Permalink

    Subtract a double constant value from each cell.

    Subtract a double constant value from each cell.

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

    Permalink

    Subtract a constant value from each cell.

    Subtract a constant value from each cell.

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

    Permalink

    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
  35. def -:(i: Int): RDD[(K, Tile)]

    Permalink

    Subtract each value of a cell from a constant value.

    Subtract each value of a cell from a constant value.

    Definition Classes
    SubtractTileRDDMethods
  36. def /(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)]

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

    Permalink

    Divide the values of each cell in each raster.

    Divide the values of each cell in each raster.

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

    Permalink

    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
  39. def /(i: Int): RDD[(K, Tile)]

    Permalink

    Divide each value of the raster by a constant value.

    Divide each value of the raster by a constant value.

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

    Permalink

    Divide a double constant value by each cell value.

    Divide a double constant value by each cell value.

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

    Permalink

    Divide a constant value by each cell value.

    Divide a constant value by each cell value.

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

    Permalink

    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
  43. def <(d: Double): RDD[(K, Tile)]

    Permalink

    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
  44. def <(i: Int): RDD[(K, Tile)]

    Permalink

    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
  45. def <<:(d: Double): RDD[(K, Tile)]

    Permalink

    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.

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

    Permalink

    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.

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

    Permalink

    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
  48. def <=(d: Double): RDD[(K, Tile)]

    Permalink

    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)]

    Permalink

    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 <=:(d: Double): RDD[(K, Tile)]

    Permalink

    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
  51. def <=:(i: Int): RDD[(K, Tile)]

    Permalink

    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
  52. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  53. def >(other: RDD[(K, Tile)]): RDD[(K, Tile)]

    Permalink

    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
  54. def >(d: Double): RDD[(K, Tile)]

    Permalink

    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
  55. def >(i: Int): RDD[(K, Tile)]

    Permalink

    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
  56. def >=(other: RDD[(K, Tile)]): RDD[(K, Tile)]

    Permalink

    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
  57. def >=(d: Double): RDD[(K, Tile)]

    Permalink

    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
  58. def >=(i: Int): RDD[(K, Tile)]

    Permalink

    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
  59. def >=:(d: Double): RDD[(K, Tile)]

    Permalink

    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)]

    Permalink

    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)]

    Permalink

    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.

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

    Permalink

    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.

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

    Permalink

    Xor the values of each cell in each raster.

    Xor the values of each cell in each raster.

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

    Permalink

    Xor the values of each cell in each raster.

    Xor the values of each cell in each raster.

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

    Permalink

    Xor a constant Int value to each cell.

    Xor a constant Int value to each cell.

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

    Permalink

    Xor a constant Int value to each cell.

    Xor a constant Int value to each cell.

    Definition Classes
    XorTileRDDMethods
  67. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  68. def clone(): AnyRef

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  75. def localAbs(): RDD[(K, Tile)]

    Permalink

    Takes the Absolute value of each raster cell value.

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

    Permalink

    Takes the arc cos of each raster cell value.

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

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

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

    Permalink
    Definition Classes
    AddTileRDDMethods
  80. def localAdd(other: RDD[(K, Tile)]): RDD[(K, Tile)]

    Permalink

    Add the values of each cell in each raster.

    Add the values of each cell in each raster.

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

    Permalink

    Add a constant Double value to each cell.

    Add a constant Double value to each cell.

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

    Permalink

    Add a constant Int value to each cell.

    Add a constant Int value to each cell.

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

    Permalink
    Definition Classes
    AndTileRDDMethods
  84. def localAnd(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)]

    Permalink

    And the values of each cell in each raster.

    And the values of each cell in each raster.

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

    Permalink
    Definition Classes
    AndTileRDDMethods
  86. def localAnd(other: RDD[(K, Tile)]): RDD[(K, Tile)]

    Permalink

    And the values of each cell in each raster.

    And the values of each cell in each raster.

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

    Permalink

    And a constant Int value to each cell.

    And a constant Int value to each cell.

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

    Permalink

    Takes the arc sine of each raster cell value.

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

    Permalink

    Takes the arc tan of each raster cell value.

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

    Permalink

    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.

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

    Permalink

    Takes the Ceiling of each raster cell value.

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

    Permalink

    Takes the Cosine of each raster cell value.

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

    Permalink

    Takes the hyperbolic cosine of each raster cell value.

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

    Permalink

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

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

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

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

    Permalink
    Definition Classes
    DivideTileRDDMethods
  98. def localDivide(other: RDD[(K, Tile)]): RDD[(K, Tile)]

    Permalink

    Divide the values of each cell in each raster.

    Divide the values of each cell in each raster.

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

    Permalink

    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
  100. def localDivide(i: Int): RDD[(K, Tile)]

    Permalink

    Divide each value of the raster by a constant value.

    Divide each value of the raster by a constant value.

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

    Permalink

    Divide a double constant value by each cell value.

    Divide a double constant value by each cell value.

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

    Permalink

    Divide a constant value by each cell value.

    Divide a constant value by each cell value.

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

    Permalink

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

    Permalink

    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
  105. def localEqual(d: Double): RDD[(K, Tile)]

    Permalink

    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
  106. def localEqual(i: Int): RDD[(K, Tile)]

    Permalink

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

    Permalink

    Takes the Flooring of each raster cell value.

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

    Permalink

    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
  109. def localGreater(d: Double): RDD[(K, Tile)]

    Permalink

    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
  110. def localGreater(i: Int): RDD[(K, Tile)]

    Permalink

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

    Permalink

    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
  112. def localGreaterOrEqual(d: Double): RDD[(K, Tile)]

    Permalink

    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
  113. def localGreaterOrEqual(i: Int): RDD[(K, Tile)]

    Permalink

    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
  114. def localGreaterOrEqualRightAssociative(d: Double): RDD[(K, Tile)]

    Permalink

    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
  115. def localGreaterOrEqualRightAssociative(i: Int): RDD[(K, Tile)]

    Permalink

    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
  116. def localGreaterRightAssociative(d: Double): RDD[(K, Tile)]

    Permalink

    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
  117. def localGreaterRightAssociative(i: Int): RDD[(K, Tile)]

    Permalink

    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
  118. def localIf(other: RDD[(K, Tile)], cond: (Double, Double) ⇒ Boolean, trueValue: Double, falseValue: Double, partitioner: Option[Partitioner]): RDD[(K, Tile)]

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    IfCellTileRDDMethods
  130. def localInverseMask(other: RDD[(K, Tile)], readMask: Int, writeMask: Int, partitioner: Option[Partitioner] = None): RDD[(K, Tile)]

    Permalink

    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.

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

    Permalink

    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
  132. def localLess(d: Double): RDD[(K, Tile)]

    Permalink

    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
  133. def localLess(i: Int): RDD[(K, Tile)]

    Permalink

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

    Permalink

    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
  135. def localLessOrEqual(d: Double): RDD[(K, Tile)]

    Permalink

    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
  136. def localLessOrEqual(i: Int): RDD[(K, Tile)]

    Permalink

    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
  137. def localLessOrEqualRightAssociative(d: Double): RDD[(K, Tile)]

    Permalink

    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
  138. def localLessOrEqualRightAssociative(i: Int): RDD[(K, Tile)]

    Permalink

    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
  139. def localLessRightAssociative(d: Double): RDD[(K, Tile)]

    Permalink

    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
  140. def localLessRightAssociative(i: Int): RDD[(K, Tile)]

    Permalink

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

    Permalink

    Computes the Log of Tile values.

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

    Permalink

    Computes the Log base 10 of Tile values.

  143. def localMajority(n: Int, rs: RDD[(K, Tile)]*): RDD[(K, Tile)]

    Permalink

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

    Permalink
    Definition Classes
    MajorityTileRDDMethods
  145. def localMajority(n: Int, others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)]

    Permalink

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

    Permalink

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

    Permalink
    Definition Classes
    MajorityTileRDDMethods
  148. def localMajority(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)]

    Permalink

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

    Permalink

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

    Permalink

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

    Permalink

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

    Permalink

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

    Permalink

    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
  154. def localMask(other: RDD[(K, Tile)], readMask: Int, writeMask: Int, partitioner: Option[Partitioner] = None): RDD[(K, Tile)]

    Permalink

    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.

  155. def localMax(others: Seq[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]

    Permalink
    Definition Classes
    MaxTileRDDMethods
  156. def localMax(others: Seq[RDD[(K, Tile)]]): RDD[(K, Tile)]

    Permalink

    Max the values of each cell in each raster.

    Max the values of each cell in each raster.

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

    Permalink
    Definition Classes
    MaxTileRDDMethods
  158. def localMax(other: RDD[(K, Tile)]): RDD[(K, Tile)]

    Permalink

    Max the values of each cell in each raster.

    Max the values of each cell in each raster.

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

    Permalink

    Max a constant Double value to each cell.

    Max a constant Double value to each cell.

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

    Permalink

    Max a constant Int value to each cell.

    Max a constant Int value to each cell.

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

    Permalink
    Definition Classes
    MinTileRDDMethods
  162. def localMin(others: Seq[RDD[(K, Tile)]]): RDD[(K, Tile)]

    Permalink

    Min the values of each cell in each raster.

    Min the values of each cell in each raster.

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

    Permalink
    Definition Classes
    MinTileRDDMethods
  164. def localMin(other: RDD[(K, Tile)]): RDD[(K, Tile)]

    Permalink

    Min the values of each cell in each raster.

    Min the values of each cell in each raster.

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

    Permalink

    Min a constant Double value to each cell.

    Min a constant Double value to each cell.

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

    Permalink

    Min a constant Int value to each cell.

    Min a constant Int value to each cell.

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

    Permalink

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

    Permalink
    Definition Classes
    MinorityTileRDDMethods
  169. def localMinority(n: Int, others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)]

    Permalink

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

    Permalink

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

    Permalink
    Definition Classes
    MinorityTileRDDMethods
  172. def localMinority(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)]

    Permalink

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

    Permalink
    Definition Classes
    MultiplyTileRDDMethods
  174. def localMultiply(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)]

    Permalink

    Multiply the values of each cell in each raster.

    Multiply the values of each cell in each raster.

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

    Permalink
    Definition Classes
    MultiplyTileRDDMethods
  176. def localMultiply(other: RDD[(K, Tile)]): RDD[(K, Tile)]

    Permalink

    Multiply the values of each cell in each raster.

    Multiply the values of each cell in each raster.

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

    Permalink

    Multiply a double constant value from each cell.

    Multiply a double constant value from each cell.

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

    Permalink

    Multiply a constant value from each cell.

    Multiply a constant value from each cell.

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

    Permalink

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

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

    Permalink

    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.

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

    Permalink
    Definition Classes
    OrTileRDDMethods
  182. def localOr(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)]

    Permalink

    Or the values of each cell in each raster.

    Or the values of each cell in each raster.

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

    Permalink
    Definition Classes
    OrTileRDDMethods
  184. def localOr(other: RDD[(K, Tile)]): RDD[(K, Tile)]

    Permalink

    Or the values of each cell in each raster.

    Or the values of each cell in each raster.

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

    Permalink

    Or a constant Int value to each cell.

    Or a constant Int value to each cell.

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

    Permalink

    Pow the values of each cell in each raster.

    Pow the values of each cell in each raster.

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

    Permalink
    Definition Classes
    PowTileRDDMethods
  188. def localPow(other: RDD[(K, Tile)]): RDD[(K, Tile)]

    Permalink

    Pow the values of each cell in each raster.

    Pow the values of each cell in each raster.

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

    Permalink

    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
  190. def localPow(i: Int): RDD[(K, Tile)]

    Permalink

    Pow each value of the raster by a constant value.

    Pow each value of the raster by a constant value.

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

    Permalink

    Pow a double constant value by each cell value.

    Pow a double constant value by each cell value.

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

    Permalink

    Pow a constant value by each cell value.

    Pow a constant value by each cell value.

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

    Permalink

    Round the values of a Tile.

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

    Permalink

    Takes the sine of each raster cell value.

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

    Permalink

    Takes the hyperbolic sine of each raster cell value.

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

    Permalink

    Take the square root each value in a raster.

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

    Permalink
    Definition Classes
    SubtractTileRDDMethods
  198. def localSubtract(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)]

    Permalink

    Subtract the values of each cell in each raster.

    Subtract the values of each cell in each raster.

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

    Permalink
    Definition Classes
    SubtractTileRDDMethods
  200. def localSubtract(other: RDD[(K, Tile)]): RDD[(K, Tile)]

    Permalink

    Subtract the values of each cell in each raster.

    Subtract the values of each cell in each raster.

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

    Permalink

    Subtract a double constant value from each cell.

    Subtract a double constant value from each cell.

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

    Permalink

    Subtract a constant value from each cell.

    Subtract a constant value from each cell.

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

    Permalink

    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
  204. def localSubtractFrom(i: Int): RDD[(K, Tile)]

    Permalink

    Subtract each value of a cell from a constant value.

    Subtract each value of a cell from a constant value.

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

    Permalink

    Takes the Tangent of each raster cell value.

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

    Permalink

    Takes the hyperboic cosine of each raster cell value.

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

    Permalink

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

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

    Permalink

    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
  209. def localUnequal(d: Double): RDD[(K, Tile)]

    Permalink

    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
  210. def localUnequal(i: Int): RDD[(K, Tile)]

    Permalink

    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
  211. def localXor(others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]

    Permalink
    Definition Classes
    XorTileRDDMethods
  212. def localXor(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)]

    Permalink

    Xor the values of each cell in each raster.

    Xor the values of each cell in each raster.

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

    Permalink
    Definition Classes
    XorTileRDDMethods
  214. def localXor(other: RDD[(K, Tile)]): RDD[(K, Tile)]

    Permalink

    Xor the values of each cell in each raster.

    Xor the values of each cell in each raster.

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

    Permalink

    Xor a constant Int value to each cell.

    Xor a constant Int value to each cell.

    Definition Classes
    XorTileRDDMethods
  216. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  217. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  218. final def notifyAll(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  220. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  221. def unary_-(): RDD[(K, Tile)]

    Permalink

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

  222. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  225. def |(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)]

    Permalink

    Or the values of each cell in each raster.

    Or the values of each cell in each raster.

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

    Permalink

    Or the values of each cell in each raster.

    Or the values of each cell in each raster.

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

    Permalink

    Or a constant Int value to each cell.

    Or a constant Int value to each cell.

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

    Permalink

    Or a constant Int value to each cell.

    Or a constant Int value to each cell.

    Definition Classes
    OrTileRDDMethods

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