GeoPackageRaster

The GeoPackage raster object which is derived from a raster object. A GeoPackageRaster represents GeoPackage images of types PNG or JPEG. Note that a GeoPackage can store multiple raster and tile pyramid datasets in different tables or views in the same container.

Since

200.1.0

Properties

Link copied to clipboard

A description of the GeoPackage raster.

Link copied to clipboard

The GeoPackage from which the raster was loaded.

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.

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.