implicit class withMultibandTileMethods extends MethodExtensions[MultibandTile] with DelayedConversionMultibandTileMethods
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- withMultibandTileMethods
- DelayedConversionMultibandTileMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new withMultibandTileMethods(self: MultibandTile)
Value Members
-
def
delayedConversion(cellType: CellType): DelayedConversionMultibandTile
Delays the conversion of this tile's cell type until it produces another Tile or MulitbandTile.
Delays the conversion of this tile's cell type until it produces another Tile or MulitbandTile.
- cellType
The target cell type of a future map or combine operation.
- Definition Classes
- DelayedConversionMultibandTileMethods
- Note
This only has an affect for the result tiles of a combine or map operation. This will always produce an ArrayMultibandTile.
-
val
self: MultibandTile
- Definition Classes
- withMultibandTileMethods → MethodExtensions