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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
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
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val floatRe: Regex
- def getBufferedReader(): BufferedReader
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
loadRaster(): Tile
- Definition Classes
- ReadState
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val noDataValue: Int
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
val
rasterExtent: RasterExtent
- Definition Classes
- AsciiReadState → ReadState
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
target: RasterExtent
- Definition Classes
- AsciiReadState → ReadState
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
translate(tile: MutableArrayTile): Unit
Overwrite this to translate data from source to destination, for example to tranlsate NoData values.
Overwrite this to translate data from source to destination, for example to tranlsate NoData values.
- Attributes
- protected[this]
- Definition Classes
- IntReadState → ReadState
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()