Go to ET GeoWizards 12.x User Guide

Create Station Points

Go to ToolBox Implementation

Creates equally spaced points based on the source polyline layer and the user specified distance between the points.

Inputs:

Outputs:

Notes:

ToolBox implementation
(Go to TOP)

Command line syntax

ET_GPStationPoints <input_dataset>  <out_feature class> <station_distance> {out_spatial_reference}

Parameters

Expression Explanation
<input_dataset> A Plyline 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)
<station_distance> A Double representing  the step with which the points will be stationed on the input polylines
{out_spatial_reference} The spatial reference in which the calculations will be performed. If not specified the spatial reference of the input dataset will be used.

Scripting syntax

ET_GPStationPoints (input_dataset,  out_feature class, station_distance, out_spatial_reference)

See the explanations above:
<> - required parameter
{} - optional parameter

Copyright © Ianko Tchoukanski