Packages

t

geotrellis.raster

DelayedConversionTileMethods

trait DelayedConversionTileMethods extends MethodExtensions[Tile]

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DelayedConversionTileMethods
  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: Tile
    Definition Classes
    MethodExtensions

Concrete Value Members

  1. def delayedConversion(cellType: CellType): DelayedConversionTile

    Delays the conversion of this tile's cell type until it produces another Tile.

    Delays the conversion of this tile's cell type until it produces another Tile.

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