object SinglebandGeoTiff extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SinglebandGeoTiff
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def apply(byteReader: ByteReader, e: Option[Extent]): SinglebandGeoTiff
- def apply(byteReader: ByteReader, e: Extent): SinglebandGeoTiff
- def apply(byteReader: ByteReader): SinglebandGeoTiff
-
def
apply(path: String, streaming: Boolean): SinglebandGeoTiff
Read a single-band GeoTIFF file from the file at the given path.
- def apply(path: String, e: Option[Extent]): SinglebandGeoTiff
- def apply(path: String, e: Extent): SinglebandGeoTiff
-
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.
-
def
apply(bytes: Array[Byte], streaming: Boolean): SinglebandGeoTiff
Read a single-band GeoTIFF file from a byte array.
-
def
apply(bytes: Array[Byte]): SinglebandGeoTiff
Read a single-band GeoTIFF file from a byte array.
- def apply(tile: Tile, extent: Extent, crs: CRS): SinglebandGeoTiff
- def streaming(byteReader: ByteReader): SinglebandGeoTiff
- def streaming(path: String): SinglebandGeoTiff