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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- 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.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def streaming(byteReader: ByteReader): MultibandGeoTiff
- def streaming(path: String): MultibandGeoTiff
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()