Packages

t

geotrellis.raster

DelayedConversionMultibandTileMethods

trait DelayedConversionMultibandTileMethods extends MethodExtensions[MultibandTile]

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DelayedConversionMultibandTileMethods
  2. MethodExtensions
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def self: MultibandTile
    Definition Classes
    MethodExtensions

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

    Note

    This only has an affect for the result tiles of a combine or map operation. This will always produce an ArrayMultibandTile.