Remove Redundant Nodes
Feature Description
The Remove Redundant Nodes function deletes redundant nodes without altering the overall shape of polygon objects, thereby simplifying data and enhancing rendering efficiency. This operation is applicable only to region datasets.
Parameter Description
| Parameter Name | Default Value | Description | Type |
|---|---|---|---|
| Source Dataset | The input dataset to be processed | DatasetVector | |
| Tolerance | Sets the tolerance for removing redundant nodes. When the distance between two nodes is smaller than this tolerance value, the node will be removed. | Double | |
| Result Datasource | Specifies the target datasource for storing the result dataset | DatasetVector | |
| Result Dataset | Result_Simplify | Specifies the name of the output dataset | String |
Output
| Parameter Name | Description | Type |
|---|---|---|
| Result Dataset | Output dataset after processing | DatasetVector |