Class ExportKML


  • public class ExportKML
    extends java.lang.Object
    Shows how to generate KML from WorldWind elements. This example creates several objects, and writes their KML representation to stdout.
    • Field Detail

      • normalShapeAttributes

        protected static ShapeAttributes normalShapeAttributes
      • highlightShapeAttributes

        protected static ShapeAttributes highlightShapeAttributes
    • Constructor Detail

      • ExportKML

        public ExportKML()
    • Method Detail

      • makePointPlacemark

        protected static PointPlacemark makePointPlacemark()
      • makePath

        protected static Path makePath()
      • makePolygon

        protected static Polygon makePolygon()
      • makeSurfaceQuad

        protected static SurfaceQuad makeSurfaceQuad()
      • main

        public static void main​(java.lang.String[] args)
        Generate sample PointPlacemarks, Paths, and Polygons, and write the KML representation to stdout.
        Parameters:
        args - Not used.