public class ExportKML extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected static ShapeAttributes | highlightShapeAttributes | 
| protected static ShapeAttributes | normalShapeAttributes | 
| Constructor and Description | 
|---|
| ExportKML() | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | main(String[] args)Generate sample PointPlacemarks, Paths, and Polygons, and write the KML representation to stdout. | 
| protected static Path | makePath() | 
| protected static PointPlacemark | makePointPlacemark() | 
| protected static Polygon | makePolygon() | 
| protected static SurfaceQuad | makeSurfaceQuad() | 
protected static ShapeAttributes highlightShapeAttributes
protected static ShapeAttributes normalShapeAttributes
public static void main(String[] args)
args - Not used.protected static Path makePath()
protected static PointPlacemark makePointPlacemark()
protected static Polygon makePolygon()
protected static SurfaceQuad makeSurfaceQuad()