qgsgeometrygapcheck.h (QGIS-final-3_10_11) | : | qgsgeometrygapcheck.h (QGIS-final-3_10_12) | ||
---|---|---|---|---|
skipping to change at line 91 | skipping to change at line 91 | |||
/** | /** | |||
* \ingroup analysis | * \ingroup analysis | |||
* Checks for gaps between neighbouring polygons. | * Checks for gaps between neighbouring polygons. | |||
* | * | |||
* \since QGIS 3.4 | * \since QGIS 3.4 | |||
*/ | */ | |||
class ANALYSIS_EXPORT QgsGeometryGapCheck : public QgsGeometryCheck | class ANALYSIS_EXPORT QgsGeometryGapCheck : public QgsGeometryCheck | |||
{ | { | |||
Q_GADGET | Q_GADGET | |||
Q_DECLARE_TR_FUNCTIONS( QgsGeometryGapCheck ) | ||||
public: | public: | |||
//! Resolution methods for geometry gap checks | //! Resolution methods for geometry gap checks | |||
enum ResolutionMethod | enum ResolutionMethod | |||
{ | { | |||
MergeLongestEdge, //!< Merge the gap with the polygon with the longest sha red edge. | MergeLongestEdge, //!< Merge the gap with the polygon with the longest sha red edge. | |||
NoChange, //!< Do not handle the error. | NoChange, //!< Do not handle the error. | |||
AddToAllowedGaps | AddToAllowedGaps | |||
}; | }; | |||
Q_ENUM( ResolutionMethod ) | Q_ENUM( ResolutionMethod ) | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 2 lines changed or added |