<< Click to Display Table of Contents >> Navigation: Technical Guide > Geometry > Examples > Polygon |
{ "coordinates":[ [ // 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] ] ], "type":"Polygon", "cs":"89000", "dimensions":2, "corrections": [], "extras":{} } |