Geo Package 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.
Since
200.1.0
Properties
Inherited properties
Raster function in a raster object.
The load status.
An object for inspecting and managing pyramids for this raster. This property is null until the raster is loaded.
Metadata that describes the raster. This property is null by default and is populated when the raster loads.
Inherited functions
Cancels loading metadata for the Loadable object.
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.