GeoPackageFeatureTable Class
A GeoPackageFeatureTable is a feature table contained within a GeoPackage. 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. All features can be queried in the table regardless the geometry type displayed.
See also GeoPackage.
Member Function Documentation
[override virtual]
GeoPackageFeatureTable::~GeoPackageFeatureTable ()
Destructor.
QString GeoPackageFeatureTable::description() const
Returns the description of the GeoPackageFeatureTable.
Esri::ArcGISRuntime::GeoPackage *GeoPackageFeatureTable::geoPackage () const
Returns the GeoPackage containing this GeoPackageFeatureTable.