Open Table of Contents
Polyline Z (M) To Point Wizard
Converts a polyline Z (M) data set to a point feature class
Inputs:
- A polyline Z (M) feature layer
Outputs:
- New point feature class
- New fields added to the point attribute table
- [ET_Order] - the position of the point along the polyline . The value can be from 0 to
1. It indicates how far from the Start point of the polyline is the point (e.g 0.5
indicates that the point is in the middle of the polyline). The value of this attribute
can be used if the polyline have to be recreated from these points.
- [ET_ID] - the FID of original polylines. The values can be used to link the points back
to the polylines.
- [ET_Z] - is added and populated with Z values if the polylines are Z aware
- [ET_M] - is added and populated with M values if the polylines are M aware
Notes :
- The points can be converted back to Polyline Z(M) useng Point To Polyline Z(M) Wizard