geotrellis.raster.mapalgebra.local

LocalMethods

trait LocalMethods extends MethodExtensions[Tile] with AddMethods with SubtractMethods with MultiplyMethods with DivideMethods with MinMethods with MaxMethods with AndMethods with OrMethods with XorMethods with ConditionalMethods with EqualMethods with UnequalMethods with GreaterOrEqualMethods with GreaterMethods with LessMethods with LessOrEqualMethods with MajorityMethods with MinorityMethods with PowMethods

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

Abstract Value Members

  1. abstract def self: Tile

    Definition Classes
    MethodExtensions

Concrete Value Members

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

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

    Definition Classes
    Any
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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
  8. final def ##(): Int

    Definition Classes
    AnyRef → Any
  9. 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
  10. 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
  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 &:(i: Int): Tile

    And a constant Int value to each cell.

    And a constant Int value to each cell.

    Definition Classes
    AndMethods
  13. 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
  14. 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
  15. def *(d: Double): Tile

    Multiply a double constant value from each cell.

    Multiply a double constant value from each cell.

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

    Multiply a constant value from each cell.

    Multiply a constant value from each cell.

    Definition Classes
    MultiplyMethods
  17. 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
  18. 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
  19. 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
  20. 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
  21. 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
  22. def **:(i: Int): Tile

    Pow a constant value by each cell value.

    Pow a constant value by each cell value.

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

    Multiply a double constant value from each cell.

    Multiply a double constant value from each cell.

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

    Multiply a constant value from each cell.

    Multiply a constant value from each cell.

    Definition Classes
    MultiplyMethods
  25. 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
  26. 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
  27. def +(d: Double): Tile

    Add a constant Double value to each cell.

    Add a constant Double value to each cell.

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

    Add a constant Int value to each cell.

    Add a constant Int value to each cell.

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

    Add a constant Double value to each cell.

    Add a constant Double value to each cell.

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

    Add a constant Int value to each cell.

    Add a constant Int value to each cell.

    Definition Classes
    AddMethods
  31. 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
  32. 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
  33. def -(d: Double): Tile

    Subtract a double constant value from each cell.

    Subtract a double constant value from each cell.

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

    Subtract a constant value from each cell.

    Subtract a constant value from each cell.

    Definition Classes
    SubtractMethods
  35. 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
  36. 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
  37. 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
  38. 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
  39. 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
  40. 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
  41. 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
  42. def /:(i: Int): Tile

    Divide a constant value by each cell value.

    Divide a constant value by each cell value.

    Definition Classes
    DivideMethods
  43. 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
  44. 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
  45. 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
  46. 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.

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

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

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

    Definition Classes
    Any
  55. 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
  56. 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
  57. 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
  58. 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
  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 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
  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 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
  63. 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.

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

  65. 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
  66. 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
  67. def ^(i: Int): Tile

    Xor a constant Int value to each cell.

    Xor a constant Int value to each cell.

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

    Xor a constant Int value to each cell.

    Xor a constant Int value to each cell.

    Definition Classes
    XorMethods
  69. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  70. def clone(): AnyRef

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

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

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

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

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

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

    Definition Classes
    Any
  77. def localAbs(): Tile

    Takes the Absolute value of each raster cell value.

  78. def localAcos(): Tile

    Takes the arc cos of each raster cell value.

  79. 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
  80. 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
  81. def localAdd(d: Double): Tile

    Add a constant Double value to each cell.

    Add a constant Double value to each cell.

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

    Add a constant Int value to each cell.

    Add a constant Int value to each cell.

    Definition Classes
    AddMethods
  83. 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
  84. 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
  85. def localAnd(i: Int): Tile

    And a constant Int value to each cell.

    And a constant Int value to each cell.

    Definition Classes
    AndMethods
  86. def localAsin(): Tile

    Takes the arc sine of each raster cell value.

  87. def localAtan(): Tile

    Takes the arc tan of each raster cell value.

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

  89. def localCeil(): Tile

    Takes the Ceiling of each raster cell value.

  90. def localCos(): Tile

    Takes the Cosine of each raster cell value.

  91. def localCosh(): Tile

    Takes the hyperboic cosine of each raster cell value.

  92. def localDefined(): Tile

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

  93. 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
  94. 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
  95. 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
  96. 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
  97. 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
  98. def localDivideValue(i: Int): Tile

    Divide a constant value by each cell value.

    Divide a constant value by each cell value.

    Definition Classes
    DivideMethods
  99. 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
  100. 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
  101. 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
  102. def localFloor(): Tile

    Takes the Flooring of each raster cell value.

  103. 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
  104. 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
  105. 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
  106. 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
  107. 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
  108. 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
  109. 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
  110. 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
  111. 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
  112. 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
  113. def localIf(r: Tile, cond: (Double, Double) ⇒ Boolean, trueValue: Double, falseValue: Double): Tile

    Definition Classes
    ConditionalMethods
  114. def localIf(r: Tile, cond: (Int, Int) ⇒ Boolean, trueValue: Int, falseValue: Int): Tile

    Definition Classes
    ConditionalMethods
  115. def localIf(r: Tile, cond: (Double, Double) ⇒ Boolean, trueValue: Double): Tile

    Definition Classes
    ConditionalMethods
  116. def localIf(r: Tile, cond: (Int, Int) ⇒ Boolean, trueValue: Int): Tile

    Definition Classes
    ConditionalMethods
  117. def localIf(cond: (Double) ⇒ Boolean, trueValue: Double, falseValue: Double): Tile

    Definition Classes
    ConditionalMethods
  118. def localIf(cond: (Int) ⇒ Boolean, trueValue: Int, falseValue: Int): Tile

    Definition Classes
    ConditionalMethods
  119. def localIf(cond: (Double) ⇒ Boolean, trueValue: Double): Tile

    Definition Classes
    ConditionalMethods
  120. def localIf(cond: (Int) ⇒ Boolean, trueValue: Int): Tile

    Definition Classes
    ConditionalMethods
  121. 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
  122. 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
  123. 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
  124. 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
  125. 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
  126. 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
  127. 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
  128. 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
  129. 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
  130. 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
  131. def localLog(): Tile

    Computes the Log of Tile values.

  132. def localLog10(): Tile

    Computes the Log base 10 of Tile values.

  133. 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
  134. 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
  135. 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
  136. 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
  137. 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
  138. 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
  139. def localMax(d: Double): Tile

    Max a constant Double value to each cell.

    Max a constant Double value to each cell.

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

    Max a constant Int value to each cell.

    Max a constant Int value to each cell.

    Definition Classes
    MaxMethods
  141. 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
  142. 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
  143. def localMin(d: Double): Tile

    Min a constant Double value to each cell.

    Min a constant Double value to each cell.

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

    Min a constant Int value to each cell.

    Min a constant Int value to each cell.

    Definition Classes
    MinMethods
  145. 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
  146. 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
  147. 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
  148. 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
  149. 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
  150. 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
  151. def localMultiply(d: Double): Tile

    Multiply a double constant value from each cell.

    Multiply a double constant value from each cell.

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

    Multiply a constant value from each cell.

    Multiply a constant value from each cell.

    Definition Classes
    MultiplyMethods
  153. def localNegate(): Tile

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

  154. def localNot(): Tile

    Bitwise negation of Tile.

    Bitwise negation of Tile.

    Note

    NotRaster does not currently support Double raster data. If you use a Tile with a Double CellType (FloatConstantNoDataCellType, DoubleConstantNoDataCellType) the data values will be rounded to integers.

  155. 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
  156. 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
  157. def localOr(i: Int): Tile

    Or a constant Int value to each cell.

    Or a constant Int value to each cell.

    Definition Classes
    OrMethods
  158. 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
  159. 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
  160. 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
  161. 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
  162. 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
  163. def localPowValue(i: Int): Tile

    Pow a constant value by each cell value.

    Pow a constant value by each cell value.

    Definition Classes
    PowMethods
  164. def localRound(): Tile

    Round the values of a Tile.

  165. def localSin(): Tile

    Takes the sine of each raster cell value.

  166. def localSinh(): Tile

    Takes the hyperbolic sine of each raster cell value.

  167. def localSqrt(): Tile

    Take the square root each value in a raster.

  168. 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
  169. 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
  170. def localSubtract(d: Double): Tile

    Subtract a double constant value from each cell.

    Subtract a double constant value from each cell.

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

    Subtract a constant value from each cell.

    Subtract a constant value from each cell.

    Definition Classes
    SubtractMethods
  172. 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
  173. 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
  174. def localTan(): Tile

    Takes the Tangent of each raster cell value.

  175. def localTanh(): Tile

    Takes the hyperboic cosine of each raster cell value.

  176. def localUndefined(): Tile

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

  177. 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
  178. 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
  179. 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
  180. 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
  181. 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
  182. def localXor(i: Int): Tile

    Xor a constant Int value to each cell.

    Xor a constant Int value to each cell.

    Definition Classes
    XorMethods
  183. final def ne(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef
  187. def toString(): String

    Definition Classes
    AnyRef → Any
  188. def unary_-(): Tile

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

  189. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  192. 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
  193. 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
  194. def |(i: Int): Tile

    Or a constant Int value to each cell.

    Or a constant Int value to each cell.

    Definition Classes
    OrMethods
  195. 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 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