Class

geotrellis.spark.mapalgebra.local.Implicits

withLocalTileRDDMethods

Related Doc: package Implicits

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

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

    Permalink
    Definition Classes
    withLocalTileRDDMethods → TileRDDMethods
  76. def localAbs(): RDD[(K, Tile)]

    Permalink

    Takes the Absolute value of each raster cell value.

    Takes the Absolute value of each raster cell value.

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

    Permalink

    Takes the arc cos of each raster cell value.

    Takes the arc cos of each raster cell value.

    Definition Classes
    LocalTileRDDMethods
    Note

    Always return a double valued raster.

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

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

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

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

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

    Permalink
    Definition Classes
    AndTileRDDMethods
  87. 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
  88. 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
  89. def localAsin(): RDD[(K, Tile)]

    Permalink

    Takes the arc sine of each raster cell value.

    Takes the arc sine of each raster cell value.

    Definition Classes
    LocalTileRDDMethods
    Note

    Always return a double valued raster.

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

    Permalink

    Takes the arc tan of each raster cell value.

    Takes the arc tan of each raster cell value.

    Definition Classes
    LocalTileRDDMethods
    Note

    Always return a double valued raster.

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

    Permalink

    Takes the Arc Tangent2.

    Takes the Arc Tangent2.

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

    Definition Classes
    LocalTileRDDMethods
    Note

    A double raster is always returned.

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

    Permalink

    Takes the Ceiling of each raster cell value.

    Takes the Ceiling of each raster cell value.

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

    Permalink

    Takes the Cosine of each raster cell value.

    Takes the Cosine of each raster cell value.

    Definition Classes
    LocalTileRDDMethods
    Note

    Always returns a double raster.

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

    Permalink

    Takes the hyperbolic cosine of each raster cell value.

    Takes the hyperbolic cosine of each raster cell value.

    Definition Classes
    LocalTileRDDMethods
    Note

    Always returns a double raster.

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

    Permalink

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

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

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

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

    Permalink

    Takes the Flooring of each raster cell value.

    Takes the Flooring of each raster cell value.

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    IfCellTileRDDMethods
  131. 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.

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

    Permalink

    Computes the Log of Tile values.

    Computes the Log of Tile values.

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

    Permalink

    Computes the Log base 10 of Tile values.

    Computes the Log base 10 of Tile values.

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

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

    Permalink
    Definition Classes
    MajorityTileRDDMethods
  149. 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
  150. 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
  151. 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
  152. 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
  153. 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
  154. 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
  155. 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.

    Definition Classes
    LocalTileRDDMethods
  156. def localMax(others: Seq[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    MultiplyTileRDDMethods
  177. 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
  178. 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
  179. 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
  180. def localNegate(): RDD[(K, Tile)]

    Permalink

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

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

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

    Permalink

    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.

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

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

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

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

    Permalink

    Round the values of a Tile.

    Round the values of a Tile.

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

    Permalink

    Takes the sine of each raster cell value.

    Takes the sine of each raster cell value.

    Definition Classes
    LocalTileRDDMethods
    Note

    Always returns a double raster.

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

    Permalink

    Takes the hyperbolic sine of each raster cell value.

    Takes the hyperbolic sine of each raster cell value.

    Definition Classes
    LocalTileRDDMethods
    Note

    Always returns a double raster.

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

    Permalink

    Take the square root each value in a raster.

    Take the square root each value in a raster.

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

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

    Permalink
    Definition Classes
    SubtractTileRDDMethods
  201. 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
  202. 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
  203. 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
  204. 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
  205. 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
  206. def localTan(): RDD[(K, Tile)]

    Permalink

    Takes the Tangent of each raster cell value.

    Takes the Tangent of each raster cell value.

    Definition Classes
    LocalTileRDDMethods
    Note

    Always returns a double raster.

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

    Permalink

    Takes the hyperboic cosine of each raster cell value.

    Takes the hyperboic cosine of each raster cell value.

    Definition Classes
    LocalTileRDDMethods
    Note

    Always returns a double raster.

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

    Permalink

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

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

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

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

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

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

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

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

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

    Permalink

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

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

    Definition Classes
    LocalTileRDDMethods
  224. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  227. 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
  228. 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
  229. 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
  230. 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 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