Tool Point to Point Distances
Computes distances between pairs of points.
- Author: V.Olaya (c) 2004, O.Conrad (c) 2014
- Menu: Shapes|Points
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Points | Shapes, input | POINTS | - | - |
Near Points (*) | Shapes, input, optional | NEAR | - | - |
Output | Distances | Table, output | DISTANCES | - | - |
Distances as Lines (*) | Shapes, output, optional | LINES | - | - |
Options | Identifier (*) | Table field | ID_POINTS | - | - |
Identifier (*) | Table field | ID_NEAR | - | - |
Output Format | Choice | FORMAT | - | Available Choices: [0] complete input times near points matrix [1] each pair with a single record [2] find only the nearest point for each input point Default: 1 |
Maximum Distance | Floating point | MAX_DIST | ignored if set to zero (consider all pairs) | Minimum: 0.000000 Default: 0.000000 |
(*) optional |
Command-line
Usage: saga_cmd shapes_points 3 [-POINTS <str>] [-ID_POINTS <str>] [-NEAR <str>] [-ID_NEAR <str>] [-DISTANCES <str>] [-LINES <str>] [-FORMAT <str>] [-MAX_DIST <double>]
-POINTS:<str> Points
Shapes, input
-ID_POINTS:<str> Identifier
Table field
-NEAR:<str> Near Points
Shapes, input, optional
-ID_NEAR:<str> Identifier
Table field
-DISTANCES:<str> Distances
Table, output
-LINES:<str> Distances as Lines
Shapes, output, optional
-FORMAT:<str> Output Format
Choice
Available Choices:
[0] complete input times near points matrix
[1] each pair with a single record
[2] find only the nearest point for each input point
Default: 1
-MAX_DIST:<double> Maximum Distance
Floating point
Minimum: 0.000000
Default: 0.000000