Calculates for all segments of the input lines the planar, great elliptic, and loxodrome distance and re-projects the latter two to the projection of the input lines.
| Name | Type | Identifier | Description | Constraints |
Output | Geographic Distances | shapes, output | DISTANCES | - | - |
Options | Get CRS Definition from... | choice | CRS_METHOD | - | Available Choices:
[0] Definition String
[1] Authority Code
[2] Well Known Text File
Default: 0 |
Definition String | text | CRS_STRING | Supported formats comprise PROJ and WKT strings, object codes (e.g. "EPSG:4326"). | Default: +proj=longlat +datum=WGS84 +no_defs +type=crs |
Well Known Text File | file path | CRS_FILE | - | - |
[deprecated] Proj4 String | text | CRS_PROJ4 | Deprecated! For backward compatibility only! Use "CRS_STRING" parameter instead (e.g. "+proj=longlat +datum=WGS84")! | - |
[deprecated] Authority Code | integer number | CRS_EPSG | Deprecated! For backward compatibility only! Use "CRS_STRING" parameter instead (e.g. "EPSG:4326")! | Default: -1 |
[deprecated] Authority | text | CRS_EPSG_AUTH | Deprecated! For backward compatibility only! Use "CRS_STRING" parameter instead (e.g. "EPSG:4326")! | - |
X | floating point number | COORD_X1 | - | Default: 10.000000 |
Y | floating point number | COORD_Y1 | - | Default: 53.500000 |
X | floating point number | COORD_X2 | - | Default: 116.500000 |
Y | floating point number | COORD_Y2 | - | Default: 6.400000 |
Epsilon | floating point number | EPSILON | defines the maximum resolution [km] for the re-projected distance segments | Minimum: 1.000000
Default: 100.000000 |