SAGA 9.3.3 | Tool Library Documentation

Polygon-Line Intersection


Description

Polygon-line intersection. Splits polygons with lines. Complex self-intersecting lines might result in unwanted artifacts. In this case the method option line-by-line might improve the result.


Parameters

 NameTypeIdentifierDescriptionConstraints
InputPolygonsshapes, inputPOLYGONS--
Linesshapes, inputLINES--
OutputIntersectionshapes, outputINTERSECT--
OptionsSplit PartsbooleanSPLIT_PARTS-Default: 1
MethodchoiceMETHOD-Available Choices: [0] all lines at once [1] line-by-line Default: 0

Command Line


Usage: saga_cmd shapes_polygons 8 [-POLYGONS ] [-LINES ] [-INTERSECT ] [-SPLIT_PARTS ] [-METHOD ]
  -POLYGONS:   	Polygons
	shapes, input
  -LINES:      	Lines
	shapes, input
  -INTERSECT:  	Intersection
	shapes, output
  -SPLIT_PARTS:	Split Parts
	boolean
	Default: 1
  -METHOD:     	Method
	choice
	Available Choices:
	[0] all lines at once
	[1] line-by-line
	Default: 0