Packages

object ArgReader

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

Value Members

  1. final def read(path: String, cellType: CellType, rasterExtent: RasterExtent, targetExtent: RasterExtent): Tile
  2. final def read(path: String, cellType: CellType, cols: Int, rows: Int): Tile
  3. final def read(path: String, targetRasterExtent: RasterExtent): SinglebandRaster

    Reads an arg from the json metadata file.

  4. final def read(path: String): SinglebandRaster

    Reads an arg from the json metadata file.

  5. final def resampleBytes(bytes: Array[Byte], cellType: CellType, re: RasterExtent, targetRe: RasterExtent): Tile