Packages

c

geotrellis.raster.io.ascii

AsciiReadState

final class AsciiReadState extends IntReadState

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

Instance Constructors

  1. new AsciiReadState(path: String, rasterExtent: RasterExtent, target: RasterExtent, noDataValue: Int)

Value Members

  1. def assignFromSource(sourceIndex: Int, dest: MutableArrayTile, destIndex: Int): Unit

    Assign an indexed source value to the destination RasterData at the specified index.

    Assign an indexed source value to the destination RasterData at the specified index.

    Definition Classes
    AsciiReadStateReadState
    Annotations
    @inline()
  2. 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
  3. 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
  4. val floatRe: Regex
  5. def getBufferedReader(): BufferedReader
  6. def getNoDataValue: Int
    Definition Classes
    AsciiReadStateIntReadState
  7. def getType: IntConstantNoDataCellType.type

    Defines the type of Raster this ReadState will read.

    Defines the type of Raster this ReadState will read.

    Definition Classes
    AsciiReadStateReadState
  8. def initSource(pos: Int, size: Int): Unit

    This function is called to initialize the source data in preperation for resampling and assigning into the destination RasterData.

    This function is called to initialize the source data in preperation for resampling and assigning into the destination RasterData.

    Definition Classes
    AsciiReadStateReadState
  9. val intRe: Regex
  10. def loadRaster(): Tile
    Definition Classes
    ReadState
  11. val noDataValue: Int
  12. val rasterExtent: RasterExtent
    Definition Classes
    AsciiReadStateReadState
  13. val target: RasterExtent
    Definition Classes
    AsciiReadStateReadState