I was wondering how to programatically merge several polygons on a map as one, meaning it'd still have the same general shape but the boundaries between them was removed and they'd work as a single set of coordinates, like on that picture:
https://i.stack.imgur.com/r1ThG.png
I'm using java on eclipse and open street map for the display.
(so I have several sets of coordinates and I want to make them a single set without simplifying the general shape).