Skip to main content
Solved

How I can get the lowest elevation of a 3D polyline (Polyline ZM)?

  • November 11, 2020
  • 2 replies
  • 207 views

alfons
Contributor
Forum|alt.badge.img+7

Hello,

I have some 3D Polyline (Polyline ZM) of which I am interested in the lowest/maximum height in order to be able to make a further query with this information. All polylines have a different height at each of their vertices. Is there an elegant solution in FME for extracting the min/max height of a line and then attaching it as an attribute?

 

Thank you very much for your support.

Best answer by ebygomm

You can use a BoundsExtractor to get the minimum z and maximum z value of a line. Delete the names for any of the parameters you don't want

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.

2 replies

ebygomm
Influencer
Forum|alt.badge.img+46
  • Influencer
  • Best Answer
  • November 11, 2020

You can use a BoundsExtractor to get the minimum z and maximum z value of a line. Delete the names for any of the parameters you don't want


alfons
Contributor
Forum|alt.badge.img+7
  • Author
  • Contributor
  • November 11, 2020

Perfect, thanks a lot for the superfast support. It works like a charm