Tool Line Dissolve
Dissolves line shapes, which share the same attribute value(s).
- Author: O.Conrad (c) 2011
- Menu: Shapes|Lines
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Lines | shapes, input | LINES | - | - |
Output | Dissolved Lines | shapes, output | DISSOLVED | - | - |
Options | Dissolve Field(s) | table fields | FIELDS | - | - |
Statistics Field(s) | table fields | STATISTICS | - | - |
Sum | boolean | STAT_SUM | - | Default: 0 |
Mean | boolean | STAT_AVG | - | Default: 1 |
Minimum | boolean | STAT_MIN | - | Default: 0 |
Maximum | boolean | STAT_MAX | - | Default: 0 |
Range | boolean | STAT_RNG | - | Default: 0 |
Deviation | boolean | STAT_DEV | - | Default: 0 |
Variance | boolean | STAT_VAR | - | Default: 0 |
Listing | boolean | STAT_LST | - | Default: 0 |
Count | boolean | STAT_NUM | - | Default: 0 |
Field Naming | choice | STAT_NAMING | - | Available Choices: [0] variable type + original name [1] original name + variable type [2] original name [3] variable type Default: 0 |
Command-line
Usage: saga_cmd shapes_lines 5 [-LINES <str>] [-DISSOLVED <str>] [-FIELDS <str>] [-STATISTICS <str>] [-STAT_SUM <str>] [-STAT_AVG <str>] [-STAT_MIN <str>] [-STAT_MAX <str>] [-STAT_RNG <str>] [-STAT_DEV <str>] [-STAT_VAR <str>] [-STAT_LST <str>] [-STAT_NUM <str>] [-STAT_NAMING <str>]
-LINES:<str> Lines
shapes, input
-DISSOLVED:<str> Dissolved Lines
shapes, output
-FIELDS:<str> Dissolve Field(s)
table fields
-STATISTICS:<str> Statistics Field(s)
table fields
-STAT_SUM:<str> Sum
boolean
Default: 0
-STAT_AVG:<str> Mean
boolean
Default: 1
-STAT_MIN:<str> Minimum
boolean
Default: 0
-STAT_MAX:<str> Maximum
boolean
Default: 0
-STAT_RNG:<str> Range
boolean
Default: 0
-STAT_DEV:<str> Deviation
boolean
Default: 0
-STAT_VAR:<str> Variance
boolean
Default: 0
-STAT_LST:<str> Listing
boolean
Default: 0
-STAT_NUM:<str> Count
boolean
Default: 0
-STAT_NAMING:<str> Field Naming
choice
Available Choices:
[0] variable type + original name
[1] original name + variable type
[2] original name
[3] variable type
Default: 0