Polygon Parts to Separate Polygons
- Author: O.Conrad (c) 2011
- Menu: Shapes | Polygons
Description
Splits parts of multipart polygons into separate polygons. The 'simple' method separates all parts of a multipart polygon no matter if it is an island (outer ring) or a lake (inner ring). The 'fast' method takes respect of lakes but might fail on complex nestings (islands in lakes in islands in lakes...). Default is the 'precise' method, which also takes respect of complex nestings but processing might take significantly more time on large and complex polygons.
Parameters
| | Name | Type | Identifier | Description | Constraints |
| Input | Polygons | shapes, input | POLYGONS | - | - |
| Output | Parts | shapes, output | PARTS | - | - |
| Options | Method | choice | METHOD | - | Available Choices:
[0] precise
[1] fast
[2] simple
Default: 0 |
Command Line
Usage: saga_cmd shapes_polygons 10 [-POLYGONS ] [-PARTS ] [-METHOD ]
-POLYGONS: Polygons
shapes, input
-PARTS: Parts
shapes, output
-METHOD: Method
choice
Available Choices:
[0] precise
[1] fast
[2] simple
Default: 0