Go to ET GeoWizards 12.x User Guide
Densifies ( adds vertices to polyline at a user-specified tolerance ) the features of a polyline layer.
Inputs:
Outputs:
Notes :
ToolBox
implementation
(Go to TOP)
Command line syntax
ET_GPDensify <input_dataset> <out_feature class> <max_segment_length> <deviation_value>
Parameters
Expression | Explanation |
---|---|
<input_dataset> | A Polyline feature class or feature layer |
<out_feature class> | A String - the full name of the output feature class (A feature class with the same full name should not exist) |
<max_segment_length> | A Double representing the Maximum segment length |
<deviation_value> | A Double representing the Deviation value (Has no impact if there are no curve segments in the polylines - in most of the cases can be set to 0) |
Scripting syntax
ET_GPDensify (input_dataset, out_feature class, max_segment_length, deviation_value)
See the explanations above:
<> - required parameter
{} - optional parameter
Copyright © Ianko Tchoukanski |