object GDALDataset extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GDALDataset
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
sealed
trait
DatasetType extends AnyRef
ADTs to encode the Dataset source type.
Value Members
- def apply(uri: String): GDALDataset
- def apply(uri: String, options: Array[String]): GDALDataset
-
object
SOURCE extends DatasetType with Product with Serializable
SOURCE allows to access the source dataset of the warped dataset.
-
object
WARPED extends DatasetType with Product with Serializable
WARPED allows to access the warped dataset.