Skip to main content
Question

Point to Polygon

  • December 19, 2018
  • 2 replies
  • 13 views

Forum|alt.badge.img

Hi. I have a multipoint shape file of Dissolved points on the basis of locality. I want these points to be enveloped with the polygon on the basis of the locality.

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

redgeographics
Celebrity
Forum|alt.badge.img+60
  • Celebrity
  • 3702 replies
  • December 19, 2018

If you have an attribute with that locality you can use a HullAccumulator and group by that attribute.

Otherwise the NeighborhoodAggregator might prove useful.


Forum|alt.badge.img
  • Author
  • 7 replies
  • December 20, 2018

If you have an attribute with that locality you can use a HullAccumulator and group by that attribute.

Otherwise the NeighborhoodAggregator might prove useful.

Hi.

Thank you very much for the reply.

HullAccumulator worked for me.