Packages

implicit class withTileLocalMethods extends LocalMethods

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withTileLocalMethods
  2. LocalMethods
  3. PowMethods
  4. MinorityMethods
  5. MajorityMethods
  6. LessOrEqualMethods
  7. LessMethods
  8. GreaterMethods
  9. GreaterOrEqualMethods
  10. UnequalMethods
  11. EqualMethods
  12. ConditionalMethods
  13. XorMethods
  14. OrMethods
  15. AndMethods
  16. MaxMethods
  17. MinMethods
  18. DivideMethods
  19. MultiplyMethods
  20. SubtractMethods
  21. AddMethods
  22. MethodExtensions
  23. Serializable
  24. Serializable
  25. AnyRef
  26. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new withTileLocalMethods(self: Tile)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. def !==(r: Tile): 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
    UnequalMethods
  3. def !==(d: Double): 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
    UnequalMethods
  4. def !==(i: Int): 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
    UnequalMethods
  5. def !==:(d: Double): 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
    UnequalMethods
  6. def !==:(i: Int): 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
    UnequalMethods
  7. final def ##(): Int
    Definition Classes
    AnyRef → Any
  8. def &(rs: Traversable[Tile]): Tile

    And the values of each cell in each raster.

    And the values of each cell in each raster.

    Definition Classes
    AndMethods
  9. def &(r: Tile): Tile

    And the values of each cell in each raster.

    And the values of each cell in each raster.

    Definition Classes
    AndMethods
  10. def &(i: Int): Tile

    And a constant Int value to each cell.

    And a constant Int value to each cell.

    Definition Classes
    AndMethods
  11. def &:(i: Int): Tile

    And a constant Int value to each cell.

    And a constant Int value to each cell.

    Definition Classes
    AndMethods
  12. def *(rs: Traversable[Tile]): Tile

    Multiply the values of each cell in each raster.

    Multiply the values of each cell in each raster.

    Definition Classes
    MultiplyMethods
  13. def *(r: Tile): Tile

    Multiply the values of each cell in each raster.

    Multiply the values of each cell in each raster.

    Definition Classes
    MultiplyMethods
  14. def *(d: Double): Tile

    Multiply a double constant value from each cell.

    Multiply a double constant value from each cell.

    Definition Classes
    MultiplyMethods
  15. def *(i: Int): Tile

    Multiply a constant value from each cell.

    Multiply a constant value from each cell.

    Definition Classes
    MultiplyMethods
  16. def **(rs: Traversable[Tile]): Tile

    Pow the values of each cell in each raster.

    Pow the values of each cell in each raster.

    Definition Classes
    PowMethods
  17. def **(r: Tile): Tile

    Pow the values of each cell in each raster.

    Pow the values of each cell in each raster.

    Definition Classes
    PowMethods
  18. def **(d: Double): 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
    PowMethods
  19. def **(i: Int): Tile

    Pow each value of the raster by a constant value.

    Pow each value of the raster by a constant value.

    Definition Classes
    PowMethods
  20. def **:(d: Double): Tile

    Pow a double constant value by each cell value.

    Pow a double constant value by each cell value.

    Definition Classes
    PowMethods
  21. def **:(i: Int): Tile

    Pow a constant value by each cell value.

    Pow a constant value by each cell value.

    Definition Classes
    PowMethods
  22. def *:(d: Double): Tile

    Multiply a double constant value from each cell.

    Multiply a double constant value from each cell.

    Definition Classes
    MultiplyMethods
  23. def *:(i: Int): Tile

    Multiply a constant value from each cell.

    Multiply a constant value from each cell.

    Definition Classes
    MultiplyMethods
  24. def +(rs: Traversable[Tile]): Tile

    Add the values of each cell in each raster.

    Add the values of each cell in each raster.

    Definition Classes
    AddMethods
  25. def +(r: Tile): Tile

    Add the values of each cell in each raster.

    Add the values of each cell in each raster.

    Definition Classes
    AddMethods
  26. def +(d: Double): Tile

    Add a constant Double value to each cell.

    Add a constant Double value to each cell.

    Definition Classes
    AddMethods
  27. def +(i: Int): Tile

    Add a constant Int value to each cell.

    Add a constant Int value to each cell.

    Definition Classes
    AddMethods
  28. def +:(d: Double): Tile

    Add a constant Double value to each cell.

    Add a constant Double value to each cell.

    Definition Classes
    AddMethods
  29. def +:(i: Int): Tile

    Add a constant Int value to each cell.

    Add a constant Int value to each cell.

    Definition Classes
    AddMethods
  30. def -(rs: Traversable[Tile]): Tile

    Subtract the values of each cell in each raster.

    Subtract the values of each cell in each raster.

    Definition Classes
    SubtractMethods
  31. def -(r: Tile): Tile

    Subtract the values of each cell in each raster.

    Subtract the values of each cell in each raster.

    Definition Classes
    SubtractMethods
  32. def -(d: Double): Tile

    Subtract a double constant value from each cell.

    Subtract a double constant value from each cell.

    Definition Classes
    SubtractMethods
  33. def -(i: Int): Tile

    Subtract a constant value from each cell.

    Subtract a constant value from each cell.

    Definition Classes
    SubtractMethods
  34. def -:(d: Double): 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
    SubtractMethods
  35. def -:(i: Int): Tile

    Subtract each value of a cell from a constant value.

    Subtract each value of a cell from a constant value.

    Definition Classes
    SubtractMethods
  36. def /(rs: Traversable[Tile]): Tile

    Divide the values of each cell in each raster.

    Divide the values of each cell in each raster.

    Definition Classes
    DivideMethods
  37. def /(r: Tile): Tile

    Divide the values of each cell in each raster.

    Divide the values of each cell in each raster.

    Definition Classes
    DivideMethods
  38. def /(d: Double): 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
    DivideMethods
  39. def /(i: Int): Tile

    Divide each value of the raster by a constant value.

    Divide each value of the raster by a constant value.

    Definition Classes
    DivideMethods
  40. def /:(d: Double): Tile

    Divide a double constant value by each cell value.

    Divide a double constant value by each cell value.

    Definition Classes
    DivideMethods
  41. def /:(i: Int): Tile

    Divide a constant value by each cell value.

    Divide a constant value by each cell value.

    Definition Classes
    DivideMethods
  42. def <(r: Tile): 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
    LessMethods
  43. def <(d: Double): 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
    LessMethods
  44. def <(i: Int): 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
    LessMethods
  45. def <<:(d: Double): 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
    LessMethods
    Note

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

  46. def <<:(i: Int): 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
    LessMethods
    Note

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

  47. def <=(r: Tile): 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
    LessOrEqualMethods
  48. def <=(d: Double): 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
    LessOrEqualMethods
  49. def <=(i: Int): 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
    LessOrEqualMethods
  50. def <=:(d: Double): 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
    LessOrEqualMethods
  51. def <=:(i: Int): 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
    LessOrEqualMethods
  52. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  53. def >(r: Tile): Tile

    Returns a Tile 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 Tile 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
    GreaterMethods
  54. def >(d: Double): Tile

    Returns a Tile 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 Tile 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
    GreaterMethods
  55. def >(i: Int): Tile

    Returns a Tile 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 Tile 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
    GreaterMethods
  56. def >=(r: Tile): Tile

    Returns a Tile 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 Tile 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
    GreaterOrEqualMethods
  57. def >=(d: Double): Tile

    Returns a Tile 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 Tile 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
    GreaterOrEqualMethods
  58. def >=(i: Int): Tile

    Returns a Tile 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 Tile 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
    GreaterOrEqualMethods
  59. def >=:(d: Double): Tile

    Returns a Tile 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 Tile 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
    GreaterOrEqualMethods
  60. def >=:(i: Int): Tile

    Returns a Tile 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 Tile 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
    GreaterOrEqualMethods
  61. def >>:(d: Double): Tile

    Returns a Tile 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 Tile 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
    GreaterMethods
    Note

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

  62. def >>:(i: Int): Tile

    Returns a Tile 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 Tile 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
    GreaterMethods
    Note

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

  63. def ^(rs: Seq[Tile]): Tile

    Xor the values of each cell in each raster.

    Xor the values of each cell in each raster.

    Definition Classes
    XorMethods
  64. def ^(r: Tile): Tile

    Xor the values of each cell in each raster.

    Xor the values of each cell in each raster.

    Definition Classes
    XorMethods
  65. def ^(i: Int): Tile

    Xor a constant Int value to each cell.

    Xor a constant Int value to each cell.

    Definition Classes
    XorMethods
  66. def ^:(i: Int): Tile

    Xor a constant Int value to each cell.

    Xor a constant Int value to each cell.

    Definition Classes
    XorMethods
  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(): Tile

    Takes the Absolute value of each raster cell value.

    Takes the Absolute value of each raster cell value.

    Definition Classes
    LocalMethods
  76. def localAcos(): Tile

    Takes the arc cos of each raster cell value.

    Takes the arc cos of each raster cell value.

    Definition Classes
    LocalMethods
    Note

    Always return a double valued raster.

  77. def localAdd(rs: Traversable[Tile]): Tile

    Add the values of each cell in each raster.

    Add the values of each cell in each raster.

    Definition Classes
    AddMethods
  78. def localAdd(r: Tile): Tile

    Add the values of each cell in each raster.

    Add the values of each cell in each raster.

    Definition Classes
    AddMethods
  79. def localAdd(d: Double): Tile

    Add a constant Double value to each cell.

    Add a constant Double value to each cell.

    Definition Classes
    AddMethods
  80. def localAdd(i: Int): Tile

    Add a constant Int value to each cell.

    Add a constant Int value to each cell.

    Definition Classes
    AddMethods
  81. def localAnd(rs: Traversable[Tile]): Tile

    And the values of each cell in each raster.

    And the values of each cell in each raster.

    Definition Classes
    AndMethods
  82. def localAnd(r: Tile): Tile

    And the values of each cell in each raster.

    And the values of each cell in each raster.

    Definition Classes
    AndMethods
  83. def localAnd(i: Int): Tile

    And a constant Int value to each cell.

    And a constant Int value to each cell.

    Definition Classes
    AndMethods
  84. def localAsin(): Tile

    Takes the arc sine of each raster cell value.

    Takes the arc sine of each raster cell value.

    Definition Classes
    LocalMethods
    Note

    Always return a double valued raster.

  85. def localAtan(): Tile

    Takes the arc tan of each raster cell value.

    Takes the arc tan of each raster cell value.

    Definition Classes
    LocalMethods
    Note

    Always return a double valued raster.

  86. def localAtan2(r: Tile): Tile

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

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

    Definition Classes
    LocalMethods
    Note

    A double raster is always returned.

  87. def localCeil(): Tile

    Takes the Ceiling of each raster cell value.

    Takes the Ceiling of each raster cell value.

    Definition Classes
    LocalMethods
  88. def localCos(): Tile

    Takes the Cosine of each raster cell value.

    Takes the Cosine of each raster cell value.

    Definition Classes
    LocalMethods
    Note

    Always returns a double raster.

  89. def localCosh(): Tile

    Takes the hyperboic cosine of each raster cell value.

    Takes the hyperboic cosine of each raster cell value.

    Definition Classes
    LocalMethods
    Note

    Always returns a double raster.

  90. def localDefined(): 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
    LocalMethods
  91. def localDivide(rs: Traversable[Tile]): Tile

    Divide the values of each cell in each raster.

    Divide the values of each cell in each raster.

    Definition Classes
    DivideMethods
  92. def localDivide(r: Tile): Tile

    Divide the values of each cell in each raster.

    Divide the values of each cell in each raster.

    Definition Classes
    DivideMethods
  93. def localDivide(d: Double): 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
    DivideMethods
  94. def localDivide(i: Int): Tile

    Divide each value of the raster by a constant value.

    Divide each value of the raster by a constant value.

    Definition Classes
    DivideMethods
  95. def localDivideValue(d: Double): Tile

    Divide a double constant value by each cell value.

    Divide a double constant value by each cell value.

    Definition Classes
    DivideMethods
  96. def localDivideValue(i: Int): Tile

    Divide a constant value by each cell value.

    Divide a constant value by each cell value.

    Definition Classes
    DivideMethods
  97. def localEqual(r: Tile): 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
    EqualMethods
  98. def localEqual(d: Double): 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
    EqualMethods
  99. def localEqual(i: Int): 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
    EqualMethods
  100. def localFloor(): Tile

    Takes the Flooring of each raster cell value.

    Takes the Flooring of each raster cell value.

    Definition Classes
    LocalMethods
  101. def localGreater(r: Tile): Tile

    Returns a Tile 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 Tile 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
    GreaterMethods
  102. def localGreater(d: Double): Tile

    Returns a Tile 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 Tile 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
    GreaterMethods
  103. def localGreater(i: Int): Tile

    Returns a Tile 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 Tile 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
    GreaterMethods
  104. def localGreaterOrEqual(r: Tile): Tile

    Returns a Tile 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 Tile 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
    GreaterOrEqualMethods
  105. def localGreaterOrEqual(d: Double): Tile

    Returns a Tile 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 Tile 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
    GreaterOrEqualMethods
  106. def localGreaterOrEqual(i: Int): Tile

    Returns a Tile 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 Tile 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
    GreaterOrEqualMethods
  107. def localGreaterOrEqualRightAssociative(d: Double): Tile

    Returns a Tile 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 Tile 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
    GreaterOrEqualMethods
  108. def localGreaterOrEqualRightAssociative(i: Int): Tile

    Returns a Tile 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 Tile 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
    GreaterOrEqualMethods
  109. def localGreaterRightAssociative(d: Double): Tile

    Returns a Tile 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 Tile 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
    GreaterMethods
  110. def localGreaterRightAssociative(i: Int): Tile

    Returns a Tile 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 Tile 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
    GreaterMethods
  111. def localIf(r: Tile, cond: (Double, Double) ⇒ Boolean, trueValue: Double, falseValue: Double): Tile
    Definition Classes
    ConditionalMethods
  112. def localIf(r: Tile, cond: (Int, Int) ⇒ Boolean, trueValue: Int, falseValue: Int): Tile
    Definition Classes
    ConditionalMethods
  113. def localIf(r: Tile, cond: (Double, Double) ⇒ Boolean, trueValue: Double): Tile
    Definition Classes
    ConditionalMethods
  114. def localIf(r: Tile, cond: (Int, Int) ⇒ Boolean, trueValue: Int): Tile
    Definition Classes
    ConditionalMethods
  115. def localIf(cond: (Double) ⇒ Boolean, trueValue: Double, falseValue: Double): Tile
    Definition Classes
    ConditionalMethods
  116. def localIf(cond: (Int) ⇒ Boolean, trueValue: Int, falseValue: Int): Tile
    Definition Classes
    ConditionalMethods
  117. def localIf(cond: (Double) ⇒ Boolean, trueValue: Double): Tile
    Definition Classes
    ConditionalMethods
  118. def localIf(cond: (Int) ⇒ Boolean, trueValue: Int): Tile
    Definition Classes
    ConditionalMethods
  119. def localLess(r: Tile): 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
    LessMethods
  120. def localLess(d: Double): 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
    LessMethods
  121. def localLess(i: Int): 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
    LessMethods
  122. def localLessOrEqual(r: Tile): 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
    LessOrEqualMethods
  123. def localLessOrEqual(d: Double): 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
    LessOrEqualMethods
  124. def localLessOrEqual(i: Int): 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
    LessOrEqualMethods
  125. def localLessOrEqualRightAssociative(d: Double): 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
    LessOrEqualMethods
  126. def localLessOrEqualRightAssociative(i: Int): 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
    LessOrEqualMethods
  127. def localLessRightAssociative(d: Double): 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
    LessMethods
  128. def localLessRightAssociative(i: Int): 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
    LessMethods
  129. def localLog(): Tile

    Computes the Log of Tile values.

    Computes the Log of Tile values.

    Definition Classes
    LocalMethods
  130. def localLog10(): Tile

    Computes the Log base 10 of Tile values.

    Computes the Log base 10 of Tile values.

    Definition Classes
    LocalMethods
  131. def localMajority(n: Int, rs: Tile*)(implicit d: DI): 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
    MajorityMethods
  132. def localMajority(n: Int, rs: Traversable[Tile]): 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
    MajorityMethods
  133. def localMajority(rs: Tile*)(implicit d: DI): 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
    MajorityMethods
  134. def localMajority(rs: Traversable[Tile]): 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
    MajorityMethods
  135. def localMax(rs: Traversable[Tile]): Tile

    Max the values of each cell in each raster.

    Max the values of each cell in each raster.

    Definition Classes
    MaxMethods
  136. def localMax(r: Tile): Tile

    Max the values of each cell in each raster.

    Max the values of each cell in each raster.

    Definition Classes
    MaxMethods
  137. def localMax(d: Double): Tile

    Max a constant Double value to each cell.

    Max a constant Double value to each cell.

    Definition Classes
    MaxMethods
  138. def localMax(i: Int): Tile

    Max a constant Int value to each cell.

    Max a constant Int value to each cell.

    Definition Classes
    MaxMethods
  139. def localMin(rs: Traversable[Tile]): Tile

    Min the values of each cell in each raster.

    Min the values of each cell in each raster.

    Definition Classes
    MinMethods
  140. def localMin(r: Tile): Tile

    Min the values of each cell in each raster.

    Min the values of each cell in each raster.

    Definition Classes
    MinMethods
  141. def localMin(d: Double): Tile

    Min a constant Double value to each cell.

    Min a constant Double value to each cell.

    Definition Classes
    MinMethods
  142. def localMin(i: Int): Tile

    Min a constant Int value to each cell.

    Min a constant Int value to each cell.

    Definition Classes
    MinMethods
  143. def localMinority(n: Int, rs: Tile*)(implicit d: DI): 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
    MinorityMethods
  144. def localMinority(n: Int, rs: Traversable[Tile]): 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
    MinorityMethods
  145. def localMinority(rs: Tile*)(implicit d: DI): 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
    MinorityMethods
  146. def localMinority(rs: Traversable[Tile]): 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
    MinorityMethods
  147. def localMultiply(rs: Traversable[Tile]): Tile

    Multiply the values of each cell in each raster.

    Multiply the values of each cell in each raster.

    Definition Classes
    MultiplyMethods
  148. def localMultiply(r: Tile): Tile

    Multiply the values of each cell in each raster.

    Multiply the values of each cell in each raster.

    Definition Classes
    MultiplyMethods
  149. def localMultiply(d: Double): Tile

    Multiply a double constant value from each cell.

    Multiply a double constant value from each cell.

    Definition Classes
    MultiplyMethods
  150. def localMultiply(i: Int): Tile

    Multiply a constant value from each cell.

    Multiply a constant value from each cell.

    Definition Classes
    MultiplyMethods
  151. def localNegate(): Tile

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

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

    Definition Classes
    LocalMethods
  152. def localNot(): Tile

    Bitwise negation of Tile.

    Bitwise negation of Tile.

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

  153. def localOr(rs: Traversable[Tile]): Tile

    Or the values of each cell in each raster.

    Or the values of each cell in each raster.

    Definition Classes
    OrMethods
  154. def localOr(r: Tile): Tile

    Or the values of each cell in each raster.

    Or the values of each cell in each raster.

    Definition Classes
    OrMethods
  155. def localOr(i: Int): Tile

    Or a constant Int value to each cell.

    Or a constant Int value to each cell.

    Definition Classes
    OrMethods
  156. def localPow(rs: Traversable[Tile]): Tile

    Pow the values of each cell in each raster.

    Pow the values of each cell in each raster.

    Definition Classes
    PowMethods
  157. def localPow(r: Tile): Tile

    Pow the values of each cell in each raster.

    Pow the values of each cell in each raster.

    Definition Classes
    PowMethods
  158. def localPow(d: Double): 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
    PowMethods
  159. def localPow(i: Int): Tile

    Pow each value of the raster by a constant value.

    Pow each value of the raster by a constant value.

    Definition Classes
    PowMethods
  160. def localPowValue(d: Double): Tile

    Pow a double constant value by each cell value.

    Pow a double constant value by each cell value.

    Definition Classes
    PowMethods
  161. def localPowValue(i: Int): Tile

    Pow a constant value by each cell value.

    Pow a constant value by each cell value.

    Definition Classes
    PowMethods
  162. def localRound(): Tile

    Round the values of a Tile.

    Round the values of a Tile.

    Definition Classes
    LocalMethods
  163. def localSin(): Tile

    Takes the sine of each raster cell value.

    Takes the sine of each raster cell value.

    Definition Classes
    LocalMethods
    Note

    Always returns a double raster.

  164. def localSinh(): Tile

    Takes the hyperbolic sine of each raster cell value.

    Takes the hyperbolic sine of each raster cell value.

    Definition Classes
    LocalMethods
    Note

    Always returns a double raster.

  165. def localSqrt(): Tile

    Take the square root each value in a raster.

    Take the square root each value in a raster.

    Definition Classes
    LocalMethods
  166. def localSubtract(rs: Traversable[Tile]): Tile

    Subtract the values of each cell in each raster.

    Subtract the values of each cell in each raster.

    Definition Classes
    SubtractMethods
  167. def localSubtract(r: Tile): Tile

    Subtract the values of each cell in each raster.

    Subtract the values of each cell in each raster.

    Definition Classes
    SubtractMethods
  168. def localSubtract(d: Double): Tile

    Subtract a double constant value from each cell.

    Subtract a double constant value from each cell.

    Definition Classes
    SubtractMethods
  169. def localSubtract(i: Int): Tile

    Subtract a constant value from each cell.

    Subtract a constant value from each cell.

    Definition Classes
    SubtractMethods
  170. def localSubtractFrom(d: Double): 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
    SubtractMethods
  171. def localSubtractFrom(i: Int): Tile

    Subtract each value of a cell from a constant value.

    Subtract each value of a cell from a constant value.

    Definition Classes
    SubtractMethods
  172. def localTan(): Tile

    Takes the Tangent of each raster cell value.

    Takes the Tangent of each raster cell value.

    Definition Classes
    LocalMethods
    Note

    Always returns a double raster.

  173. def localTanh(): Tile

    Takes the hyperboic cosine of each raster cell value.

    Takes the hyperboic cosine of each raster cell value.

    Definition Classes
    LocalMethods
    Note

    Always returns a double raster.

  174. def localUndefined(): 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
    LocalMethods
  175. def localUnequal(r: Tile): 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
    UnequalMethods
  176. def localUnequal(d: Double): 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
    UnequalMethods
  177. def localUnequal(i: Int): 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
    UnequalMethods
  178. def localXor(rs: Traversable[Tile]): Tile

    Xor the values of each cell in each raster.

    Xor the values of each cell in each raster.

    Definition Classes
    XorMethods
  179. def localXor(r: Tile): Tile

    Xor the values of each cell in each raster.

    Xor the values of each cell in each raster.

    Definition Classes
    XorMethods
  180. def localXor(i: Int): Tile

    Xor a constant Int value to each cell.

    Xor a constant Int value to each cell.

    Definition Classes
    XorMethods
  181. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  182. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  183. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  184. val self: Tile
    Definition Classes
    withTileLocalMethodsMethodExtensions
  185. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  186. def toString(): String
    Definition Classes
    AnyRef → Any
  187. def unary_-: Tile

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

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

    Definition Classes
    LocalMethods
  188. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  189. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  190. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  191. def |(rs: Traversable[Tile]): Tile

    Or the values of each cell in each raster.

    Or the values of each cell in each raster.

    Definition Classes
    OrMethods
  192. def |(r: Tile): Tile

    Or the values of each cell in each raster.

    Or the values of each cell in each raster.

    Definition Classes
    OrMethods
  193. def |(i: Int): Tile

    Or a constant Int value to each cell.

    Or a constant Int value to each cell.

    Definition Classes
    OrMethods
  194. def |:(i: Int): Tile

    Or a constant Int value to each cell.

    Or a constant Int value to each cell.

    Definition Classes
    OrMethods

Inherited from LocalMethods

Inherited from PowMethods

Inherited from MinorityMethods

Inherited from MajorityMethods

Inherited from LessOrEqualMethods

Inherited from LessMethods

Inherited from GreaterMethods

Inherited from GreaterOrEqualMethods

Inherited from UnequalMethods

Inherited from EqualMethods

Inherited from ConditionalMethods

Inherited from XorMethods

Inherited from OrMethods

Inherited from AndMethods

Inherited from MaxMethods

Inherited from MinMethods

Inherited from DivideMethods

Inherited from MultiplyMethods

Inherited from SubtractMethods

Inherited from AddMethods

Inherited from MethodExtensions[Tile]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped