qgsgeometryoverlapcheck.h (QGIS-final-3_10_11) | : | qgsgeometryoverlapcheck.h (QGIS-final-3_10_12) | ||
---|---|---|---|---|
skipping to change at line 95 | skipping to change at line 95 | |||
}; | }; | |||
/** | /** | |||
* \ingroup analysis | * \ingroup analysis | |||
* Checks if geometries overlap. | * Checks if geometries overlap. | |||
* | * | |||
* \since QGIS 3.4 | * \since QGIS 3.4 | |||
*/ | */ | |||
class ANALYSIS_EXPORT QgsGeometryOverlapCheck : public QgsGeometryCheck | class ANALYSIS_EXPORT QgsGeometryOverlapCheck : public QgsGeometryCheck | |||
{ | { | |||
Q_DECLARE_TR_FUNCTIONS( QgsGeometryOverlapCheck ) | ||||
public: | public: | |||
/** | /** | |||
* Available resolution methods. | * Available resolution methods. | |||
*/ | */ | |||
enum ResolutionMethod | enum ResolutionMethod | |||
{ | { | |||
Subtract, //!< Subtract the overlap region from the polygon | Subtract, //!< Subtract the overlap region from the polygon | |||
NoChange //!< Do not change anything | NoChange //!< Do not change anything | |||
}; | }; | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |