class AsciiReader extends FileReader
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AsciiReader
- FileReader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
val
path: String
- Definition Classes
- FileReader
-
def
readCache(bytes: Array[Byte], cellType: CellType, rasterExtent: RasterExtent, targetExtent: RasterExtent): Tile
- Definition Classes
- FileReader
-
def
readCache(bytes: Array[Byte], cellType: CellType, rasterExtent: RasterExtent, targetExtent: Option[RasterExtent]): Tile
- Definition Classes
- FileReader
-
def
readPath(cellType: CellType, rasterExtent: RasterExtent, target: RasterExtent): Tile
- Definition Classes
- FileReader
-
def
readPath(cellType: CellType, rasterExtent: RasterExtent, targetExtent: Option[RasterExtent]): Tile
- Definition Classes
- FileReader
-
def
readStateFromCache(b: Array[Byte], cellType: CellType, rasterExtent: RasterExtent, targetExtent: RasterExtent): Nothing
- Definition Classes
- AsciiReader → FileReader
-
def
readStateFromPath(cellType: CellType, rasterExtent: RasterExtent, targetExtent: RasterExtent): ReadState
- Definition Classes
- AsciiReader → FileReader