implicit class withSinglebandTilePrototypeMethods extends SinglebandTilePrototypeMethods
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- withSinglebandTilePrototypeMethods
- SinglebandTilePrototypeMethods
- TilePrototypeMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
prototype(cols: Int, rows: Int): MutableArrayTile
Given numbers of columns and rows, produce a new ArrayTile of the given size and the same band count as the calling object.
Given numbers of columns and rows, produce a new ArrayTile of the given size and the same band count as the calling object.
- Definition Classes
- SinglebandTilePrototypeMethods → TilePrototypeMethods
-
def
prototype(cellType: CellType, cols: Int, rows: Int): MutableArrayTile
Given a CellType and numbers of columns and rows, produce a new ArrayTile of the given size and the same band count as the calling object.
Given a CellType and numbers of columns and rows, produce a new ArrayTile of the given size and the same band count as the calling object.
- Definition Classes
- SinglebandTilePrototypeMethods → TilePrototypeMethods
-
val
self: Tile
- Definition Classes
- withSinglebandTilePrototypeMethods → MethodExtensions