public class ExportKML
extends java.lang.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(java.lang.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(java.lang.String[] args)
args
- Not used.protected static Path makePath()
protected static PointPlacemark makePointPlacemark()
protected static Polygon makePolygon()
protected static SurfaceQuad makeSurfaceQuad()