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.
Page 1 / 1
If you have an attribute with that locality you can use a HullAccumulator and group by that attribute.
Otherwise the NeighborhoodAggregator might prove useful.
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.