Packages

case class GeoTiffOptions(storageMethod: StorageMethod = ..., compression: Compression = GeoTiffOptions.DEFAULT.compression, colorSpace: Int = GeoTiffOptions.DEFAULT.colorSpace, colorMap: Option[IndexedColorMap] = GeoTiffOptions.DEFAULT.colorMap, interleaveMethod: InterleaveMethod = ..., subfileType: Option[NewSubfileType] = GeoTiffOptions.DEFAULT.subfileType, tiffType: TiffType = GeoTiffOptions.DEFAULT.tiffType) extends Product with Serializable

This case class holds information about how the data is stored in a GeoTiff. If no values are given directly, then the defaults are used.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeoTiffOptions
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GeoTiffOptions(storageMethod: StorageMethod = ..., compression: Compression = GeoTiffOptions.DEFAULT.compression, colorSpace: Int = GeoTiffOptions.DEFAULT.colorSpace, colorMap: Option[IndexedColorMap] = GeoTiffOptions.DEFAULT.colorMap, interleaveMethod: InterleaveMethod = ..., subfileType: Option[NewSubfileType] = GeoTiffOptions.DEFAULT.subfileType, tiffType: TiffType = GeoTiffOptions.DEFAULT.tiffType)

Value Members

  1. val colorMap: Option[IndexedColorMap]
  2. val colorSpace: Int
  3. val compression: Compression
  4. val interleaveMethod: InterleaveMethod
  5. val storageMethod: StorageMethod
  6. val subfileType: Option[NewSubfileType]
  7. val tiffType: TiffType