예를 들어,

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:kml="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom">
<Document>
<name>wacon.kmz</name>
<Style id="sn_ylw-pushpin_copy200">
<IconStyle>
<scale>1.1</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
<LineStyle>
<color>ff0000ff</color>
<width>2</width>
</LineStyle>
</Style>

<Folder>
<name>채널2</name>
<open>1</open>
<Placemark>
<name>채널2/점검구4</name>
<description>채널2 제4점검구</description>
<LookAt>
<longitude>127.0699053026643</longitude>
<latitude>37.05878142498015</latitude>
<altitude>0</altitude>
<range>86.08954465443274</range>
<tilt>0</tilt>
<heading>-0.009226241375606351</heading>
<altitudeMode>relativeToGround</altitudeMode>
</LookAt>
<styleUrl>#msn_icon61_copy290</styleUrl>
<Point>
<coordinates>127.070169014511,37.05874881988424,0</coordinates>
</Point>
</Placemark>
</Folder>

이런 라인이 있다면, 필요한 부분만 추출해서 이클립스의 자바 파일에 넣어 실제 구글어스로 실행시킬 때와 거의 유사한 효과를 얻을 수 있을까요??