Class KMLViewer


  • public class KMLViewer
    extends ApplicationTemplate
    An example application that allows the user to import a KML or KMZ file as a layer. The contents of the file are displayed in a feature tree. Click on KML features in the tree to navigate the view to the feature. Clicking on features on the globe will open an info balloon for the feature, if the feature provides a description. Use the File menu to open a document from a local file or from a URL.
    • Constructor Detail

      • KMLViewer

        public KMLViewer()
    • Method Detail

      • formName

        protected static java.lang.String formName​(java.lang.Object kmlSource,
                                                   KMLRoot kmlRoot)
      • main

        public static void main​(java.lang.String[] args)