Package | Description |
---|---|
gov.nasa.worldwind.ogc.kml |
Provides classes for parsing KML and KMZ files and streams.
|
gov.nasa.worldwind.ogc.kml.gx |
Provides classes for parsing the Google GX KML extensions.
|
gov.nasa.worldwind.ogc.kml.impl |
Modifier and Type | Class and Description |
---|---|
class |
KMLAbstractContainer
Represents the KML Container element and provides access to its contents.
|
class |
KMLAbstractFeature
Represents the KML Feature element and provides access to its contents.
|
class |
KMLAbstractOverlay
Represents the KML Overlay element and provides access to its contents.
|
class |
KMLDocument
Represents the KML Document element and provides access to its contents.
|
class |
KMLFolder
Represents the KML Folder element and provides access to its contents.
|
class |
KMLGroundOverlay
Represents the KML GroundOverlay element and provides access to its contents.
|
class |
KMLNetworkLink
Represents the KML NetworkLink element and provides access to its contents.
|
class |
KMLPhotoOverlay
Represents the KML PhotoOverlay element and provides access to its contents.
|
class |
KMLPlacemark
Represents the KML Placemark element and provides access to its contents.
|
class |
KMLRoot
Parses a KML or KMZ document and provides access to its contents.
|
class |
KMLScreenOverlay
Represents the KML ScreenOverlay element and provides access to its contents.
|
Modifier and Type | Field and Description |
---|---|
protected KMLRenderable |
KMLScreenOverlay.renderable |
protected KMLRenderable |
KMLGroundOverlay.renderable |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<KMLRenderable> |
KMLPlacemark.renderables |
Modifier and Type | Method and Description |
---|---|
KMLRenderable |
KMLScreenOverlay.getRenderable()
Get the renderable that represents the screen overlay.
|
KMLRenderable |
KMLGroundOverlay.getRenderable()
Get the renderable that represents the screen overlay.
|
protected KMLRenderable |
KMLPlacemark.selectLinearRingRenderable(KMLTraversalContext tc,
KMLAbstractGeometry geom) |
protected KMLRenderable |
KMLPlacemark.selectLineStringRenderable(KMLTraversalContext tc,
KMLAbstractGeometry geom) |
protected KMLRenderable |
KMLPlacemark.selectModelRenderable(KMLTraversalContext tc,
KMLAbstractGeometry geom) |
protected KMLRenderable |
KMLPlacemark.selectPointRenderable(KMLTraversalContext tc,
KMLAbstractGeometry geom) |
protected KMLRenderable |
KMLPlacemark.selectPolygonRenderable(KMLTraversalContext tc,
KMLAbstractGeometry geom) |
Modifier and Type | Method and Description |
---|---|
java.util.List<KMLRenderable> |
KMLPlacemark.getRenderables()
Returns the
KMLRenderable s of this placemark. |
Modifier and Type | Method and Description |
---|---|
protected void |
KMLPlacemark.addRenderable(KMLRenderable r) |
Modifier and Type | Class and Description |
---|---|
class |
GXTour |
Modifier and Type | Class and Description |
---|---|
class |
KMLExtrudedPolygonImpl |
class |
KMLGroundOverlayPolygonImpl
Implementation of
Polygon to render KML GroundOverlay. |
class |
KMLLineStringPlacemarkImpl |
class |
KMLModelPlacemarkImpl
Class to load and render a COLLADA model as the geometry of a KML Placemark.
|
class |
KMLPointPlacemarkImpl
Implements the Point case of a KML Placemark element.
|
class |
KMLPolygonImpl |
class |
KMLScreenImageImpl
Implements at KML ScreenOverlay element.
|
class |
KMLSurfaceImageImpl |
class |
KMLSurfacePolygonImpl |