Packages

c

geotrellis.raster.Implicits

withMultibandTileMethods

implicit class withMultibandTileMethods extends MethodExtensions[MultibandTile] with DelayedConversionMultibandTileMethods

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withMultibandTileMethods
  2. DelayedConversionMultibandTileMethods
  3. MethodExtensions
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new withMultibandTileMethods(self: MultibandTile)

Value Members

  1. 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.

  2. val self: MultibandTile