final class AsciiReadState extends IntReadState
- Alphabetic
- By Inheritance
- AsciiReadState
- IntReadState
- ReadState
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new AsciiReadState(path: String, rasterExtent: RasterExtent, target: RasterExtent, noDataValue: Int)
Value Members
-
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
- AsciiReadState → ReadState
- Annotations
- @inline()
-
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
-
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
- val floatRe: Regex
- def getBufferedReader(): BufferedReader
-
def
getNoDataValue: Int
- Definition Classes
- AsciiReadState → IntReadState
-
def
getType: IntConstantNoDataCellType.type
Defines the type of Raster this ReadState will read.
Defines the type of Raster this ReadState will read.
- Definition Classes
- AsciiReadState → ReadState
-
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
- AsciiReadState → ReadState
- val intRe: Regex
-
def
loadRaster(): Tile
- Definition Classes
- ReadState
- val noDataValue: Int
-
val
rasterExtent: RasterExtent
- Definition Classes
- AsciiReadState → ReadState
-
val
target: RasterExtent
- Definition Classes
- AsciiReadState → ReadState