Packages

c

geotrellis.spark.mapalgebra.local.Implicits

withLocalTileCollectionMethods

implicit class withLocalTileCollectionMethods[K] extends LocalTileCollectionMethods[K]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withLocalTileCollectionMethods
  2. LocalTileCollectionMethods
  3. XorTileCollectionMethods
  4. UnequalTileCollectionMethods
  5. SubtractTileCollectionMethods
  6. PowTileCollectionMethods
  7. OrTileCollectionMethods
  8. MultiplyTileCollectionMethods
  9. MinorityTileCollectionMethods
  10. MinTileCollectionMethods
  11. MaxTileCollectionMethods
  12. MajorityTileCollectionMethods
  13. LocalMapTileCollectionMethods
  14. LessTileCollectionMethods
  15. LessOrEqualTileCollectionMethods
  16. GreaterTileCollectionMethods
  17. GreaterOrEqualTileCollectionMethods
  18. EqualTileCollectionMethods
  19. DivideTileCollectionMethods
  20. IfCellTileCollectionMethods
  21. AndTileCollectionMethods
  22. AddTileCollectionMethods
  23. MethodExtensions
  24. Serializable
  25. Serializable
  26. AnyRef
  27. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new withLocalTileCollectionMethods(self: Seq[(K, Tile)])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. def !==(other: Seq[(K, Tile)]): Seq[(K, Tile)]

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

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

    Definition Classes
    UnequalTileCollectionMethods
  3. def !==(d: Double): Seq[(K, Tile)]

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

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

    Definition Classes
    UnequalTileCollectionMethods
  4. def !==(i: Int): Seq[(K, Tile)]

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

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

    Definition Classes
    UnequalTileCollectionMethods
  5. def !==:(d: Double): Seq[(K, Tile)]

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

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

    Definition Classes
    UnequalTileCollectionMethods
  6. def !==:(i: Int): Seq[(K, Tile)]

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

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

    Definition Classes
    UnequalTileCollectionMethods
  7. final def ##(): Int
    Definition Classes
    AnyRef → Any
  8. def &(others: Traversable[Seq[(K, Tile)]]): Seq[(K, Tile)]

    And the values of each cell in each raster.

    And the values of each cell in each raster.

    Definition Classes
    AndTileCollectionMethods
  9. def &(rs: TileLayerCollection[K]): Seq[(K, Tile)]

    And the values of each cell in each raster.

    And the values of each cell in each raster.

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

    And a constant Int value to each cell.

    And a constant Int value to each cell.

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

    And a constant Int value to each cell.

    And a constant Int value to each cell.

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

    Multiply the values of each cell in each raster.

    Multiply the values of each cell in each raster.

    Definition Classes
    MultiplyTileCollectionMethods
  13. def *(other: Seq[(K, Tile)]): Seq[(K, Tile)]

    Multiply the values of each cell in each raster.

    Multiply the values of each cell in each raster.

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

    Multiply a double constant value from each cell.

    Multiply a double constant value from each cell.

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

    Multiply a constant value from each cell.

    Multiply a constant value from each cell.

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

    Pow the values of each cell in each raster.

    Pow the values of each cell in each raster.

    Definition Classes
    PowTileCollectionMethods
  17. def **(other: Seq[(K, Tile)]): Seq[(K, Tile)]

    Pow the values of each cell in each raster.

    Pow the values of each cell in each raster.

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

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

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

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

    Pow each value of the raster by a constant value.

    Pow each value of the raster by a constant value.

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

    Pow a double constant value by each cell value.

    Pow a double constant value by each cell value.

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

    Pow a constant value by each cell value.

    Pow a constant value by each cell value.

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

    Multiply a double constant value from each cell.

    Multiply a double constant value from each cell.

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

    Multiply a constant value from each cell.

    Multiply a constant value from each cell.

    Definition Classes
    MultiplyTileCollectionMethods
  24. def +(others: Traversable[Seq[(K, Tile)]]): Seq[(K, Tile)]
    Definition Classes
    AddTileCollectionMethods
  25. def +(other: Seq[(K, Tile)]): Seq[(K, Tile)]

    Add the values of each cell in each raster.

    Add the values of each cell in each raster.

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

    Add a constant Double value to each cell.

    Add a constant Double value to each cell.

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

    Add a constant Int value to each cell.

    Add a constant Int value to each cell.

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

    Add a constant Double value to each cell.

    Add a constant Double value to each cell.

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

    Add a constant Int value to each cell.

    Add a constant Int value to each cell.

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

    Subtract the values of each cell in each raster.

    Subtract the values of each cell in each raster.

    Definition Classes
    SubtractTileCollectionMethods
  31. def -(other: Seq[(K, Tile)]): Seq[(K, Tile)]

    Subtract the values of each cell in each raster.

    Subtract the values of each cell in each raster.

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

    Subtract a double constant value from each cell.

    Subtract a double constant value from each cell.

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

    Subtract a constant value from each cell.

    Subtract a constant value from each cell.

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

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

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

    Definition Classes
    SubtractTileCollectionMethods
  35. def -:(i: Int): Seq[(K, Tile)]

    Subtract each value of a cell from a constant value.

    Subtract each value of a cell from a constant value.

    Definition Classes
    SubtractTileCollectionMethods
  36. def /(others: Traversable[Seq[(K, Tile)]]): Seq[(K, Tile)]
    Definition Classes
    DivideTileCollectionMethods
  37. def /(other: Seq[(K, Tile)]): Seq[(K, Tile)]

    Divide the values of each cell in each raster.

    Divide the values of each cell in each raster.

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

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

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

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

    Divide each value of the raster by a constant value.

    Divide each value of the raster by a constant value.

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

    Divide a double constant value by each cell value.

    Divide a double constant value by each cell value.

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

    Divide a constant value by each cell value.

    Divide a constant value by each cell value.

    Definition Classes
    DivideTileCollectionMethods
  42. def <(other: Seq[(K, Tile)]): Seq[(K, Tile)]

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

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

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

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

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

    Definition Classes
    LessTileCollectionMethods
  44. def <(i: Int): Seq[(K, Tile)]

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

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

    Definition Classes
    LessTileCollectionMethods
  45. def <<:(d: Double): Seq[(K, Tile)]

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

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

    Definition Classes
    LessTileCollectionMethods
    Note

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

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

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

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

    Definition Classes
    LessTileCollectionMethods
    Note

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

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

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

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

    Definition Classes
    LessOrEqualTileCollectionMethods
  48. def <=(d: Double): Seq[(K, Tile)]

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

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

    Definition Classes
    LessOrEqualTileCollectionMethods
  49. def <=(i: Int): Seq[(K, Tile)]

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

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

    Definition Classes
    LessOrEqualTileCollectionMethods
  50. def <=:(d: Double): Seq[(K, Tile)]

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

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

    Definition Classes
    LessOrEqualTileCollectionMethods
  51. def <=:(i: Int): Seq[(K, Tile)]

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

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

    Definition Classes
    LessOrEqualTileCollectionMethods
  52. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  53. def >(other: Seq[(K, Tile)]): Seq[(K, Tile)]

    Returns a TileLayerSeq 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 TileLayerSeq 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
    GreaterTileCollectionMethods
  54. def >(d: Double): Seq[(K, Tile)]

    Returns a TileLayerSeq 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 TileLayerSeq 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
    GreaterTileCollectionMethods
  55. def >(i: Int): Seq[(K, Tile)]

    Returns a TileLayerSeq 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 TileLayerSeq 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
    GreaterTileCollectionMethods
  56. def >=(other: Seq[(K, Tile)]): Seq[(K, Tile)]

    Returns a TileLayerSeq 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 TileLayerSeq 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
    GreaterOrEqualTileCollectionMethods
  57. def >=(d: Double): Seq[(K, Tile)]

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

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

    Definition Classes
    GreaterOrEqualTileCollectionMethods
  58. def >=(i: Int): Seq[(K, Tile)]

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

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

    Definition Classes
    GreaterOrEqualTileCollectionMethods
  59. def >=:(d: Double): Seq[(K, Tile)]

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

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

    Definition Classes
    GreaterOrEqualTileCollectionMethods
  60. def >=:(i: Int): Seq[(K, Tile)]

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

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

    Definition Classes
    GreaterOrEqualTileCollectionMethods
  61. def >>:(d: Double): Seq[(K, Tile)]

    Returns a TileLayerSeq 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 TileLayerSeq 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
    GreaterTileCollectionMethods
    Note

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

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

    Returns a TileLayerSeq 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 TileLayerSeq 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
    GreaterTileCollectionMethods
    Note

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

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

    Xor the values of each cell in each raster.

    Xor the values of each cell in each raster.

    Definition Classes
    XorTileCollectionMethods
  64. def ^(r: TileLayerCollection[K]): Seq[(K, Tile)]

    Xor the values of each cell in each raster.

    Xor the values of each cell in each raster.

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

    Xor a constant Int value to each cell.

    Xor a constant Int value to each cell.

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

    Xor a constant Int value to each cell.

    Xor a constant Int value to each cell.

    Definition Classes
    XorTileCollectionMethods
  67. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  68. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  69. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  70. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  71. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  72. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  73. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  74. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  75. def localAbs(): Seq[(K, Tile)]

    Takes the Absolute value of each raster cell value.

    Takes the Absolute value of each raster cell value.

    Definition Classes
    LocalTileCollectionMethods
  76. def localAcos(): Seq[(K, Tile)]

    Takes the arc cos of each raster cell value.

    Takes the arc cos of each raster cell value.

    Definition Classes
    LocalTileCollectionMethods
    Note

    Always return a double valued raster.

  77. def localAdd(others: Traversable[Seq[(K, Tile)]]): Seq[(K, Tile)]
    Definition Classes
    AddTileCollectionMethods
  78. def localAdd(other: Seq[(K, Tile)]): Seq[(K, Tile)]

    Add the values of each cell in each raster.

    Add the values of each cell in each raster.

    Definition Classes
    AddTileCollectionMethods
  79. def localAdd(d: Double): Seq[(K, Tile)]

    Add a constant Double value to each cell.

    Add a constant Double value to each cell.

    Definition Classes
    AddTileCollectionMethods
  80. def localAdd(i: Int): Seq[(K, Tile)]

    Add a constant Int value to each cell.

    Add a constant Int value to each cell.

    Definition Classes
    AddTileCollectionMethods
  81. def localAnd(others: Traversable[Seq[(K, Tile)]]): Seq[(K, Tile)]

    And the values of each cell in each raster.

    And the values of each cell in each raster.

    Definition Classes
    AndTileCollectionMethods
  82. def localAnd(other: Seq[(K, Tile)]): Seq[(K, Tile)]

    And the values of each cell in each raster.

    And the values of each cell in each raster.

    Definition Classes
    AndTileCollectionMethods
  83. def localAnd(i: Int): Seq[(K, Tile)]

    And a constant Int value to each cell.

    And a constant Int value to each cell.

    Definition Classes
    AndTileCollectionMethods
  84. def localAsin(): Seq[(K, Tile)]

    Takes the arc sine of each raster cell value.

    Takes the arc sine of each raster cell value.

    Definition Classes
    LocalTileCollectionMethods
    Note

    Always return a double valued raster.

  85. def localAtan(): Seq[(K, Tile)]

    Takes the arc tan of each raster cell value.

    Takes the arc tan of each raster cell value.

    Definition Classes
    LocalTileCollectionMethods
    Note

    Always return a double valued raster.

  86. def localAtan2(other: Seq[(K, Tile)]): Seq[(K, Tile)]

    Takes the Arc Tangent2.

    Takes the Arc Tangent2.

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

    Definition Classes
    LocalTileCollectionMethods
    Note

    A double raster is always returned.

  87. def localCeil(): Seq[(K, Tile)]

    Takes the Ceiling of each raster cell value.

    Takes the Ceiling of each raster cell value.

    Definition Classes
    LocalTileCollectionMethods
  88. def localCos(): Seq[(K, Tile)]

    Takes the Cosine of each raster cell value.

    Takes the Cosine of each raster cell value.

    Definition Classes
    LocalTileCollectionMethods
    Note

    Always returns a double raster.

  89. def localCosh(): Seq[(K, Tile)]

    Takes the hyperbolic cosine of each raster cell value.

    Takes the hyperbolic cosine of each raster cell value.

    Definition Classes
    LocalTileCollectionMethods
    Note

    Always returns a double raster.

  90. def localDefined(): Seq[(K, Tile)]

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

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

    Definition Classes
    LocalTileCollectionMethods
  91. def localDivide(others: Traversable[Seq[(K, Tile)]]): Seq[(K, Tile)]
    Definition Classes
    DivideTileCollectionMethods
  92. def localDivide(other: Seq[(K, Tile)]): Seq[(K, Tile)]

    Divide the values of each cell in each raster.

    Divide the values of each cell in each raster.

    Definition Classes
    DivideTileCollectionMethods
  93. def localDivide(d: Double): Seq[(K, Tile)]

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

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

    Definition Classes
    DivideTileCollectionMethods
  94. def localDivide(i: Int): Seq[(K, Tile)]

    Divide each value of the raster by a constant value.

    Divide each value of the raster by a constant value.

    Definition Classes
    DivideTileCollectionMethods
  95. def localDivideValue(d: Double): Seq[(K, Tile)]

    Divide a double constant value by each cell value.

    Divide a double constant value by each cell value.

    Definition Classes
    DivideTileCollectionMethods
  96. def localDivideValue(i: Int): Seq[(K, Tile)]

    Divide a constant value by each cell value.

    Divide a constant value by each cell value.

    Definition Classes
    DivideTileCollectionMethods
  97. def localDualMap(fInt: (Int) ⇒ Int)(fDouble: (Double) ⇒ Double): Seq[(K, Tile)]

    Map the values of a each cell to a new value; if the type of the raster is a double type, map using the double function, otherwise map using the integer function.

    Map the values of a each cell to a new value; if the type of the raster is a double type, map using the double function, otherwise map using the integer function.

    Definition Classes
    LocalMapTileCollectionMethods
  98. def localEqual(other: Seq[(K, Tile)]): Seq[(K, Tile)]

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is equal to the provided raster, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is equal to the provided raster, else 0.

    Definition Classes
    EqualTileCollectionMethods
  99. def localEqual(d: Double): Seq[(K, Tile)]

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

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

    Definition Classes
    EqualTileCollectionMethods
  100. def localEqual(i: Int): Seq[(K, Tile)]

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

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

    Definition Classes
    EqualTileCollectionMethods
  101. def localFloor(): Seq[(K, Tile)]

    Takes the Flooring of each raster cell value.

    Takes the Flooring of each raster cell value.

    Definition Classes
    LocalTileCollectionMethods
  102. def localGreater(other: Seq[(K, Tile)]): Seq[(K, Tile)]

    Returns a TileLayerSeq 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 TileLayerSeq 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
    GreaterTileCollectionMethods
  103. def localGreater(d: Double): Seq[(K, Tile)]

    Returns a TileLayerSeq 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 TileLayerSeq 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
    GreaterTileCollectionMethods
  104. def localGreater(i: Int): Seq[(K, Tile)]

    Returns a TileLayerSeq 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 TileLayerSeq 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
    GreaterTileCollectionMethods
  105. def localGreaterOrEqual(other: Seq[(K, Tile)]): Seq[(K, Tile)]

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

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

    Definition Classes
    GreaterOrEqualTileCollectionMethods
  106. def localGreaterOrEqual(d: Double): Seq[(K, Tile)]

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

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

    Definition Classes
    GreaterOrEqualTileCollectionMethods
  107. def localGreaterOrEqual(i: Int): Seq[(K, Tile)]

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

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

    Definition Classes
    GreaterOrEqualTileCollectionMethods
  108. def localGreaterOrEqualRightAssociative(d: Double): Seq[(K, Tile)]

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

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

    Definition Classes
    GreaterOrEqualTileCollectionMethods
  109. def localGreaterOrEqualRightAssociative(i: Int): Seq[(K, Tile)]

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

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

    Definition Classes
    GreaterOrEqualTileCollectionMethods
  110. def localGreaterRightAssociative(d: Double): Seq[(K, Tile)]

    Returns a TileLayerSeq 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 TileLayerSeq 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
    GreaterTileCollectionMethods
  111. def localGreaterRightAssociative(i: Int): Seq[(K, Tile)]

    Returns a TileLayerSeq 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 TileLayerSeq 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
    GreaterTileCollectionMethods
  112. def localIf(other: Seq[(K, Tile)], cond: (Double, Double) ⇒ Boolean, trueValue: Double, falseValue: Double): Seq[(K, Tile)]
    Definition Classes
    IfCellTileCollectionMethods
  113. def localIf(other: Seq[(K, Tile)], cond: (Int, Int) ⇒ Boolean, trueValue: Int, falseValue: Int): Seq[(K, Tile)]
    Definition Classes
    IfCellTileCollectionMethods
  114. def localIf(other: Seq[(K, Tile)], cond: (Double, Double) ⇒ Boolean, trueValue: Double): Seq[(K, Tile)]
    Definition Classes
    IfCellTileCollectionMethods
  115. def localIf(other: Seq[(K, Tile)], cond: (Int, Int) ⇒ Boolean, trueValue: Int): Seq[(K, Tile)]
    Definition Classes
    IfCellTileCollectionMethods
  116. def localIf(cond: (Double) ⇒ Boolean, trueValue: Double, falseValue: Double): Seq[(K, Tile)]
    Definition Classes
    IfCellTileCollectionMethods
  117. def localIf(cond: (Int) ⇒ Boolean, trueValue: Int, falseValue: Int): Seq[(K, Tile)]
    Definition Classes
    IfCellTileCollectionMethods
  118. def localIf(cond: (Double) ⇒ Boolean, trueValue: Double): Seq[(K, Tile)]
    Definition Classes
    IfCellTileCollectionMethods
  119. def localIf(cond: (Int) ⇒ Boolean, trueValue: Int): Seq[(K, Tile)]
    Definition Classes
    IfCellTileCollectionMethods
  120. def localInverseMask(other: Seq[(K, Tile)], readMask: Int, writeMask: Int): Seq[(K, Tile)]

    Generate a raster with the values from the first raster, but only include cells in which the corresponding cell in the second raster is set to the "readMask" value.

    Generate a raster with the values from the first raster, but only include cells in which the corresponding cell in the second raster is set to the "readMask" value.

    For example, if *all* cells in the second raster are set to the readMask value, the output raster will be identical to the first raster.

    Definition Classes
    LocalTileCollectionMethods
  121. def localLess(other: Seq[(K, Tile)]): Seq[(K, Tile)]

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

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

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

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

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

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

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

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

    Definition Classes
    LessTileCollectionMethods
  124. def localLessOrEqual(other: Seq[(K, Tile)]): Seq[(K, Tile)]

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

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

    Definition Classes
    LessOrEqualTileCollectionMethods
  125. def localLessOrEqual(d: Double): Seq[(K, Tile)]

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

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

    Definition Classes
    LessOrEqualTileCollectionMethods
  126. def localLessOrEqual(i: Int): Seq[(K, Tile)]

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

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

    Definition Classes
    LessOrEqualTileCollectionMethods
  127. def localLessOrEqualRightAssociative(d: Double): Seq[(K, Tile)]

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

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

    Definition Classes
    LessOrEqualTileCollectionMethods
  128. def localLessOrEqualRightAssociative(i: Int): Seq[(K, Tile)]

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

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

    Definition Classes
    LessOrEqualTileCollectionMethods
  129. def localLessRightAssociative(d: Double): Seq[(K, Tile)]

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

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

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

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

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

    Definition Classes
    LessTileCollectionMethods
  131. def localLog(): Seq[(K, Tile)]

    Computes the Log of Tile values.

    Computes the Log of Tile values.

    Definition Classes
    LocalTileCollectionMethods
  132. def localLog10(): Seq[(K, Tile)]

    Computes the Log base 10 of Tile values.

    Computes the Log base 10 of Tile values.

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

    Assigns to each cell the value within the given rasters that is the nth most numerous.

    Assigns to each cell the value within the given rasters that is the nth most numerous.

    Definition Classes
    MajorityTileCollectionMethods
  134. def localMajority(n: Int, others: Traversable[Seq[(K, Tile)]]): Seq[(K, Tile)]

    Assigns to each cell the value within the given rasters that is the nth most numerous.

    Assigns to each cell the value within the given rasters that is the nth most numerous.

    Definition Classes
    MajorityTileCollectionMethods
  135. def localMajority(rs: Seq[(K, Tile)]*): Seq[(K, Tile)]

    Assigns to each cell the value within the given rasters that is the most numerous.

    Assigns to each cell the value within the given rasters that is the most numerous.

    Definition Classes
    MajorityTileCollectionMethods
  136. def localMajority(others: Traversable[Seq[(K, Tile)]]): Seq[(K, Tile)]

    Assigns to each cell the value within the given rasters that is the most numerous.

    Assigns to each cell the value within the given rasters that is the most numerous.

    Definition Classes
    MajorityTileCollectionMethods
  137. def localMap(f: (Int) ⇒ Int): Seq[(K, Tile)]

    Map the integer values of a each cell to a new integer value.

    Map the integer values of a each cell to a new integer value.

    Definition Classes
    LocalMapTileCollectionMethods
  138. def localMapDouble(f: (Double) ⇒ Double): Seq[(K, Tile)]

    Map the double values of a each cell to a new double value.

    Map the double values of a each cell to a new double value.

    Definition Classes
    LocalMapTileCollectionMethods
  139. def localMapIfSet(f: (Int) ⇒ Int): Seq[(K, Tile)]

    For each cell whose value is not NODATA, map their integer values to a new integer value

    For each cell whose value is not NODATA, map their integer values to a new integer value

    Definition Classes
    LocalMapTileCollectionMethods
  140. def localMapIfSetDouble(fInt: (Int) ⇒ Int)(fDouble: (Double) ⇒ Double): Seq[(K, Tile)]

    For each cell whose value is not a NoData, if the type of the raster is a double type, map using the double function, otherwise map using the integer function.

    For each cell whose value is not a NoData, if the type of the raster is a double type, map using the double function, otherwise map using the integer function.

    Definition Classes
    LocalMapTileCollectionMethods
  141. def localMapIfSetDouble(f: (Double) ⇒ Double): Seq[(K, Tile)]

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

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

    Definition Classes
    LocalMapTileCollectionMethods
  142. def localMask(other: Seq[(K, Tile)], readMask: Int, writeMask: Int): Seq[(K, Tile)]

    Generate a raster with the values from the first raster, but only include cells in which the corresponding cell in the second raster *are not* set to the "readMask" value.

    Generate a raster with the values from the first raster, but only include cells in which the corresponding cell in the second raster *are not* set to the "readMask" value.

    For example, if *all* cells in the second raster are set to the readMask value, the output raster will be empty -- all values set to NODATA.

    Definition Classes
    LocalTileCollectionMethods
  143. def localMax(others: Seq[Seq[(K, Tile)]])(implicit d: DI): Seq[(K, Tile)]

    Max the values of each cell in each raster.

    Max the values of each cell in each raster.

    Definition Classes
    MaxTileCollectionMethods
  144. def localMax(other: Seq[(K, Tile)]): Seq[(K, Tile)]

    Max the values of each cell in each raster.

    Max the values of each cell in each raster.

    Definition Classes
    MaxTileCollectionMethods
  145. def localMax(d: Double): Seq[(K, Tile)]

    Max a constant Double value to each cell.

    Max a constant Double value to each cell.

    Definition Classes
    MaxTileCollectionMethods
  146. def localMax(i: Int): Seq[(K, Tile)]

    Max a constant Int value to each cell.

    Max a constant Int value to each cell.

    Definition Classes
    MaxTileCollectionMethods
  147. def localMin(others: Seq[Seq[(K, Tile)]])(implicit d: DI): Seq[(K, Tile)]

    Min the values of each cell in each raster.

    Min the values of each cell in each raster.

    Definition Classes
    MinTileCollectionMethods
  148. def localMin(other: Seq[(K, Tile)]): Seq[(K, Tile)]

    Min the values of each cell in each raster.

    Min the values of each cell in each raster.

    Definition Classes
    MinTileCollectionMethods
  149. def localMin(d: Double): Seq[(K, Tile)]

    Min a constant Double value to each cell.

    Min a constant Double value to each cell.

    Definition Classes
    MinTileCollectionMethods
  150. def localMin(i: Int): Seq[(K, Tile)]

    Min a constant Int value to each cell.

    Min a constant Int value to each cell.

    Definition Classes
    MinTileCollectionMethods
  151. def localMinority(n: Int, rs: Seq[(K, Tile)]*)(implicit d: DI): Seq[(K, Tile)]

    Assigns to each cell the value within the given rasters that is the nth least numerous.

    Assigns to each cell the value within the given rasters that is the nth least numerous.

    Definition Classes
    MinorityTileCollectionMethods
  152. def localMinority(n: Int, others: Traversable[Seq[(K, Tile)]]): Seq[(K, Tile)]

    Assigns to each cell the value within the given rasters that is the nth least numerous.

    Assigns to each cell the value within the given rasters that is the nth least numerous.

    Definition Classes
    MinorityTileCollectionMethods
  153. def localMinority(rs: Seq[(K, Tile)]*)(implicit d: DI): Seq[(K, Tile)]

    Assigns to each cell the value within the given rasters that is the least numerous.

    Assigns to each cell the value within the given rasters that is the least numerous.

    Definition Classes
    MinorityTileCollectionMethods
  154. def localMinority(others: Traversable[Seq[(K, Tile)]]): Seq[(K, Tile)]

    Assigns to each cell the value within the given rasters that is the least numerous.

    Assigns to each cell the value within the given rasters that is the least numerous.

    Definition Classes
    MinorityTileCollectionMethods
  155. def localMultiply(others: Traversable[Seq[(K, Tile)]]): Seq[(K, Tile)]

    Multiply the values of each cell in each raster.

    Multiply the values of each cell in each raster.

    Definition Classes
    MultiplyTileCollectionMethods
  156. def localMultiply(other: Seq[(K, Tile)]): Seq[(K, Tile)]

    Multiply the values of each cell in each raster.

    Multiply the values of each cell in each raster.

    Definition Classes
    MultiplyTileCollectionMethods
  157. def localMultiply(d: Double): Seq[(K, Tile)]

    Multiply a double constant value from each cell.

    Multiply a double constant value from each cell.

    Definition Classes
    MultiplyTileCollectionMethods
  158. def localMultiply(i: Int): Seq[(K, Tile)]

    Multiply a constant value from each cell.

    Multiply a constant value from each cell.

    Definition Classes
    MultiplyTileCollectionMethods
  159. def localNegate(): Seq[(K, Tile)]

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

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

    Definition Classes
    LocalTileCollectionMethods
  160. def localNot(): Seq[(K, Tile)]

    Bitwise negation of Tile.

    Bitwise negation of Tile.

    Definition Classes
    LocalTileCollectionMethods
    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.

  161. def localOr(others: Traversable[Seq[(K, Tile)]]): Seq[(K, Tile)]

    Or the values of each cell in each raster.

    Or the values of each cell in each raster.

    Definition Classes
    OrTileCollectionMethods
  162. def localOr(other: Seq[(K, Tile)]): Seq[(K, Tile)]

    Or the values of each cell in each raster.

    Or the values of each cell in each raster.

    Definition Classes
    OrTileCollectionMethods
  163. def localOr(i: Int): Seq[(K, Tile)]

    Or a constant Int value to each cell.

    Or a constant Int value to each cell.

    Definition Classes
    OrTileCollectionMethods
  164. def localPow(others: Traversable[Seq[(K, Tile)]]): Seq[(K, Tile)]

    Pow the values of each cell in each raster.

    Pow the values of each cell in each raster.

    Definition Classes
    PowTileCollectionMethods
  165. def localPow(other: Seq[(K, Tile)]): Seq[(K, Tile)]

    Pow the values of each cell in each raster.

    Pow the values of each cell in each raster.

    Definition Classes
    PowTileCollectionMethods
  166. def localPow(d: Double): Seq[(K, Tile)]

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

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

    Definition Classes
    PowTileCollectionMethods
  167. def localPow(i: Int): Seq[(K, Tile)]

    Pow each value of the raster by a constant value.

    Pow each value of the raster by a constant value.

    Definition Classes
    PowTileCollectionMethods
  168. def localPowValue(d: Double): Seq[(K, Tile)]

    Pow a double constant value by each cell value.

    Pow a double constant value by each cell value.

    Definition Classes
    PowTileCollectionMethods
  169. def localPowValue(i: Int): Seq[(K, Tile)]

    Pow a constant value by each cell value.

    Pow a constant value by each cell value.

    Definition Classes
    PowTileCollectionMethods
  170. def localRound(): Seq[(K, Tile)]

    Round the values of a Tile.

    Round the values of a Tile.

    Definition Classes
    LocalTileCollectionMethods
  171. def localSin(): Seq[(K, Tile)]

    Takes the sine of each raster cell value.

    Takes the sine of each raster cell value.

    Definition Classes
    LocalTileCollectionMethods
    Note

    Always returns a double raster.

  172. def localSinh(): Seq[(K, Tile)]

    Takes the hyperbolic sine of each raster cell value.

    Takes the hyperbolic sine of each raster cell value.

    Definition Classes
    LocalTileCollectionMethods
    Note

    Always returns a double raster.

  173. def localSqrt(): Seq[(K, Tile)]

    Take the square root each value in a raster.

    Take the square root each value in a raster.

    Definition Classes
    LocalTileCollectionMethods
  174. def localSubtract(others: Traversable[Seq[(K, Tile)]]): Seq[(K, Tile)]

    Subtract the values of each cell in each raster.

    Subtract the values of each cell in each raster.

    Definition Classes
    SubtractTileCollectionMethods
  175. def localSubtract(other: Seq[(K, Tile)]): Seq[(K, Tile)]

    Subtract the values of each cell in each raster.

    Subtract the values of each cell in each raster.

    Definition Classes
    SubtractTileCollectionMethods
  176. def localSubtract(d: Double): Seq[(K, Tile)]

    Subtract a double constant value from each cell.

    Subtract a double constant value from each cell.

    Definition Classes
    SubtractTileCollectionMethods
  177. def localSubtract(i: Int): Seq[(K, Tile)]

    Subtract a constant value from each cell.

    Subtract a constant value from each cell.

    Definition Classes
    SubtractTileCollectionMethods
  178. def localSubtractFrom(d: Double): Seq[(K, Tile)]

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

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

    Definition Classes
    SubtractTileCollectionMethods
  179. def localSubtractFrom(i: Int): Seq[(K, Tile)]

    Subtract each value of a cell from a constant value.

    Subtract each value of a cell from a constant value.

    Definition Classes
    SubtractTileCollectionMethods
  180. def localTan(): Seq[(K, Tile)]

    Takes the Tangent of each raster cell value.

    Takes the Tangent of each raster cell value.

    Definition Classes
    LocalTileCollectionMethods
    Note

    Always returns a double raster.

  181. def localTanh(): Seq[(K, Tile)]

    Takes the hyperboic cosine of each raster cell value.

    Takes the hyperboic cosine of each raster cell value.

    Definition Classes
    LocalTileCollectionMethods
    Note

    Always returns a double raster.

  182. def localUndefined(): Seq[(K, Tile)]

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

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

    Definition Classes
    LocalTileCollectionMethods
  183. def localUnequal(other: Seq[(K, Tile)]): Seq[(K, Tile)]

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

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

    Definition Classes
    UnequalTileCollectionMethods
  184. def localUnequal(d: Double): Seq[(K, Tile)]

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input intenger, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input intenger, else 0.

    Definition Classes
    UnequalTileCollectionMethods
  185. def localUnequal(i: Int): Seq[(K, Tile)]

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

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

    Definition Classes
    UnequalTileCollectionMethods
  186. def localXor(others: Traversable[Seq[(K, Tile)]]): Seq[(K, Tile)]

    Xor the values of each cell in each raster.

    Xor the values of each cell in each raster.

    Definition Classes
    XorTileCollectionMethods
  187. def localXor(other: Seq[(K, Tile)]): Seq[(K, Tile)]

    Xor the values of each cell in each raster.

    Xor the values of each cell in each raster.

    Definition Classes
    XorTileCollectionMethods
  188. def localXor(i: Int): Seq[(K, Tile)]

    Xor a constant Int value to each cell.

    Xor a constant Int value to each cell.

    Definition Classes
    XorTileCollectionMethods
  189. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  190. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  191. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  192. val self: Seq[(K, Tile)]
  193. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  194. def toString(): String
    Definition Classes
    AnyRef → Any
  195. def unary_-: Seq[(K, Tile)]

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

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

    Definition Classes
    LocalTileCollectionMethods
  196. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  197. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  198. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  199. def |(others: Traversable[Seq[(K, Tile)]]): Seq[(K, Tile)]

    Or the values of each cell in each raster.

    Or the values of each cell in each raster.

    Definition Classes
    OrTileCollectionMethods
  200. def |(r: Seq[(K, Tile)]): Seq[(K, Tile)]

    Or the values of each cell in each raster.

    Or the values of each cell in each raster.

    Definition Classes
    OrTileCollectionMethods
  201. def |(i: Int): Seq[(K, Tile)]

    Or a constant Int value to each cell.

    Or a constant Int value to each cell.

    Definition Classes
    OrTileCollectionMethods
  202. def |:(i: Int): Seq[(K, Tile)]

    Or a constant Int value to each cell.

    Or a constant Int value to each cell.

    Definition Classes
    OrTileCollectionMethods

Inherited from LocalTileCollectionMethods[K]

Inherited from XorTileCollectionMethods[K]

Inherited from UnequalTileCollectionMethods[K]

Inherited from SubtractTileCollectionMethods[K]

Inherited from PowTileCollectionMethods[K]

Inherited from OrTileCollectionMethods[K]

Inherited from MultiplyTileCollectionMethods[K]

Inherited from MinorityTileCollectionMethods[K]

Inherited from MinTileCollectionMethods[K]

Inherited from MaxTileCollectionMethods[K]

Inherited from MajorityTileCollectionMethods[K]

Inherited from LocalMapTileCollectionMethods[K]

Inherited from LessTileCollectionMethods[K]

Inherited from GreaterTileCollectionMethods[K]

Inherited from EqualTileCollectionMethods[K]

Inherited from DivideTileCollectionMethods[K]

Inherited from IfCellTileCollectionMethods[K]

Inherited from AndTileCollectionMethods[K]

Inherited from AddTileCollectionMethods[K]

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped