package
geotiff
Type Members
-
sealed
trait
BandType extends AnyRef
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
trait
GeoTiff extends AnyRef
-
-
-
case class
GeoTiffOptions(storageMethod: StorageMethod = ..., compression: Compression = GeoTiffOptions.DEFAULT.compression) extends Product with Serializable
-
-
-
case class
GeoTiffSegmentLayout(totalCols: Int, totalRows: Int, tileLayout: TileLayout, isTiled: Boolean) extends Product with Serializable
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
sealed abstract
class
StorageMethod extends AnyRef
-
-
case class
Tags(headTags: Map[String, String], bandTags: List[Map[String, String]]) extends Product with Serializable
-
case class
Tiled(blockCols: Int = 256, blockRows: Int = 256) extends StorageMethod with Product with Serializable
-
-
-
-
-
-
-
-
Value Members
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
object
Striped extends StripedStorageMethod
-
object
Tags extends Serializable
-
object
Tiled extends TiledStorageMethod with Serializable
-
-
-
-
-
-
-
Inherited from AnyRef
Inherited from Any