Skip to main content
Question

Can I generate polygons from a point based dataset

  • January 3, 2017
  • 3 replies
  • 36 views

I have a layer that contains both polygon and point features that represent individual and groups of high risk trees, I would like to convert all the features contained within the layer into polygons. I thought about generating a small buffer (2m) for each point and then disolving the individual features with there retrosoective buffer feature in order to link required attribute data.

Is there an eaxy way I can achieve this with FME?

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

Forum|alt.badge.img
  • January 3, 2017

Hi there, unless I'm misunderstanding the question, you can achieve this using the Geometry Filter (to filter the points), then Bufferer and then the Dissolver. If you need something more advanced, please clarify.


roland.martin
Contributor
Forum|alt.badge.img+11

Hi there, unless I'm misunderstanding the question, you can achieve this using the Geometry Filter (to filter the points), then Bufferer and then the Dissolver. If you need something more advanced, please clarify.

A concave hull (using the HullAccumulator) might be another alternative?

david_r
Celebrity
  • January 3, 2017

I agree about the HullAccumulator, or HullReplacer if it's an aggregate point geometry.

Another option could be to use the PointConnector followed by a LineCloser, just be aware that you'll need to sort the incoming order of the points first (Sorter).