implicit class withTileLocalMethods extends LocalMethods
- Alphabetic
- By Inheritance
- withTileLocalMethods
- LocalMethods
- PowMethods
- MinorityMethods
- MajorityMethods
- LessOrEqualMethods
- LessMethods
- GreaterMethods
- GreaterOrEqualMethods
- UnequalMethods
- EqualMethods
- ConditionalMethods
- XorMethods
- OrMethods
- AndMethods
- MaxMethods
- MinMethods
- DivideMethods
- MultiplyMethods
- SubtractMethods
- AddMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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
-
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
-
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
-
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
-
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
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
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
-
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
-
def
&(i: Int): Tile
And a constant Int value to each cell.
And a constant Int value to each cell.
- Definition Classes
- AndMethods
-
def
&:(i: Int): Tile
And a constant Int value to each cell.
And a constant Int value to each cell.
- Definition Classes
- AndMethods
-
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
-
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
-
def
*(d: Double): Tile
Multiply a double constant value from each cell.
Multiply a double constant value from each cell.
- Definition Classes
- MultiplyMethods
-
def
*(i: Int): Tile
Multiply a constant value from each cell.
Multiply a constant value from each cell.
- Definition Classes
- MultiplyMethods
-
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
-
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
-
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
-
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
-
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
-
def
**:(i: Int): Tile
Pow a constant value by each cell value.
Pow a constant value by each cell value.
- Definition Classes
- PowMethods
-
def
*:(d: Double): Tile
Multiply a double constant value from each cell.
Multiply a double constant value from each cell.
- Definition Classes
- MultiplyMethods
-
def
*:(i: Int): Tile
Multiply a constant value from each cell.
Multiply a constant value from each cell.
- Definition Classes
- MultiplyMethods
-
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
-
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
-
def
+(d: Double): Tile
Add a constant Double value to each cell.
Add a constant Double value to each cell.
- Definition Classes
- AddMethods
-
def
+(i: Int): Tile
Add a constant Int value to each cell.
Add a constant Int value to each cell.
- Definition Classes
- AddMethods
-
def
+:(d: Double): Tile
Add a constant Double value to each cell.
Add a constant Double value to each cell.
- Definition Classes
- AddMethods
-
def
+:(i: Int): Tile
Add a constant Int value to each cell.
Add a constant Int value to each cell.
- Definition Classes
- AddMethods
-
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
-
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
-
def
-(d: Double): Tile
Subtract a double constant value from each cell.
Subtract a double constant value from each cell.
- Definition Classes
- SubtractMethods
-
def
-(i: Int): Tile
Subtract a constant value from each cell.
Subtract a constant value from each cell.
- Definition Classes
- SubtractMethods
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
def
/:(i: Int): Tile
Divide a constant value by each cell value.
Divide a constant value by each cell value.
- Definition Classes
- DivideMethods
-
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
-
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
-
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
-
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.
-
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.
-
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
-
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
-
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
-
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
-
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
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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.
-
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.
-
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
-
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
-
def
^(i: Int): Tile
Xor a constant Int value to each cell.
Xor a constant Int value to each cell.
- Definition Classes
- XorMethods
-
def
^:(i: Int): Tile
Xor a constant Int value to each cell.
Xor a constant Int value to each cell.
- Definition Classes
- XorMethods
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
localAbs(): Tile
Takes the Absolute value of each raster cell value.
Takes the Absolute value of each raster cell value.
- Definition Classes
- LocalMethods
-
def
localAcos(): Tile
Takes the arc cos of each raster cell value.
Takes the arc cos of each raster cell value.
- Definition Classes
- LocalMethods
- Note
Always return a double valued raster.
-
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
-
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
-
def
localAdd(d: Double): Tile
Add a constant Double value to each cell.
Add a constant Double value to each cell.
- Definition Classes
- AddMethods
-
def
localAdd(i: Int): Tile
Add a constant Int value to each cell.
Add a constant Int value to each cell.
- Definition Classes
- AddMethods
-
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
-
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
-
def
localAnd(i: Int): Tile
And a constant Int value to each cell.
And a constant Int value to each cell.
- Definition Classes
- AndMethods
-
def
localAsin(): Tile
Takes the arc sine of each raster cell value.
Takes the arc sine of each raster cell value.
- Definition Classes
- LocalMethods
- Note
Always return a double valued raster.
-
def
localAtan(): Tile
Takes the arc tan of each raster cell value.
Takes the arc tan of each raster cell value.
- Definition Classes
- LocalMethods
- Note
Always return a double valued raster.
-
def
localAtan2(r: Tile): Tile
Takes the Arc Tangent2 This raster holds the y - values, and the parameter holds the x values.
Takes the Arc Tangent2 This raster holds the y - values, and the parameter holds the x values. The arctan is calculated from y / x.
- Definition Classes
- LocalMethods
- Note
A double raster is always returned.
-
def
localCeil(): Tile
Takes the Ceiling of each raster cell value.
Takes the Ceiling of each raster cell value.
- Definition Classes
- LocalMethods
-
def
localCos(): Tile
Takes the Cosine of each raster cell value.
Takes the Cosine of each raster cell value.
- Definition Classes
- LocalMethods
- Note
Always returns a double raster.
-
def
localCosh(): Tile
Takes the hyperboic cosine of each raster cell value.
Takes the hyperboic cosine of each raster cell value.
- Definition Classes
- LocalMethods
- Note
Always returns a double raster.
-
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
-
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
-
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
-
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
-
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
-
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
-
def
localDivideValue(i: Int): Tile
Divide a constant value by each cell value.
Divide a constant value by each cell value.
- Definition Classes
- DivideMethods
-
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
-
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
-
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
-
def
localFloor(): Tile
Takes the Flooring of each raster cell value.
Takes the Flooring of each raster cell value.
- Definition Classes
- LocalMethods
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
def
localIf(r: Tile, cond: (Double, Double) ⇒ Boolean, trueValue: Double, falseValue: Double): Tile
- Definition Classes
- ConditionalMethods
-
def
localIf(r: Tile, cond: (Int, Int) ⇒ Boolean, trueValue: Int, falseValue: Int): Tile
- Definition Classes
- ConditionalMethods
-
def
localIf(r: Tile, cond: (Double, Double) ⇒ Boolean, trueValue: Double): Tile
- Definition Classes
- ConditionalMethods
-
def
localIf(r: Tile, cond: (Int, Int) ⇒ Boolean, trueValue: Int): Tile
- Definition Classes
- ConditionalMethods
-
def
localIf(cond: (Double) ⇒ Boolean, trueValue: Double, falseValue: Double): Tile
- Definition Classes
- ConditionalMethods
-
def
localIf(cond: (Int) ⇒ Boolean, trueValue: Int, falseValue: Int): Tile
- Definition Classes
- ConditionalMethods
-
def
localIf(cond: (Double) ⇒ Boolean, trueValue: Double): Tile
- Definition Classes
- ConditionalMethods
-
def
localIf(cond: (Int) ⇒ Boolean, trueValue: Int): Tile
- Definition Classes
- ConditionalMethods
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
def
localLog(): Tile
Computes the Log of Tile values.
Computes the Log of Tile values.
- Definition Classes
- LocalMethods
-
def
localLog10(): Tile
Computes the Log base 10 of Tile values.
Computes the Log base 10 of Tile values.
- Definition Classes
- LocalMethods
-
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
-
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
-
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
-
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
-
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
-
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
-
def
localMax(d: Double): Tile
Max a constant Double value to each cell.
Max a constant Double value to each cell.
- Definition Classes
- MaxMethods
-
def
localMax(i: Int): Tile
Max a constant Int value to each cell.
Max a constant Int value to each cell.
- Definition Classes
- MaxMethods
-
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
-
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
-
def
localMin(d: Double): Tile
Min a constant Double value to each cell.
Min a constant Double value to each cell.
- Definition Classes
- MinMethods
-
def
localMin(i: Int): Tile
Min a constant Int value to each cell.
Min a constant Int value to each cell.
- Definition Classes
- MinMethods
-
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
-
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
-
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
-
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
-
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
-
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
-
def
localMultiply(d: Double): Tile
Multiply a double constant value from each cell.
Multiply a double constant value from each cell.
- Definition Classes
- MultiplyMethods
-
def
localMultiply(i: Int): Tile
Multiply a constant value from each cell.
Multiply a constant value from each cell.
- Definition Classes
- MultiplyMethods
-
def
localNegate(): Tile
Negate (multiply by -1) each value in a raster.
Negate (multiply by -1) each value in a raster.
- Definition Classes
- LocalMethods
-
def
localNot(): Tile
Bitwise negation of Tile.
Bitwise negation of Tile.
- Definition Classes
- LocalMethods
- Note
NotRaster does not currently support Double raster data. If you use a Tile with a Double CellType (FloatConstantNoDataCellType, DoubleConstantNoDataCellType) the data values will be rounded to integers.
-
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
-
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
-
def
localOr(i: Int): Tile
Or a constant Int value to each cell.
Or a constant Int value to each cell.
- Definition Classes
- OrMethods
-
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
-
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
-
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
-
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
-
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
-
def
localPowValue(i: Int): Tile
Pow a constant value by each cell value.
Pow a constant value by each cell value.
- Definition Classes
- PowMethods
-
def
localRound(): Tile
Round the values of a Tile.
Round the values of a Tile.
- Definition Classes
- LocalMethods
-
def
localSin(): Tile
Takes the sine of each raster cell value.
Takes the sine of each raster cell value.
- Definition Classes
- LocalMethods
- Note
Always returns a double raster.
-
def
localSinh(): Tile
Takes the hyperbolic sine of each raster cell value.
Takes the hyperbolic sine of each raster cell value.
- Definition Classes
- LocalMethods
- Note
Always returns a double raster.
-
def
localSqrt(): Tile
Take the square root each value in a raster.
Take the square root each value in a raster.
- Definition Classes
- LocalMethods
-
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
-
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
-
def
localSubtract(d: Double): Tile
Subtract a double constant value from each cell.
Subtract a double constant value from each cell.
- Definition Classes
- SubtractMethods
-
def
localSubtract(i: Int): Tile
Subtract a constant value from each cell.
Subtract a constant value from each cell.
- Definition Classes
- SubtractMethods
-
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
-
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
-
def
localTan(): Tile
Takes the Tangent of each raster cell value.
Takes the Tangent of each raster cell value.
- Definition Classes
- LocalMethods
- Note
Always returns a double raster.
-
def
localTanh(): Tile
Takes the hyperboic cosine of each raster cell value.
Takes the hyperboic cosine of each raster cell value.
- Definition Classes
- LocalMethods
- Note
Always returns a double raster.
-
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
-
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
-
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
-
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
-
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
-
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
-
def
localXor(i: Int): Tile
Xor a constant Int value to each cell.
Xor a constant Int value to each cell.
- Definition Classes
- XorMethods
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
val
self: Tile
- Definition Classes
- withTileLocalMethods → MethodExtensions
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
unary_-: Tile
Negate (multiply by -1) each value in a raster.
Negate (multiply by -1) each value in a raster.
- Definition Classes
- LocalMethods
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
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
-
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
-
def
|(i: Int): Tile
Or a constant Int value to each cell.
Or a constant Int value to each cell.
- Definition Classes
- OrMethods
-
def
|:(i: Int): Tile
Or a constant Int value to each cell.
Or a constant Int value to each cell.
- Definition Classes
- OrMethods