GeoPackageFeatureTable Class

GeoPackage containing features or non-spatial records."> GeoPackageFeatureTable Class | ArcGISQtCpp
  • 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.

    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.