<< Click to Display Table of Contents >> Navigation: Technical Guide > Geometry > Examples > Multi Polygon |
{ "coordinates":[ [ poly1: [ // outer boundary: [-100.0, -100.0], [0.0, -100.0], [100.0, 0.0], [50.0, 100.0], [0.0, 100.0], [-100.0, -100.0] ], [ // hole: [0.0, 0.0], [50.0, 0.0], [50.0, 50.0], [0.0, 50.0], [0.0, 0.0] ] ], [ // poly2 (circle): [ [-50.0,100.0], // ... intermediate steps [-100.0,150.0], // ... intermediate steps [-150.0,100.0], // ... intermediate steps [-100.0,50.0], // ... intermediate steps [-50.0,100.0] ], ] ], "type":"MultiPolygon", "cs":"89000", "dimensions":2, "corrections": [ { "startIndex": 11, "length": 65, "exactRepresentation": [ [-100.0, 100.0], [-50.0, 100.0] ], "lineType": "CIRCLE" } ], "extras":{} } |