Interface | Description |
---|---|
KMLRenderable |
Interface for rendering KML elements.
|
Class | Description |
---|---|
KMLAbstractBalloon |
An implementation of
Balloon that applies a KMLBalloonStyle to the balloon. |
KMLBalloonTextDecoder |
Text decoder that performs entity substitution for KML description balloons.
|
KMLController |
Executes the mapping from KML to WorldWind.
|
KMLExportUtil |
Collection of utilities methods for generating KML.
|
KMLExtrudedPolygonImpl | |
KMLGlobeBalloonImpl |
A KML Balloon attached to a point on the globe.
|
KMLGroundOverlayPolygonImpl |
Implementation of
Polygon to render KML GroundOverlay. |
KMLLineStringPlacemarkImpl | |
KMLModelPlacemarkImpl |
Class to load and render a COLLADA model as the geometry of a KML Placemark.
|
KMLModelPlacemarkImpl.RequestTask |
Attempts to find this model link resource file locally, and if that fails attempts to find it remotely.
|
KMLPointPlacemarkImpl |
Implements the Point case of a KML Placemark element.
|
KMLPolygonImpl | |
KMLScreenBalloonImpl |
A KML Balloon attached to a point on the screen.
|
KMLScreenImageImpl |
Implements at KML ScreenOverlay element.
|
KMLSurfaceImageImpl | |
KMLSurfacePolygonImpl | |
KMLTraversalContext |
KMLTraversalContext provides a suitcase of KML specific state used to render a hierarchy of KML
features. |
KMLUtil |