Packages

object GeoTiffOptions extends Serializable

The companion object to GeoTiffOptions

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

Value Members

  1. val DEFAULT: GeoTiffOptions
  2. def apply(colorMap: IndexedColorMap): GeoTiffOptions

    Creates a new instance of GeoTiffOptions with the given color map.

  3. def apply(compression: Compression): GeoTiffOptions

    Creates a new instance of GeoTiffOptions with the given Compression and the default StorageMethod value

  4. def apply(storageMethod: StorageMethod): GeoTiffOptions

    Creates a new instance of GeoTiffOptions with the given StorageMethod and the default compression value