| addFeature(const Feature &f, QString *error=nullptr) | openswmmvis::feature::FeatureStore | |
| addField(const FieldDef &f, QString *error=nullptr) | openswmmvis::feature::FeatureStore | |
| allFeatures() const | openswmmvis::feature::FeatureStore | |
| attach(GDALDataset *ds, OGRLayer *layer, const QString &gpkgPath, const QString &table) | openswmmvis::feature::FeatureStore | |
| close() | openswmmvis::feature::FeatureStore | |
| count() const | openswmmvis::feature::FeatureStore | |
| createTable(const QString &gpkgPath, const QString &table, GeometryType type, bool hasZ, const Schema &schema, const QString &srsWkt, QString *error=nullptr) | openswmmvis::feature::FeatureStore | static |
| dropTable(const QString &gpkgPath, const QString &table, QString *error=nullptr) | openswmmvis::feature::FeatureStore | static |
| ensureGeoPackage(const QString &gpkgPath, QString *error=nullptr) | openswmmvis::feature::FeatureStore | static |
| feature(FeatureId id, Feature &out) const | openswmmvis::feature::FeatureStore | |
| featureIds() const | openswmmvis::feature::FeatureStore | |
| FeatureStore() | openswmmvis::feature::FeatureStore | |
| FeatureStore(const FeatureStore &)=delete | openswmmvis::feature::FeatureStore | |
| flush() | openswmmvis::feature::FeatureStore | |
| geometryType() const | openswmmvis::feature::FeatureStore | |
| gpkgPath() const | openswmmvis::feature::FeatureStore | inline |
| hasZ() const | openswmmvis::feature::FeatureStore | |
| isOpen() const | openswmmvis::feature::FeatureStore | inline |
| open(const QString &gpkgPath, const QString &table, QString *error=nullptr) | openswmmvis::feature::FeatureStore | |
| operator=(const FeatureStore &)=delete | openswmmvis::feature::FeatureStore | |
| removeFeature(FeatureId id, QString *error=nullptr) | openswmmvis::feature::FeatureStore | |
| removeField(const QString &name, QString *error=nullptr) | openswmmvis::feature::FeatureStore | |
| schema() const | openswmmvis::feature::FeatureStore | |
| setAttributes(FeatureId id, const QVariantMap &attrs, QString *error=nullptr) | openswmmvis::feature::FeatureStore | |
| setFeature(FeatureId id, const Feature &f, QString *error=nullptr) | openswmmvis::feature::FeatureStore | |
| setGeometry(FeatureId id, const FeatureGeometry &g, QString *error=nullptr) | openswmmvis::feature::FeatureStore | |
| srsWkt() const | openswmmvis::feature::FeatureStore | |
| tableExists(const QString &gpkgPath, const QString &table) | openswmmvis::feature::FeatureStore | static |
| tableName() const | openswmmvis::feature::FeatureStore | inline |
| tables(const QString &gpkgPath) | openswmmvis::feature::FeatureStore | static |
| uniqueTableName(const QString &gpkgPath, const QString &desired) | openswmmvis::feature::FeatureStore | static |
| ~FeatureStore() | openswmmvis::feature::FeatureStore | |