qgsgeometrymissingvertexcheck.h (QGIS-final-3_10_11) | : | qgsgeometrymissingvertexcheck.h (QGIS-final-3_10_12) | ||
---|---|---|---|---|
skipping to change at line 88 | skipping to change at line 88 | |||
* | * | |||
* A topology check for missing vertices. | * A topology check for missing vertices. | |||
* Any vertex which is on the border of another polygon but no corresponding ver tex | * Any vertex which is on the border of another polygon but no corresponding ver tex | |||
* can be found on the other polygon will be reported as an error. | * can be found on the other polygon will be reported as an error. | |||
* | * | |||
* \since QGIS 3.4 | * \since QGIS 3.4 | |||
*/ | */ | |||
class ANALYSIS_EXPORT QgsGeometryMissingVertexCheck : public QgsGeometryCheck | class ANALYSIS_EXPORT QgsGeometryMissingVertexCheck : public QgsGeometryCheck | |||
{ | { | |||
Q_GADGET | Q_GADGET | |||
Q_DECLARE_TR_FUNCTIONS( QgsGeometryMissingVertexCheck ) | ||||
public: | public: | |||
/** | /** | |||
* The available resolutions for missing vertex check. | * The available resolutions for missing vertex check. | |||
*/ | */ | |||
enum ResolutionMethod | enum ResolutionMethod | |||
{ | { | |||
NoChange, //!< Do nothing | NoChange, //!< Do nothing | |||
AddMissingVertex //!< Add the missing vertex | AddMissingVertex //!< Add the missing vertex | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |