<< Click to Display Table of Contents >> Navigation: Technical Guide > Geometry > Examples > Multi Line String |
{ "coordinates":[ [ // diagonal line [0.0,-100.0], [100.0, 0.0] ], [ // arc [-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] ], [ // horizontal line [0.0, 100.0], [50.0, 100.0] ] ], "type":"MultiLineString", "cs":"89000", "dimensions":2, "corrections": [ { "startIndex": 2, "length": 33, "exactRepresentation": [ [-100.0, -100.0], [-70.71, -29.29], [0.0, 0.0] ], "lineType": "CP_ARCS" } ], "extras":{} } |