object MultibandGeoTiff extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MultibandGeoTiff
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def apply(raster: Raster[MultibandTile], crs: CRS, options: GeoTiffOptions): MultibandGeoTiff
- def apply(raster: Raster[MultibandTile], crs: CRS, tags: Tags): MultibandGeoTiff
- def apply(raster: Raster[MultibandTile], crs: CRS): MultibandGeoTiff
- def apply(tile: MultibandTile, extent: Extent, crs: CRS, options: GeoTiffOptions): MultibandGeoTiff
- def apply(tile: MultibandTile, extent: Extent, crs: CRS, tags: Tags): MultibandGeoTiff
- def apply(tile: MultibandTile, extent: Extent, crs: CRS): MultibandGeoTiff
- def apply(byteReader: ByteReader, streaming: Boolean): MultibandGeoTiff
- def apply(byteReader: ByteReader, e: Option[Extent]): MultibandGeoTiff
- def apply(byteReader: ByteReader, e: Extent): MultibandGeoTiff
- def apply(byteReader: ByteReader): MultibandGeoTiff
-
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.
- def apply(path: String, e: Option[Extent]): MultibandGeoTiff
- def apply(path: String, e: Extent): MultibandGeoTiff
-
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.
-
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.
-
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.
- def streaming(byteReader: ByteReader): MultibandGeoTiff
- def streaming(path: String): MultibandGeoTiff