Raster

open class Raster : Loadable

The raster object. This is the raster data source object.

Constructors

Link copied to clipboard
fun Raster(path: String)

Creates a raster with path. The object created is a raster data source object.

Link copied to clipboard
fun Raster(rasterFunction: RasterFunction)

Creates a raster object from raster function. The object created is a raster data source object.

Functions

Link copied to clipboard
open override fun cancelLoad()

Cancels loading metadata for the Loadable object.

Link copied to clipboard
open suspend override fun load(): Result<Unit>

Loads the metadata for the object.

Link copied to clipboard
open suspend override fun retryLoad(): Result<Unit>

Loads or retries loading metadata for the object.

Properties

Link copied to clipboard
val function: RasterFunction?
Link copied to clipboard
open override val loadStatus: StateFlow<LoadStatus>

The load status.

Link copied to clipboard
val path: String?

The path in a raster object.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard