MosaicDatasetRaster

The mosaic dataset object which is derived from a raster object.

Since

200.1.0

Constructors

Link copied to clipboard
constructor(databasePath: String, name: String)

Creates a mosaic dataset raster.

Types

Link copied to clipboard
object Companion

Inherited properties

Link copied to clipboard

Raster function in a raster object.

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.

Link copied to clipboard

An object for inspecting and managing pyramids for this raster. This property is null until the raster is loaded.

Link copied to clipboard

Metadata that describes the raster. This property is null by default and is populated when the raster loads.

Functions

Link copied to clipboard
suspend fun addRasters(parameters: AddRastersParameters): Result<Unit>

Adds rasters to mosaic dataset raster.

Inherited functions

Link copied to clipboard
open override fun cancelLoad()

Cancels loading metadata for the Loadable object.

Link copied to clipboard
open override fun close()

Closes the raster and releases resources. Before closing a raster, remove any objects that reference it, such as a RasterLayer in a map or scene. After a raster is closed, it can no longer be used, and attempts to access it may result in an error.

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.