<< Click to Display Table of Contents >> Navigation: Technical Guide > Geometry > Examples > Circle |
{ "coordinates":[ [ [100.0,0.0], [99.518472,9.801714], // ... intermediate steps [9.801714,99.518472], [0.0,100.0], [-9.801714,99.518472], // ... intermediate steps [-99.518472,9.801714], [-100.0,0.0], [-99.518472,-9.801714], // ... intermediate steps [-9.801714,-99.518472], [0.0,-100.0], [9.801714,-99.518472], // ... intermediate steps [99.518472,-9.801714], [100.0,0.0] ] ], "type":"Polygon", "cs":"89000", "dimensions":2, "corrections": [ { "startIndex": 0, "length": 65, "exactRepresentation": [ [0.0, 0.0], [100.0, 0.0] ], "lineType": "CIRCLE" } ], "extras":{} } |