geotrellis.raster.op.local

LocalExtensions

implicit class LocalExtensions extends LocalMethods

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LocalExtensions
  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. TileMethods
  23. AnyRef
  24. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LocalExtensions(tile: Tile)

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 TypeBit, where cell values equal 1 if the corresponding cell valued of the raster are not equal, else 0.

    Returns a Tile with data of TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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.

    Takes the Absolute value of each raster cell value.

    Definition Classes
    LocalMethods
  78. def localAcos(): Tile

    Takes the arc cos of each raster cell value.

    Takes the arc cos of each raster cell value.

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

    Takes the arc sine of each raster cell value.

    Definition Classes
    LocalMethods
  87. def localAtan(): Tile

    Takes the arc tan of each raster cell value.

    Takes the arc tan of each raster cell value.

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

    Definition Classes
    LocalMethods
  89. def localCeil(): Tile

    Takes the Ceiling of each raster cell value.

    Takes the Ceiling of each raster cell value.

    Definition Classes
    LocalMethods
  90. def localCos(): Tile

    Takes the Cosine of each raster cell value.

    Takes the Cosine of each raster cell value.

    Definition Classes
    LocalMethods
  91. def localCosh(): Tile

    Takes the hyperboic cosine of each raster cell value.

    Takes the hyperboic cosine of each raster cell value.

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

    Takes the Flooring of each raster cell value.

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

    Returns a Tile with data of TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 TypeBit, 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 localInverseMask(r: Tile, readMask: Int, writeMask: Int): Tile

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

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

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

    Definition Classes
    LocalMethods
  122. def localLess(r: Tile): Tile

    Returns a Tile with data of TypeBit, 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 TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are less than the next raster, else 0.

    Definition Classes
    LessMethods
  123. def localLess(d: Double): Tile

    Returns a Tile with data of TypeBit, 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 TypeBit, 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
  124. def localLess(i: Int): Tile

    Returns a Tile with data of TypeBit, 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 TypeBit, 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
  125. def localLessOrEqual(r: Tile): Tile

    Returns a Tile with data of TypeBit, 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 TypeBit, 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
  126. def localLessOrEqual(d: Double): Tile

    Returns a Tile with data of TypeBit, 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 TypeBit, 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
  127. def localLessOrEqual(i: Int): Tile

    Returns a Tile with data of TypeBit, 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 TypeBit, 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
  128. def localLessOrEqualRightAssociative(d: Double): Tile

    Returns a Tile with data of TypeBit, 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 TypeBit, 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
  129. def localLessOrEqualRightAssociative(i: Int): Tile

    Returns a Tile with data of TypeBit, 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 TypeBit, 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
  130. def localLessRightAssociative(d: Double): Tile

    Returns a Tile with data of TypeBit, 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 TypeBit, 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
  131. def localLessRightAssociative(i: Int): Tile

    Returns a Tile with data of TypeBit, 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 TypeBit, 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
  132. def localLog(): Tile

    Computes the Log of Tile values.

    Computes the Log of Tile values.

    Definition Classes
    LocalMethods
  133. def localLog10(): Tile

    Computes the Log base 10 of Tile values.

    Computes the Log base 10 of Tile values.

    Definition Classes
    LocalMethods
  134. 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
  135. 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
  136. 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
  137. 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
  138. def localMask(r: Tile, readMask: Int, writeMask: Int): Tile

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

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

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

    Definition Classes
    LocalMethods
  139. 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
  140. 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
  141. def localMax(d: Double): Tile

    Max a constant Double value to each cell.

    Max a constant Double value to each cell.

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

    Max a constant Int value to each cell.

    Max a constant Int value to each cell.

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

    Min a constant Double value to each cell.

    Min a constant Double value to each cell.

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

    Min a constant Int value to each cell.

    Min a constant Int value to each cell.

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

    Multiply a double constant value from each cell.

    Multiply a double constant value from each cell.

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

    Multiply a constant value from each cell.

    Multiply a constant value from each cell.

    Definition Classes
    MultiplyMethods
  155. def localNegate(): Tile

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

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

    Definition Classes
    LocalMethods
  156. 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 (TypeFloat, TypeDouble) the data values will be rounded to integers.

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

    Or a constant Int value to each cell.

    Or a constant Int value to each cell.

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

    Pow a constant value by each cell value.

    Pow a constant value by each cell value.

    Definition Classes
    PowMethods
  166. def localRound(): Tile

    Round the values of a Tile.

    Round the values of a Tile.

    Definition Classes
    LocalMethods
  167. def localSin(): Tile

    Takes the sine of each raster cell value.

    Takes the sine of each raster cell value.

    Definition Classes
    LocalMethods
  168. def localSinh(): Tile

    Takes the hyperbolic sine of each raster cell value.

    Takes the hyperbolic sine of each raster cell value.

    Definition Classes
    LocalMethods
  169. def localSqrt(): Tile

    Take the square root each value in a raster.

    Take the square root each value in a raster.

    Definition Classes
    LocalMethods
  170. 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
  171. 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
  172. def localSubtract(d: Double): Tile

    Subtract a double constant value from each cell.

    Subtract a double constant value from each cell.

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

    Subtract a constant value from each cell.

    Subtract a constant value from each cell.

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

    Takes the Tangent of each raster cell value.

    Takes the Tangent of each raster cell value.

    Definition Classes
    LocalMethods
  177. def localTanh(): Tile

    Takes the hyperboic cosine of each raster cell value.

    Takes the hyperboic cosine of each raster cell value.

    Definition Classes
    LocalMethods
  178. 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
  179. def localUnequal(r: Tile): Tile

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

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

    Definition Classes
    UnequalMethods
  180. def localUnequal(d: Double): Tile

    Returns a Tile with data of TypeBit, 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 TypeBit, 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
  181. def localUnequal(i: Int): Tile

    Returns a Tile with data of TypeBit, 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 TypeBit, 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
  182. 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
  183. 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
  184. def localXor(i: Int): Tile

    Xor a constant Int value to each cell.

    Xor a constant Int value to each cell.

    Definition Classes
    XorMethods
  185. def mask(ext: Extent, geoms: Traversable[Geometry]): Tile

    Masks this tile by the given Geometry.

    Masks this tile by the given Geometry.

    Definition Classes
    LocalMethods
  186. def mask(ext: Extent, geom: Geometry): Tile

    Masks this tile by the given Geometry.

    Masks this tile by the given Geometry.

    Definition Classes
    LocalMethods
  187. final def ne(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef
  191. val tile: Tile

    Definition Classes
    LocalExtensionsTileMethods
  192. def toString(): String

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

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

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

    Definition Classes
    LocalMethods
  194. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  197. 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
  198. 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
  199. def |(i: Int): Tile

    Or a constant Int value to each cell.

    Or a constant Int value to each cell.

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

Inherited from AnyRef

Inherited from Any

Ungrouped