GeoPackageRaster

class GeoPackageRaster : Raster

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.

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 description: String

A description of the GeoPackage raster.

Link copied to clipboard
val function: RasterFunction?
Link copied to clipboard
val geoPackage: GeoPackage?
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.