Hi,
See above:
I have one multi-part area (top piece and lower piece represented as one polygon with gap between them).
I have several points that are located on just the top piece of the multi-part area.
I need to duplicate the entire multi-part area for each point that is within the entire multi-part polygon (not just the top half).
I can't achieve multi-part polygon integrity using PointOnAreaOverlayer and List Exploder since it brakes the multi-part polygon into its 2 components (top and bottom). The area matches for the two points in the top part is placed in ListExploder_Elements and the output for the bottom portion lies within ListExploder__Rejected.
So the multi-part polygon is simplified but that is not what is desired.
Any slick ways to achieve this?
Thanks.