Open Table of Contents
Create Station Lines Wizard
Creates equally spaced lines along the polylines
from the input dataset. The station lines are single segmented polylines
perpendicular to the input polylines (at the location of the station).
Inputs:
- A polyline feature layer
- Distance between stations
- Side of the station lines - three options are
available
- Both - the middle of the station lines
will intersect the original polylines
- Left - station lines will be located on
the left side of the polylines
- Right - station lines will be located on
the right side of the polylines
- Length of the station lines can be specified
- Constant - all the station lines will have
the same user specified length
- M Values - the M value of the input
polylines (at the location of the station) will be used for length of
the station lines. The input polylines must have M values.
- Z Values - the Z value of the input
polylines (at the location of the station) will be used for length of
the station lines. The input polylines must have Z values.
Outputs:
- New Polyline feature class with single
segmented polylines perpendicular to the input polylines, distributed
along the input polylines based on the user selected options.
- The attributes of the original polylines are
preserved
- The following fields are added to the point
attribute table
- [ET_ID] - the FID of original polylines.
- [ET_Angle] - the angle of the polyline at
the station.
- [ET_Station] - the distance from the start
point of the polyline to the station line
- [ET_Length] - the length of the station
line
Notes:
- The distance is measured in the units of the
spatial reference of the input dataset
- The output spatial reference is the
one of the input polyline dataset
Examples:
 |
Side = "Both"
Step = 200 meters
Constant Length = 100 meters |
 |
Side = "Right"
Step = 100 meters
Constant Length = 100 meters |
 |
Side = "Left"
Step = 20 meters
Length from Z values |