QGIS API Documentation 3.41.0-Master (cea29feecf2)
|
A layer feature combination to uniquely identify and access a feature in a set of layers. More...
#include <qgsgeometrycheckerutils.h>
Public Member Functions | |
LayerFeature (const QgsFeaturePool *pool, const QgsFeature &feature, const QgsGeometryCheckContext *context, bool useMapCrs) | |
Create a new layer/feature combination. | |
QgsFeature | feature () const |
Returns the feature. | |
QgsGeometry | geometry () const |
Returns the geometry of this feature. | |
QString | id () const |
Returns a combination of the layerId and the feature id. | |
QPointer< QgsVectorLayer > | layer () const |
The layer. | |
QgsCoordinateReferenceSystem | layerCrs () const |
The layer CRS. | |
QString | layerId () const |
The layer id. | |
bool | operator!= (const QgsGeometryCheckerUtils::LayerFeature &other) const |
bool | operator== (const QgsGeometryCheckerUtils::LayerFeature &other) const |
bool | useMapCrs () const |
Returns if the geometry is reprojected to the map CRS or not. | |
A layer feature combination to uniquely identify and access a feature in a set of layers.
Definition at line 50 of file qgsgeometrycheckerutils.h.
QgsGeometryCheckerUtils::LayerFeature::LayerFeature | ( | const QgsFeaturePool * | pool, |
const QgsFeature & | feature, | ||
const QgsGeometryCheckContext * | context, | ||
bool | useMapCrs | ||
) |
Create a new layer/feature combination.
The layer is defined by pool, feature needs to be from this layer. If useMapCrs is true
, geometries will be reprojected to the mapCrs defined in context.
Definition at line 32 of file qgsgeometrycheckerutils.cpp.
QgsFeature QgsGeometryCheckerUtils::LayerFeature::feature | ( | ) | const |
Returns the feature.
The geometry will not be reprojected regardless of useMapCrs.
Definition at line 52 of file qgsgeometrycheckerutils.cpp.
QgsGeometry QgsGeometryCheckerUtils::LayerFeature::geometry | ( | ) | const |
Returns the geometry of this feature.
If useMapCrs was specified, it will already be reprojected into the CRS specified in the context specified in the constructor.
Definition at line 72 of file qgsgeometrycheckerutils.cpp.
QString QgsGeometryCheckerUtils::LayerFeature::id | ( | ) | const |
Returns a combination of the layerId and the feature id.
Definition at line 77 of file qgsgeometrycheckerutils.cpp.
QPointer< QgsVectorLayer > QgsGeometryCheckerUtils::LayerFeature::layer | ( | ) | const |
The layer.
Definition at line 62 of file qgsgeometrycheckerutils.cpp.
QgsCoordinateReferenceSystem QgsGeometryCheckerUtils::LayerFeature::layerCrs | ( | ) | const |
The layer CRS.
Definition at line 57 of file qgsgeometrycheckerutils.cpp.
QString QgsGeometryCheckerUtils::LayerFeature::layerId | ( | ) | const |
The layer id.
Definition at line 67 of file qgsgeometrycheckerutils.cpp.
bool QgsGeometryCheckerUtils::LayerFeature::operator!= | ( | const QgsGeometryCheckerUtils::LayerFeature & | other | ) | const |
Definition at line 87 of file qgsgeometrycheckerutils.cpp.
bool QgsGeometryCheckerUtils::LayerFeature::operator== | ( | const QgsGeometryCheckerUtils::LayerFeature & | other | ) | const |
Definition at line 82 of file qgsgeometrycheckerutils.cpp.
bool QgsGeometryCheckerUtils::LayerFeature::useMapCrs | ( | ) | const |
Returns if the geometry is reprojected to the map CRS or not.
Definition at line 110 of file qgsgeometrycheckerutils.cpp.