SAGA 9.12.5 | Tool Documentation

Polygon-Line Intersection

Author(s) O. Conrad (c) 2011
Library IDshapes_polygons
Tool ID 8
Version 1.0
Menu Shapes | Polygons

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