Hey folks,
I'm in a bit of a trouble. The readout of an xml file gives me an attribute that contains coordinates.
The attribute's content is like this:
'47.609703,9.858943 47.620427,9.867245 47.613033,9.92076 47.600331,9.930115 47.612142,9.960663 47.61008,9.972698 47.631773,9.980192 47.609703,9.858943 47.609703,9.858943'
Please be aware that i shortend the count of numbers.
All I am trying is to build a polygon with these coordinates to write an Esri shapefile.
The PolygonBuilder/AreaBuilder won't help because it needs polylines to work with.
Thanks you so much,
Ed