Packages

t

geotrellis.raster.io.ascii

IntReadState

trait IntReadState extends ReadState

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

Abstract Value Members

  1. abstract def getNoDataValue: Int
  2. abstract def getType: CellType

    Defines the type of Raster this ReadState will read.

    Defines the type of Raster this ReadState will read.

    Definition Classes
    ReadState
  3. abstract val rasterExtent: RasterExtent
    Definition Classes
    ReadState
  4. abstract val target: RasterExtent
    Definition Classes
    ReadState

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.

    Definition Classes
    ReadState
  2. def destroy(): Unit

    Called for cleanup after the ReadState is no longer used.

    Called for cleanup after the ReadState is no longer used.

    Definition Classes
    ReadState
  3. def loadRaster(): Tile
    Definition Classes
    ReadState