trait MultibandTilePrototypeMethods extends TilePrototypeMethods[MultibandTile]
Ordering
- Alphabetic
- By Inheritance
Inherited
- MultibandTilePrototypeMethods
- TilePrototypeMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
self: MultibandTile
- Definition Classes
- MethodExtensions
Concrete Value Members
-
def
prototype(cols: Int, rows: Int): ArrayMultibandTile
Given numbers of columns and rows, produce a new ArrayMultibandTile of the given size and the same band count as the calling object.
Given numbers of columns and rows, produce a new ArrayMultibandTile of the given size and the same band count as the calling object.
- Definition Classes
- MultibandTilePrototypeMethods → TilePrototypeMethods
-
def
prototype(cellType: CellType, cols: Int, rows: Int): ArrayMultibandTile
Given a CellType and numbers of columns and rows, produce a new ArrayMultibandTile 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 ArrayMultibandTile of the given size and the same band count as the calling object.
- Definition Classes
- MultibandTilePrototypeMethods → TilePrototypeMethods