trait LessOrEqualMethods extends MethodExtensions[Tile]
- Alphabetic
- By Inheritance
- LessOrEqualMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
self: Tile
- Definition Classes
- MethodExtensions
Concrete Value Members
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.