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. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(raster: Raster[MultibandTile], crs: CRS, options: GeoTiffOptions): MultibandGeoTiff
  5. def apply(raster: Raster[MultibandTile], crs: CRS, tags: Tags): MultibandGeoTiff
  6. def apply(raster: Raster[MultibandTile], crs: CRS): MultibandGeoTiff
  7. def apply(tile: MultibandTile, extent: Extent, crs: CRS, options: GeoTiffOptions): MultibandGeoTiff
  8. def apply(tile: MultibandTile, extent: Extent, crs: CRS, tags: Tags): MultibandGeoTiff
  9. def apply(tile: MultibandTile, extent: Extent, crs: CRS): MultibandGeoTiff
  10. def apply(byteReader: ByteReader, streaming: Boolean): MultibandGeoTiff
  11. def apply(byteReader: ByteReader, e: Option[Extent]): MultibandGeoTiff
  12. def apply(byteReader: ByteReader, e: Extent): MultibandGeoTiff
  13. def apply(byteReader: ByteReader): MultibandGeoTiff
  14. 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.

  15. def apply(path: String, e: Option[Extent]): MultibandGeoTiff
  16. def apply(path: String, e: Extent): MultibandGeoTiff
  17. 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.

  18. 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.

  19. 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.

  20. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  21. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def streaming(byteReader: ByteReader): MultibandGeoTiff
  32. def streaming(path: String): MultibandGeoTiff
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped