<< Click to Display Table of Contents >> Navigation: Technical Guide > Geometry > Examples > Arc Line String |
{ "coordinates":[ [-100.0,-100.0], [-99.879436,-95.093266], // ... intermediate steps [-74.094415,-32.844757], [-70.71,-29.29], [-67.155242,-25.9055844], // ... intermediate steps [-4.906733,-0.120563], [0.0,0.0], [4.906733,0.120563], // ... intermediate steps [67.155242,25.905584], [70.71,29.29], [74.094415,32.844757], // ... intermediate steps [99.879436,95.093266], [100.0,100.0] ], "type":"LineString", "cs":"89000", "dimensions":2, "corrections": [ { "startIndex": 0, "length": 65, "exactRepresentation": [ [-100.0, -100.0], [-70.71, -29.29], [0.0, 0.0], [70.71, 29.29], [100.0, 100.0] ], "lineType": "CP_ARCS" } ], "extras":{} } |