Starting with some polygons I want to calculate the resulting polygon based on the union of them. I need this to, having some coutries, make a region of them together in only one polygon.
I need this without external dependencies because I need to run on jruby, which do not support external C dependencies.