DatasetSchema

interface DatasetSchema

Represents the configuration for a data source.

Properties

Link copied to clipboard
abstract val band: Int

Color band index where the dataset is located in the indexed image data.

Link copied to clipboard
abstract val bounds: CoordinateBounds?

The geographical coordinate bounds of the dataset.

Link copied to clipboard
abstract val column: Int?

The column index of the dataset in the indexed image data.

Link copied to clipboard
abstract val dataMax: Double

The maximum value for the dataset.

Link copied to clipboard
abstract val dataMin: Double

The minimum value for the dataset.

Link copied to clipboard
abstract val id: String

Unique identifier for the data source.

Link copied to clipboard
abstract val layout: String?

Describes how the time interval data is laid out in the indexed image data.

Link copied to clipboard
abstract val noData: Double

The no data value for the dataset.

Link copied to clipboard
abstract val row: Int?

The row index of the dataset in the indexed image data.

Link copied to clipboard
abstract val validTimes: Array<Date>

An array of valid times for the dataset as either a Date or ISO 8601 string.