Packages

c

geotrellis.raster.Implicits

withTileMethods

implicit class withTileMethods extends MethodExtensions[Tile] with DelayedConversionTileMethods

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withTileMethods
  2. DelayedConversionTileMethods
  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 withTileMethods(self: Tile)

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.

    Definition Classes
    DelayedConversionTileMethods
    Note

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

  2. val self: Tile
    Definition Classes
    withTileMethodsMethodExtensions