Packages

trait ReadState extends AnyRef

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReadState
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def getType: CellType

    Defines the type of Raster this ReadState will read.

  2. abstract val rasterExtent: RasterExtent
  3. abstract val target: RasterExtent

Concrete Value Members

  1. def createTile(cols: Int, rows: Int): MutableArrayTile

    Creates the Tile of the resampled Raster.

    Creates the Tile of the resampled Raster. By default creates an ArrayTile of the type defined by getType.

  2. def destroy(): Unit

    Called for cleanup after the ReadState is no longer used.

  3. def loadRaster(): Tile