There is a point data, in which there are many which have identical concatenated attribute value.
Trying to create a polygon of such points which have the identical attribute values and finding the centroid.
For which, the HullAccumulator (convex) was tried.
However, It does create the polygons but not in the cases where there are two points with identical attribute value it doesn't. requirement being, All the points which have these identical values need to create their respective polygon.
Regards.