Tagged Questions

3
votes
5answers
322 views

GoogleEarth inside Java Swing

Is it possible to embed a GoogleEarth view inside a Java Swing app? If so, could you please point me to a tutorial explaining how to do it?
2
votes
1answer
835 views

How to run Google Earth Inside a WPF Control

Hi: I’m trying to run Google earth inside WPF but I don’t know how. Basically I have managed to run Google Earth in a Windows Form Control inside a Windows Form, everything was OK. Trying to do the …
0
votes
2answers
79 views

How do I maintain session state with a Google Earth client?

I'm playing with dynamic updates to Google Earth KML files. The updates are of the form <kml...> <NetworkLinkControl> <Update> <targetHref="..."> …
0
votes
1answer
194 views

Is it possible in Google Earth to embed HTTP text/HTML output into a Placemark’s balloon description area?

I'm displaying KML placemark data in Google Earth via a NetworkLink, and would like to keep the size of the KML down by not including the description text in the Placemarks' KML definitions. Instead, …
0
votes
0answers
72 views

Looking at location with Google Earth API

I am trying to use the Google Earth API to create a simple view of the globe with a search field in which the user can type a location. When they hit go, the globe will zoom in on the location they …
0
votes
1answer
734 views

GIS Draw a parabola flight path in kml for google earth

Hi, I have to display flight paths on google earth and (still I got the exact flight plan path) want to show in a parabola way (markting side). From the taking off to the landing points. Basically I'm …