Skip to main content
Question

I have many polyline Z features in the same feature class. I have modified them in such a way they are located at their own standard depth, relative to the surface level. How can I connect the last vertex at the same depth of connecting lines?


Forum|alt.badge.img

I would like to modifiy the last vertex of each line feature, if the lines intersect, to copy the depth so that also the connection is made in Z-coordinates. Based on an attribute field there should be determined if the Z-value should be copied or overwritten of it's connecting neighbour. 

2 replies

f.kemminje
Contributor
Forum|alt.badge.img+11
  • Contributor
  • November 3, 2022

use coordinate extractor transformer, change the z value, re create geometry using vertex creator.

 

Negative index positions indicate position relative to the last vertex, where -1 is the last, -2 is second-to-last, and so on.


tomfriedl
Contributor
Forum|alt.badge.img+13
  • Contributor
  • November 3, 2022

To replace z-value of the last point:

replace_point


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings