|
QGIS API Documentation
master-6227475
|
This class caches features of a given QgsVectorLayer. More...
#include <qgsvectorlayercache.h>
Collaboration diagram for QgsVectorLayerCache:Classes | |
| class | QgsCachedFeature |
| This is a wrapper class around a cached QgsFeature, which will inform the cache, when it has been deleted, so indexes can be updated that the wrapped feature needs to be fetched again if needed. More... | |
Signals | |
| void | cachedLayerDeleted () |
| Is emitted when the cached layer is deleted. | |
| void | finished () |
| When filling the cache, this signal gets emitted once the cache is fully initialized. | |
| void | progress (int i, bool &cancel) |
| When filling the cache, this signal gets emitted periodically to notify about the progress and to be able to cancel an operation. | |
Public Member Functions | |
| QgsVectorLayerCache (QgsVectorLayer *layer, int cacheSize, QObject *parent=NULL) | |
| void | addCacheIndex (QgsAbstractCacheIndex *cacheIndex) |
| Adds a QgsAbstractCacheIndex to this cache. | |
| int | cacheSize () |
| Returns the maximum number of features this cache will hold. | |
| bool | featureAtId (QgsFeatureId featureId, QgsFeature &feature, bool skipCache=false) |
| Gets the feature at the given feature id. | |
| QgsFeatureIterator | getFeatures (const QgsFeatureRequest &featureRequest) |
| Query this VectorLayerCache for features. | |
| bool | isFidCached (const QgsFeatureId fid) |
| Check if a certain feature id is cached. | |
| QgsVectorLayer * | layer () |
| Returns the layer to which this cache belongs. | |
| bool | removeCachedFeature (QgsFeatureId fid) |
| Removes the feature identified by fid from the cache if present. | |
| void | setCacheAddedAttributes (bool cacheAddedAttributes) |
| If this is enabled, the subset of cached attributes will automatically be extended to also include newly added attributes. | |
| void | setCacheGeometry (bool cacheGeometry) |
| Enable or disable the caching of geometries. | |
| void | setCacheSize (int cacheSize) |
| Sets the maximum number of features to keep in the cache. | |
| void | setCacheSubsetOfAttributes (const QgsAttributeList &attributes) |
| Set the subset of attributes to be cached. | |
| void | setFullCache (bool fullCache) |
| This enables or disables full caching. | |
Protected Member Functions | |
| bool | checkInformationCovered (const QgsFeatureRequest &featureRequest) |
| Checks if the information required to complete the request is cached. | |
| void | featureRemoved (QgsFeatureId fid) |
| Gets called, whenever a feature has been removed. | |
| void | requestCompleted (QgsFeatureRequest featureRequest, QgsFeatureIds fids) |
| Gets called, whenever the full list of feature ids for a certain request is known. | |
Private Slots | |
| void | attributeAdded (int field) |
| void | attributeDeleted (int field) |
| void | attributeValueChanged (QgsFeatureId fid, int field, const QVariant &value) |
| void | featureAdded (QgsFeatureId fid) |
| void | featureDeleted (QgsFeatureId fid) |
| void | geometryChanged (QgsFeatureId fid, QgsGeometry &geom) |
| void | layerDeleted () |
| void | updatedFields () |
Private Member Functions | |
| void | cacheFeature (QgsFeature &feat) |
Private Attributes | |
| QCache< QgsFeatureId, QgsCachedFeature > | mCache |
| QgsAttributeList | mCachedAttributes |
| bool | mCacheGeometry |
| QList< QgsAbstractCacheIndex * > | mCacheIndices |
| bool | mFullCache |
| QgsVectorLayer * | mLayer |
Friends | |
| class | QgsCachedFeature |
| class | QgsCachedFeatureIterator |
| class | QgsCachedFeatureWriterIterator |
This class caches features of a given QgsVectorLayer.
The cached features can be indexed by QgsAbstractCacheIndex.
Proper indexing for a given use-case may speed up performance substantially.
Definition at line 38 of file qgsvectorlayercache.h.
| QgsVectorLayerCache::QgsVectorLayerCache | ( | QgsVectorLayer * | layer, |
| int | cacheSize, | ||
| QObject * | parent = NULL |
||
| ) |
Definition at line 22 of file qgsvectorlayercache.cpp.
References attributeDeleted(), attributeValueChanged(), featureAdded(), featureDeleted(), layerDeleted(), mCache, mLayer, QgsVectorLayer::pendingAllAttributesList(), setCacheAddedAttributes(), setCacheGeometry(), setCacheSubsetOfAttributes(), and updatedFields().
| void QgsVectorLayerCache::addCacheIndex | ( | QgsAbstractCacheIndex * | cacheIndex | ) |
Adds a QgsAbstractCacheIndex to this cache.
Cache indices know about features present in this cache and decide, if enough information is present in the cache to respond to a QgsFeatureRequest.
| cacheIndex | The cache index to add. |
Definition at line 110 of file qgsvectorlayercache.cpp.
References mCacheIndices.
| void QgsVectorLayerCache::attributeAdded | ( | int | field | ) | [private, slot] |
Definition at line 215 of file qgsvectorlayercache.cpp.
References mCache, and mCachedAttributes.
Referenced by setCacheAddedAttributes().
| void QgsVectorLayerCache::attributeDeleted | ( | int | field | ) | [private, slot] |
Definition at line 222 of file qgsvectorlayercache.cpp.
References mCache.
Referenced by QgsVectorLayerCache().
| void QgsVectorLayerCache::attributeValueChanged | ( | QgsFeatureId | fid, |
| int | field, | ||
| const QVariant & | value | ||
| ) | [private, slot] |
Definition at line 186 of file qgsvectorlayercache.cpp.
References mCache, QgsVectorLayerCache::QgsCachedFeature::mFeature, and QgsFeature::setAttribute().
Referenced by QgsVectorLayerCache().
| void QgsVectorLayerCache::cachedLayerDeleted | ( | ) | [signal] |
Is emitted when the cached layer is deleted.
Is emitted when the cached layers layerDelete() signal is being emitted, but before the local reference to it has been set to NULL. So call to layer() will still return a valid pointer for cleanup purpose.
Referenced by layerDeleted().
| void QgsVectorLayerCache::cacheFeature | ( | QgsFeature & | feat | ) | [inline, private] |
Definition at line 251 of file qgsvectorlayercache.h.
References QgsFeature::id(), mCache, and QgsCachedFeature.
Referenced by featureAtId(), and QgsCachedFeatureWriterIterator::nextFeature().
| int QgsVectorLayerCache::cacheSize | ( | ) |
Returns the maximum number of features this cache will hold.
In case full caching is enabled, this number can change, as new features get added.
Definition at line 46 of file qgsvectorlayercache.cpp.
References mCache.
Referenced by featureAdded().
| bool QgsVectorLayerCache::checkInformationCovered | ( | const QgsFeatureRequest & | featureRequest | ) | [protected] |
Checks if the information required to complete the request is cached.
i.e. If all attributes required and the geometry is held in the cache. Please note, that this does not check, if the requested features are cached.
| featureRequest | The QgsFeatureRequest to be answered |
Definition at line 300 of file qgsvectorlayercache.cpp.
References QgsFeatureRequest::flags(), mCachedAttributes, mCacheGeometry, mLayer, QgsFeatureRequest::NoGeometry, QgsVectorLayer::pendingAllAttributesList(), QgsFeatureRequest::SubsetOfAttributes, and QgsFeatureRequest::subsetOfAttributes().
Referenced by getFeatures().
| void QgsVectorLayerCache::featureAdded | ( | QgsFeatureId | fid | ) | [private, slot] |
Definition at line 201 of file qgsvectorlayercache.cpp.
References cacheSize(), featureAtId(), QgsVectorLayer::featureCount(), mFullCache, mLayer, and setCacheSize().
Referenced by QgsVectorLayerCache().
| bool QgsVectorLayerCache::featureAtId | ( | QgsFeatureId | featureId, |
| QgsFeature & | feature, | ||
| bool | skipCache = false |
||
| ) |
Gets the feature at the given feature id.
Considers the changed, added, deleted and permanent features
| featureId | The id of the feature to query |
| feature | The result of the operation will be written to this feature |
| skipCache | Will query the layer regardless if the feature is in the cache already |
Definition at line 127 of file qgsvectorlayercache.cpp.
References cacheFeature(), QgsVectorLayerCache::QgsCachedFeature::feature(), QgsVectorLayer::getFeatures(), mCache, mCachedAttributes, mCacheGeometry, mLayer, QgsFeatureIterator::nextFeature(), and QgsFeatureRequest::NoGeometry.
Referenced by QgsFeatureListModel::data(), featureAdded(), QgsFeatureListModel::featureByIndex(), QgsAttributeTableModel::loadFeatureAtId(), and QgsDualView::saveEditChanges().
| void QgsVectorLayerCache::featureDeleted | ( | QgsFeatureId | fid | ) | [private, slot] |
Definition at line 196 of file qgsvectorlayercache.cpp.
References mCache.
Referenced by QgsVectorLayerCache().
| void QgsVectorLayerCache::featureRemoved | ( | QgsFeatureId | fid | ) | [protected] |
Gets called, whenever a feature has been removed.
Broadcasts this information to indices, so they can invalidate their cache if required.
| fid | The feature id of the removed feature. |
Definition at line 178 of file qgsvectorlayercache.cpp.
References QgsAbstractCacheIndex::flushFeature(), and mCacheIndices.
| void QgsVectorLayerCache::finished | ( | ) | [signal] |
When filling the cache, this signal gets emitted once the cache is fully initialized.
Referenced by setFullCache().
| void QgsVectorLayerCache::geometryChanged | ( | QgsFeatureId | fid, |
| QgsGeometry & | geom | ||
| ) | [private, slot] |
Definition at line 230 of file qgsvectorlayercache.cpp.
References mCache, QgsVectorLayerCache::QgsCachedFeature::mFeature, and QgsFeature::setGeometry().
Referenced by setCacheGeometry().
| QgsFeatureIterator QgsVectorLayerCache::getFeatures | ( | const QgsFeatureRequest & | featureRequest | ) |
Query this VectorLayerCache for features.
If the VectorLayerCache (and moreover any of its indices) is able to satisfy the request, the returned QgsFeatureIterator will iterate over cached features. If it's not possible to fully satisfy the request from the cache, part or all of the features will be requested from the data provider.
| featureRequest | The request specifying filter and required data. |
Definition at line 251 of file qgsvectorlayercache.cpp.
References checkInformationCovered(), QgsVectorLayer::dataProvider(), QgsFeatureRequest::flags(), QgsAbstractCacheIndex::getCacheIterator(), QgsVectorLayer::getFeatures(), QgsVectorLayer::hasGeometryType(), mCachedAttributes, mCacheGeometry, mCacheIndices, mLayer, QgsCachedFeatureWriterIterator, QgsAbstractFeatureIterator::QgsFeatureIterator, QgsFeatureRequest::setFlags(), QgsFeatureRequest::setSubsetOfAttributes(), and QgsFeatureRequest::subsetOfAttributes().
Referenced by QgsAttributeTableFilterModel::generateListOfVisibleFeatures(), QgsAttributeTableModel::loadLayer(), QgsAttributeTableModel::prefetchColumnData(), and setFullCache().
| bool QgsVectorLayerCache::isFidCached | ( | const QgsFeatureId | fid | ) |
Check if a certain feature id is cached.
| fid | The feature id to look for |
Definition at line 295 of file qgsvectorlayercache.cpp.
References mCache.
Referenced by QgsCacheIndexFeatureId::getCacheIterator().
Returns the layer to which this cache belongs.
Definition at line 161 of file qgsvectorlayercache.cpp.
References mLayer.
Referenced by QgsDualView::columnBoxInit(), QgsDualView::on_mFeatureList_currentEditSelectionChanged(), QgsDualView::previewExpressionBuilder(), QgsDualView::previewExpressionChanged(), QgsAttributeTableModel::QgsAttributeTableModel(), QgsCachedFeatureWriterIterator::QgsCachedFeatureWriterIterator(), QgsDualView::saveEditChanges(), QgsAttributeTableView::setCanvasAndLayerCache(), QgsFeatureListView::setModel(), and QgsDualView::viewWillShowContextMenu().
| void QgsVectorLayerCache::layerDeleted | ( | ) | [private, slot] |
Definition at line 240 of file qgsvectorlayercache.cpp.
References cachedLayerDeleted(), and mLayer.
Referenced by QgsVectorLayerCache().
| void QgsVectorLayerCache::progress | ( | int | i, |
| bool & | cancel | ||
| ) | [signal] |
When filling the cache, this signal gets emitted periodically to notify about the progress and to be able to cancel an operation.
| i | The number of already fetched features |
| cancel | A reference to a boolean variable. Set to true and the operation will be canceled. |
Referenced by setFullCache().
| bool QgsVectorLayerCache::removeCachedFeature | ( | QgsFeatureId | fid | ) |
Removes the feature identified by fid from the cache if present.
| fid | The id of the feature to delete |
Definition at line 156 of file qgsvectorlayercache.cpp.
References mCache.
Referenced by QgsAttributeTableModel::reload().
| void QgsVectorLayerCache::requestCompleted | ( | QgsFeatureRequest | featureRequest, |
| QgsFeatureIds | fids | ||
| ) | [protected] |
Gets called, whenever the full list of feature ids for a certain request is known.
Broadcasts this information to indices, so they can update their tables.
| featureRequest | The feature request that was answered |
| fids | The feature ids that have been returned |
Definition at line 166 of file qgsvectorlayercache.cpp.
References mCache, mCacheIndices, and QgsAbstractCacheIndex::requestCompleted().
Referenced by QgsCachedFeatureWriterIterator::nextFeature().
| void QgsVectorLayerCache::setCacheAddedAttributes | ( | bool | cacheAddedAttributes | ) |
If this is enabled, the subset of cached attributes will automatically be extended to also include newly added attributes.
| cacheAddedAttributes | Automatically cache new attributes |
Definition at line 115 of file qgsvectorlayercache.cpp.
References attributeAdded(), and mLayer.
Referenced by QgsVectorLayerCache().
| void QgsVectorLayerCache::setCacheGeometry | ( | bool | cacheGeometry | ) |
Enable or disable the caching of geometries.
| cacheGeometry | Enable or disable the caching of geometries |
Definition at line 51 of file qgsvectorlayercache.cpp.
References geometryChanged(), QgsVectorLayer::hasGeometryType(), mCacheGeometry, and mLayer.
Referenced by QgsVectorLayerCache().
| void QgsVectorLayerCache::setCacheSize | ( | int | cacheSize | ) |
Sets the maximum number of features to keep in the cache.
Some features will be removed from the cache if the number is smaller than the previous size of the cache.
| cacheSize | indicates the maximum number of features to keep in the cache |
Definition at line 41 of file qgsvectorlayercache.cpp.
References mCache.
Referenced by featureAdded(), and setFullCache().
| void QgsVectorLayerCache::setCacheSubsetOfAttributes | ( | const QgsAttributeList & | attributes | ) |
Set the subset of attributes to be cached.
| attributes | The attributes to be cached |
Definition at line 64 of file qgsvectorlayercache.cpp.
References mCachedAttributes.
Referenced by QgsVectorLayerCache().
| void QgsVectorLayerCache::setFullCache | ( | bool | fullCache | ) |
This enables or disables full caching.
If enabled, all features will be held in the cache. The cache size will incrementally be increased to offer space for all features. When enabled, all features will be read into cache. As this feature will most likely be used for slow data sources, be aware, that the call to this method might take a long time.
| fullCache | True: enable full caching, False: disable full caching |
Definition at line 69 of file qgsvectorlayercache.cpp.
References QgsVectorLayer::featureCount(), finished(), getFeatures(), mCachedAttributes, mCacheGeometry, mFullCache, mLayer, QgsFeatureRequest::NoGeometry, progress(), and setCacheSize().
| void QgsVectorLayerCache::updatedFields | ( | ) | [private, slot] |
Definition at line 246 of file qgsvectorlayercache.cpp.
References mCache.
Referenced by QgsVectorLayerCache().
friend class QgsCachedFeature [friend] |
Definition at line 268 of file qgsvectorlayercache.h.
Referenced by cacheFeature().
friend class QgsCachedFeatureIterator [friend] |
Definition at line 266 of file qgsvectorlayercache.h.
friend class QgsCachedFeatureWriterIterator [friend] |
Definition at line 267 of file qgsvectorlayercache.h.
Referenced by getFeatures().
QCache< QgsFeatureId, QgsCachedFeature > QgsVectorLayerCache::mCache [private] |
Definition at line 258 of file qgsvectorlayercache.h.
Referenced by attributeAdded(), attributeDeleted(), attributeValueChanged(), cacheFeature(), cacheSize(), featureAtId(), featureDeleted(), geometryChanged(), isFidCached(), QgsCachedFeatureIterator::nextFeature(), QgsVectorLayerCache(), removeCachedFeature(), requestCompleted(), setCacheSize(), and updatedFields().
Definition at line 264 of file qgsvectorlayercache.h.
Referenced by attributeAdded(), checkInformationCovered(), featureAtId(), getFeatures(), setCacheSubsetOfAttributes(), and setFullCache().
bool QgsVectorLayerCache::mCacheGeometry [private] |
Definition at line 260 of file qgsvectorlayercache.h.
Referenced by checkInformationCovered(), featureAtId(), getFeatures(), setCacheGeometry(), and setFullCache().
QList<QgsAbstractCacheIndex*> QgsVectorLayerCache::mCacheIndices [private] |
Definition at line 262 of file qgsvectorlayercache.h.
Referenced by addCacheIndex(), featureRemoved(), getFeatures(), and requestCompleted().
bool QgsVectorLayerCache::mFullCache [private] |
Definition at line 261 of file qgsvectorlayercache.h.
Referenced by featureAdded(), and setFullCache().
QgsVectorLayer* QgsVectorLayerCache::mLayer [private] |
Definition at line 257 of file qgsvectorlayercache.h.
Referenced by checkInformationCovered(), featureAdded(), featureAtId(), getFeatures(), layer(), layerDeleted(), QgsVectorLayerCache(), setCacheAddedAttributes(), setCacheGeometry(), and setFullCache().