Point to Point Distances
- Author: V.Olaya (c) 2004, O.Conrad (c) 2014
- Menu: Shapes | Points
Description
Computes distances between pairs of 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 | 
| Minimum Distance | floating point number | MIN_DIST | - | Minimum: 0.000000
Default: 0.000000 | 
| Maximum Distance | floating point number | MAX_DIST | ignored if set to zero (consider all pairs) | Minimum: 0.000000
Default: 0.000000 | 
Command Line
Usage: saga_cmd shapes_points 3 [-POINTS ] [-ID_POINTS ] [-NEAR ] [-ID_NEAR ] [-DISTANCES ] [-LINES ] [-FORMAT ] [-MIN_DIST ] [-MAX_DIST ]
  -POINTS:     	Points
	shapes, input
  -ID_POINTS:  	Identifier
	table field
  -NEAR:       	Near Points
	shapes, input, optional
  -ID_NEAR:    	Identifier
	table field
  -DISTANCES:  	Distances
	table, output
  -LINES:      	Distances as Lines
	shapes, output, optional
  -FORMAT:     	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
  -MIN_DIST:	Minimum Distance
	floating point number
	Minimum: 0.000000
	Default: 0.000000
  -MAX_DIST:	Maximum Distance
	floating point number
	Minimum: 0.000000
	Default: 0.000000