从小图来看,貌似不能
把下面的代码存到.txt文件里,再把扩展名改成.KML,再用Google Earth 打开就能看到边界
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.0">
<Document>
<description>Grazing Occultation of 3190 SA5 Magnitude 2.9e</description>
<Style id="cp"><LineStyle><color>7f00ff00</color><width>3</width></LineStyle></Style>
<Style id="path"><LineStyle><color>7fff0000</color><width>3</width></LineStyle></Style>
<Style id="1sigma"><LineStyle><color>7f0000ff</color><width>3</width></LineStyle></Style>
<Placemark>
<styleUrl>#cp</styleUrl>
<LineString>
<extrude>1</extrude>
<tessellate>1</tessellate>
<altitudeMode>clampedToGround</altitudeMode>
<coordinates>
115.500000,31.821111,10
116.000000,31.831111,10
116.500000,31.847222,10
117.000000,31.869444,10
117.500000,31.898333,10
118.000000,31.933611,10
118.500000,31.975278,10
119.000000,32.024167,10
119.500000,32.079722,10
120.000000,32.142500,10
120.500000,32.212500,10
120.510000,32.214167,10
120.010000,32.143889,10
119.510000,32.080833,10
119.010000,32.025000,10
118.510000,31.976389,10
118.010000,31.934167,10
117.510000,31.898889,10
117.010000,31.870000,10
116.510000,31.847500,10
116.010000,31.831389,10
115.510000,31.821389,10
</coordinates>
</LineString>
</Placemark>
</Document> |