implicit class withMultibandTilePrototypeMethods extends MultibandTilePrototypeMethods
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- withMultibandTilePrototypeMethods
- MultibandTilePrototypeMethods
- TilePrototypeMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new withMultibandTilePrototypeMethods(self: MultibandTile)
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
-
val
self: MultibandTile
- Definition Classes
- withMultibandTilePrototypeMethods → MethodExtensions