Skip to main content
Question

Hull Accumulator

  • July 22, 2016
  • 4 replies
  • 104 views

thirug
Forum|alt.badge.img

hi

I need another one...i have the points,i need to create a outer polygon for this points.i used Hull Accumulator(Concave Hull).it works fine.but Curved points are not joined.see attached screen..please any find new new ways please let me know

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.

4 replies

taojunabc
Participant
Forum|alt.badge.img+6
  • Participant
  • July 22, 2016

You can use NeighborFinder and LengthToPointCalculator, but this method does not guarantee the right order, If you have a attribute that can decided to order (eg. time), use it to sort, then use PointConnector connect line would be better.


thirug
Forum|alt.badge.img
  • Author
  • July 22, 2016

You can use NeighborFinder and LengthToPointCalculator, but this method does not guarantee the right order, If you have a attribute that can decided to order (eg. time), use it to sort, then use PointConnector connect line would be better.

Hi @ taojunabc

Thanks for the Reply

This is not working.See the Screen.i am working FME 2013 did not get your .fmwt.


taojunabc
Participant
Forum|alt.badge.img+6
  • Participant
  • July 22, 2016

As complex as the above points, if there is no order of attributes, I'm afraid can't achieve polygon automatic generation.


thirug
Forum|alt.badge.img
  • Author
  • July 22, 2016

As complex as the above points, if there is no order of attributes, I'm afraid can't achieve polygon automatic generation.

Thanks For the Reply........till now check...