Packages

object SinglebandGeoTiff extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SinglebandGeoTiff
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(byteReader: ByteReader, e: Option[Extent]): SinglebandGeoTiff
  2. def apply(byteReader: ByteReader, e: Extent): SinglebandGeoTiff
  3. def apply(byteReader: ByteReader): SinglebandGeoTiff
  4. def apply(path: String, streaming: Boolean): SinglebandGeoTiff

    Read a single-band GeoTIFF file from the file at the given path.

  5. def apply(path: String, e: Option[Extent]): SinglebandGeoTiff
  6. def apply(path: String, e: Extent): SinglebandGeoTiff
  7. def apply(path: String): SinglebandGeoTiff

    Read a single-band GeoTIFF file from the file at the given path.

    Read a single-band GeoTIFF file from the file at the given path. The GeoTIFF will be fully decompressed and held in memory.

  8. def apply(bytes: Array[Byte], streaming: Boolean): SinglebandGeoTiff

    Read a single-band GeoTIFF file from a byte array.

  9. def apply(bytes: Array[Byte]): SinglebandGeoTiff

    Read a single-band GeoTIFF file from a byte array.

  10. def apply(tile: Tile, extent: Extent, crs: CRS): SinglebandGeoTiff
  11. def streaming(byteReader: ByteReader): SinglebandGeoTiff
  12. def streaming(path: String): SinglebandGeoTiff