object GDALDataset extends Serializable

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

Type Members

  1. sealed trait DatasetType extends AnyRef

    ADTs to encode the Dataset source type.

Value Members

  1. def apply(uri: String): GDALDataset
  2. def apply(uri: String, options: Array[String]): GDALDataset
  3. object SOURCE extends DatasetType with Product with Serializable

    SOURCE allows to access the source dataset of the warped dataset.

  4. object WARPED extends DatasetType with Product with Serializable

    WARPED allows to access the warped dataset.