NASA World Wind

Package gov.nasa.worldwind.examples.kml

Examples of importing and exporting files in the Keyhole Markup Language (KML).

See:
          Description

Class Summary
ExportKML Shows how to generate KML from World Wind elements.
KMLApplicationController A controller that maps KML events to changes in a World Wind application.
KMLDocumentBuilder Utility class to create KML documents.
KMLFlyViewController A view controller to animate a BasicFlyView to look at a KML feature.
KMLOrbitViewController View controller to animate a OrbitView to look at a KML feature.
KMLViewController Base class for controllers to animate the view to look at KML features.
KMLViewer An example application that allows the user to import a KML or KMZ file as a layer.
KMLViewer.AppFrame  
KMLViewer.WorkerThread A Thread that loads a KML file and displays it in an AppFrame.
KMZDocumentBuilder Utility class to create KMZ documents.
 

Package gov.nasa.worldwind.examples.kml Description

Examples of importing and exporting files in the Keyhole Markup Language (KML).

KMLViewer is an example application that allows the user to import a KML file into a WorldWind layer. The contents of the file are displayed in a tree. ExportKML shows how to export WorldWind shapes to KML format.


NASA World Wind