File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
docs/user_manual/processing_algs/qgis Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -585,9 +585,17 @@ Outputs
585
585
* - **Holes errors **
586
586
- ``ERRORS ``
587
587
- [vector: point]
588
- - Output point layer representing the error locations and information
589
- (the ID and name of the input layer, the geometry part,
590
- ring and vertex index of the erroneous feature, x and y coordinates of the error).
588
+ - Output point layer representing the error locations and information.
589
+ Other than the input attributes, the output layer also contains the following fields:
590
+
591
+ - ``gc_layerid ``: the ID of the input layer.
592
+ - ``gc_layername ``: the name of the input layer.
593
+ - ``gc_partidx ``: the index of the feature's geometry part containing the hole.
594
+ - ``gc_ringidx ``: the index of the feature's geometry ring containing the hole.
595
+ - ``gc_vertidx ``
596
+ - ``gc_errorx ``: the x coordinate of the centroid of the hole.
597
+ - ``gc_errory ``: the y coordinate of the centroid of the hole.
598
+ - ``gc_error ``
591
599
* - **Polygon with holes **
592
600
- ``OUTPUT ``
593
601
- [vector: polygon]
You can’t perform that action at this time.
0 commit comments