GeoPackageFeatureTable QML Type

GeoPackage."> GeoPackageFeatureTable QML Type | ArcGISQtQml
  • Esri.ArcGISRuntime
  • GeoPackageFeatureTable
  • A GeoPackageFeatureTable is a feature table contained within a GeoPackage. More...

    Import Statement: import Esri.ArcGISRuntime
    Since: Esri.ArcGISRuntime 100.2
    Inherits:

    FeatureTable

    Properties

    Signals

    Detailed Description

    A GeoPackageFeatureTable supports core GeoPackage geometry types and represents them as Point, Multipoint, Polyline, or Polygon. The GeoPackage specification supports a geometry collection type (storing a variety of core geometry types in a single table). For these tables, the first geometry type found in the collection is rendered. All features can be queried in the table regardless the geometry type displayed.

    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 GeoPackageFeatureTable (read-only).


    [read-only] geoPackage : GeoPackage

    Returns the GeoPackage containing this GeoPackageFeatureTable (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.


    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.