trait GreaterOrEqualTileCollectionMethods[K] extends MethodExtensions[Seq[(K, Tile)]]
- Alphabetic
- By Inheritance
- GreaterOrEqualTileCollectionMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
self: Seq[(K, Tile)]
- Definition Classes
- MethodExtensions
Concrete Value Members
-
def
>=(other: Seq[(K, Tile)]): Seq[(K, Tile)]
Returns a TileLayerSeq 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.
-
def
>=(d: Double): Seq[(K, Tile)]
Returns a TileLayerRDD 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.
-
def
>=(i: Int): Seq[(K, Tile)]
Returns a TileLayerRDD 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.
-
def
>=:(d: Double): Seq[(K, Tile)]
Returns a TileLayerRDD 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.
-
def
>=:(i: Int): Seq[(K, Tile)]
Returns a TileLayerRDD 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.
-
def
localGreaterOrEqual(other: Seq[(K, Tile)]): Seq[(K, Tile)]
Returns a TileLayerRDD 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.
-
def
localGreaterOrEqual(d: Double): Seq[(K, Tile)]
Returns a TileLayerRDD 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.
-
def
localGreaterOrEqual(i: Int): Seq[(K, Tile)]
Returns a TileLayerRDD 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.
-
def
localGreaterOrEqualRightAssociative(d: Double): Seq[(K, Tile)]
Returns a TileLayerRDD 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.
-
def
localGreaterOrEqualRightAssociative(i: Int): Seq[(K, Tile)]
Returns a TileLayerRDD 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.