Tool NameGenerate Shapes
Tool ID22
Library IDshapes_tools
Version1.0
Author(s)Volker Wichmann (c) 2012, LASERDATA GmbH

Description

The tool allows one to generate point, line or polygon shapes from a table with the following attribute fields:

- identifier
- x coordinate
- y coordinate
- optional: z coordinate (this will create a 3D shapefile)

The table must be sorted in vertex order.

The identifier has different meanings:

* Point Shapes: The identifier is arbitrary

* Line Shapes: The identifier is unique for each line

* Polygon Shapes: The identifier is unique for each polygon; the first polygon vertex may but must not be duplicated in order to close the polygon


Parameters

NameTypeIdentifierDescriptionConstraints
Input
Inputtable, inputINPUTTable with coordinates.
Output
Outputshapes, outputOUTPUTGenerated Shapefile.
Options
IDtable fieldFIELD_IDField with the identifier.
Xtable fieldFIELD_XField with the x coordinate.
Ytable fieldFIELD_YField with the y coordinate.
Ztable fieldFIELD_ZField with the z coordinate.
Shape TypechoiceSHAPE_TYPEShape type to generate.Available Choices:
[0] Point(s)
[1] Line(s)
[2] Polygon(s)
Default: 0