GeoPackageRaster QML Type
A GeoPackageRaster is a raster contained within a GeoPackage. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.2 |
Inherits: |
- List of all members, including inherited members
- GeoPackageRaster is part of QML Type List.
Properties
- description : string
- geoPackage : GeoPackage
Signals
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
See also Loadable and GeoPackage.
Property Documentation
[read-only] description : string |
Returns the description of the GeoPackageRaster (read-only).
[read-only] geoPackage : GeoPackage |
Returns the GeoPackage containing this GeoPackageRaster (read-only).
Signal Documentation
descriptionChanged() |
Emitted when the description property changes.
Note: The corresponding handler is onDescriptionChanged
.
geoPackageChanged() |
Emitted when the geoPackage property changes.
Note: The corresponding handler is onGeoPackageChanged
.