Skip to main content
Solved

add 3D Point information to a 2D Line?

  • April 28, 2021
  • 3 replies
  • 65 views

alfons
Contributor
Forum|alt.badge.img+7

I have a 3D point dataset (no point cloud) and a 2D line dataset. The lines only consist of a start node and an end node. The point dataset is identical with the start and end nodes. My goal is now to transfer the height information from the 3D point dataset to the 2D nodes of the lines in order to obtain a 3D polyline. Is there a way to do this in FME?

Best answer by virtualcitymatt

The easiest way is to probably use a SurfaceDraper. The points should go into the Points/Lines input and the Lines should go into the DrapeFeatures.

 

There are a number of ways to do this in FME if that doesn't give you the results you want then we can give you more ideas

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

nielsgerrits
VIP
Forum|alt.badge.img+62

One way to do this is to use the SurfaceDraper.


virtualcitymatt
Celebrity
Forum|alt.badge.img+47

The easiest way is to probably use a SurfaceDraper. The points should go into the Points/Lines input and the Lines should go into the DrapeFeatures.

 

There are a number of ways to do this in FME if that doesn't give you the results you want then we can give you more ideas


alfons
Contributor
Forum|alt.badge.img+7
  • Author
  • Contributor
  • April 29, 2021

Thank you very much for the support. It worked wonderfully with the SurfaceDrapper. I was a little surprised, as the name suggests something else to me.

I would still be interested in the other possibilities.