Hello,
I am trying to obtain two 3D polyline for two different digital elevation model rasters. The two 3D polylines can then be used to compare the two rasters and decide on the best vertical translation coefficient. The digital elevation models rasters are horizontally correct however one of the rasters is vertically unaligned.
"Raster Domain (3D Analyst Tools)" seems perfect for the job but its polyline output did not have a z field. I also tried the "Update Feature Z (3D Analyst Tools)" to hopefully correct this very two dimensional line but also did not have any luck.
I have clipped the two digital elevations models to be the same size.
gstahmer_1-1633628500668.png
Any suggestions would be much appreciated. Thank you!
Solved! Go to Solution.
The Raster Domain tool creates a 3D feature with a Z value at each vertex, that's why there is no attribute with a single Z value. Your table shows the shape type as PolylineZ, so you can confirm the z values exist by selecting your polyline and going to the Edit menu and choosing the Edit Vertices tool.
Tim_McGinnes_0-1633643068469.png
If you do want some simple Z attribute results you could use the Calculate Geometry tool on your output to get Min\Max Z or Centroid Z for example.
Tim_McGinnes_1-1633643351066.png
The Raster Domain tool creates a 3D feature with a Z value at each vertex, that's why there is no attribute with a single Z value. Your table shows the shape type as PolylineZ, so you can confirm the z values exist by selecting your polyline and going to the Edit menu and choosing the Edit Vertices tool.
Tim_McGinnes_0-1633643068469.png
If you do want some simple Z attribute results you could use the Calculate Geometry tool on your output to get Min\Max Z or Centroid Z for example.
Tim_McGinnes_1-1633643351066.png
Thank you very much for your explanation, that's all I needed!