Packages

object MultibandGeoTiff extends Serializable

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

Value Members

  1. def apply(raster: Raster[MultibandTile], crs: CRS, options: GeoTiffOptions): MultibandGeoTiff
  2. def apply(raster: Raster[MultibandTile], crs: CRS, tags: Tags): MultibandGeoTiff
  3. def apply(raster: Raster[MultibandTile], crs: CRS): MultibandGeoTiff
  4. def apply(tile: MultibandTile, extent: Extent, crs: CRS, options: GeoTiffOptions): MultibandGeoTiff
  5. def apply(tile: MultibandTile, extent: Extent, crs: CRS, tags: Tags): MultibandGeoTiff
  6. def apply(tile: MultibandTile, extent: Extent, crs: CRS): MultibandGeoTiff
  7. def apply(byteReader: ByteReader, streaming: Boolean): MultibandGeoTiff
  8. def apply(byteReader: ByteReader, e: Option[Extent]): MultibandGeoTiff
  9. def apply(byteReader: ByteReader, e: Extent): MultibandGeoTiff
  10. def apply(byteReader: ByteReader): MultibandGeoTiff
  11. def apply(path: String, streaming: Boolean): MultibandGeoTiff

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

    Read a multi-band GeoTIFF file from the file at the given path. If decompress = true, the GeoTIFF will be fully decompressed and held in memory.

  12. def apply(path: String, e: Option[Extent]): MultibandGeoTiff
  13. def apply(path: String, e: Extent): MultibandGeoTiff
  14. def apply(path: String): MultibandGeoTiff

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

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

  15. def apply(bytes: Array[Byte], streaming: Boolean): MultibandGeoTiff

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

    Read a multi-band GeoTIFF file from a byte array. If decompress = true, the GeoTIFF will be fully uncompressed and held in memory.

  16. def apply(bytes: Array[Byte]): MultibandGeoTiff

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

    Read a multi-band GeoTIFF file from a byte array. GeoTIFF will be fully uncompressed and held in memory.

  17. def streaming(byteReader: ByteReader): MultibandGeoTiff
  18. def streaming(path: String): MultibandGeoTiff