Hi,
I have some points and they have an attrobute called code. I want to create a polygon around the points with the same code ( similar to Voronoi).
Can some one help on how to do that.
Thanks and Regards,
Krishna
Hi,
I have some points and they have an attrobute called code. I want to create a polygon around the points with the same code ( similar to Voronoi).
Can some one help on how to do that.
Thanks and Regards,
Krishna
Have you tried the VoronoiDiagrammer?
Alternatively, the HullAccumulator will draw a convex or concave hull around a group of features, but those do behave different from Voronoi polygons.
Have you tried the VoronoiDiagrammer?
Alternatively, the HullAccumulator will draw a convex or concave hull around a group of features, but those do behave different from Voronoi polygons.
Hi, Voronoi is creating one polygon each for every point. I want to draw polygon around points of same attribute.
Regards,
Krishna
Hi, Voronoi is creating one polygon each for every point. I want to draw polygon around points of same attribute.
Regards,
Krishna
Hi, This sounds like a job for the HullAccumulator Transformer. You can use Group Processing option on your desired attribute.
Cheers,