Construct Points from Table
- Author: V.Olaya (c) 2004
- Menu: Shapes | Construction
Description
Construct a points layer from coordinates as provided by a table's attributes.
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Table | table, input | TABLE | - | - |
Output | Points | shapes, output | POINTS | - | - |
Options | X | table field | X | - | - |
Y | table field | Y | - | - |
Z | table field | Z | - | - |
PROJ Parameters | text, CMD | CRS_PROJ | - | - |
Code ID | integer number, CMD | CRS_CODE | - | Default: -1 |
Code Authority | text, CMD | CRS_AUTHORITY | - | Default: EPSG |
Command Line
Usage: saga_cmd shapes_points 0 [-TABLE ] [-X ] [-Y ] [-Z ] [-POINTS ] [-CRS_PROJ ] [-CRS_CODE ] [-CRS_AUTHORITY ]
-TABLE: Table
table, input
-X: X
table field
-Y: Y
table field
-Z: Z
table field
-POINTS: Points
shapes, output
-CRS_PROJ: PROJ Parameters
text, CMD
-CRS_CODE: Code ID
integer number, CMD
Default: -1
-CRS_AUTHORITY: Code Authority
text, CMD
Default: EPSG