Packages

class AsciiReader extends FileReader

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AsciiReader
  2. FileReader
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AsciiReader(path: String, noDataValue: Int)

Value Members

  1. val path: String
    Definition Classes
    FileReader
  2. def readCache(bytes: Array[Byte], cellType: CellType, rasterExtent: RasterExtent, targetExtent: RasterExtent): Tile
    Definition Classes
    FileReader
  3. def readCache(bytes: Array[Byte], cellType: CellType, rasterExtent: RasterExtent, targetExtent: Option[RasterExtent]): Tile
    Definition Classes
    FileReader
  4. def readPath(cellType: CellType, rasterExtent: RasterExtent, target: RasterExtent): Tile
    Definition Classes
    FileReader
  5. def readPath(cellType: CellType, rasterExtent: RasterExtent, targetExtent: Option[RasterExtent]): Tile
    Definition Classes
    FileReader
  6. def readStateFromCache(b: Array[Byte], cellType: CellType, rasterExtent: RasterExtent, targetExtent: RasterExtent): Nothing
    Definition Classes
    AsciiReaderFileReader
  7. def readStateFromPath(cellType: CellType, rasterExtent: RasterExtent, targetExtent: RasterExtent): ReadState
    Definition Classes
    AsciiReaderFileReader