A GeoPackageFeatureTable is a feature table contained within a GeoPackage. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.2 |
Inherits: |
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
Returns the description of the GeoPackageFeatureTable (read-only).
geoPackage : GeoPackage |
Returns the GeoPackage containing this GeoPackageFeatureTable (read-only).
Signal Documentation
Emitted when the description property changes.
Note: The corresponding handler is onDescriptionChanged
.
Emitted when the geoPackage property changes.
Note: The corresponding handler is onGeoPackageChanged
.