GeoPackageFeatureTable Class

  • GeoPackageFeatureTable
  • class Esri::ArcGISRuntime::GeoPackageFeatureTable

    A dataset in a GeoPackage containing features or non-spatial records. More...

    Header: #include <GeoPackageFeatureTable.h>
    Since: Esri::ArcGISRuntime 100.2
    Inherits: Esri::ArcGISRuntime::FeatureTable

    Public Functions

    virtual ~GeoPackageFeatureTable() override
    QString description() const
    Esri::ArcGISRuntime::GeoPackage *geoPackage() const

    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.

    You can query the dataset using attribute or spatial criteria, and if permitted, also edit the data. If the dataset contains geographic features you can display them on a map using a FeatureLayer.

    Relevant samples:

    Member Function Documentation

    [override virtual] GeoPackageFeatureTable::~GeoPackageFeatureTable()

    Destructor.

    QString GeoPackageFeatureTable::description() const

    Returns a description of the GeoPackage feature table.

    Esri::ArcGISRuntime::GeoPackage *GeoPackageFeatureTable::geoPackage() const

    Returns the GeoPackage from which the feature table was loaded.

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

    You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

    Your ArcGIS portal

    Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

    Your ArcGIS Location Platform dashboard

    Manage billing, monitor service usage, and access additional resources.

    Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

    Close