TIN to Shapes
- Author: O.Conrad (c) 2004
- Menu: TIN | Conversion
Description
Converts a TIN data set to shapes layers.
Parameters
|  | Name | Type | Identifier | Description | Constraints | 
|---|
| Input | TIN | TIN, input | TIN | - | - | 
| Output | Points | shapes, output, optional | POINTS | - | - | 
| Center of Triangles | shapes, output, optional | CENTER | - | - | 
| Edges | shapes, output, optional | EDGES | - | - | 
| Triangles | shapes, output, optional | TRIANGLES | - | - | 
| Polygons | shapes, output, optional | POLYGONS | - | - | 
Command Line
Usage: saga_cmd tin_tools 3 [-TIN ] [-POINTS ] [-CENTER ] [-EDGES ] [-TRIANGLES ] [-POLYGONS ]
  -TIN:      	TIN
	TIN, input
  -POINTS:   	Points
	shapes, output, optional
  -CENTER:   	Center of Triangles
	shapes, output, optional
  -EDGES:    	Edges
	shapes, output, optional
  -TRIANGLES:	Triangles
	shapes, output, optional
  -POLYGONS: 	Polygons
	shapes, output, optional