Uses of Interface
gov.nasa.worldwind.ogc.kml.impl.KMLRenderable
-
Packages that use KMLRenderable 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 -
-
Uses of KMLRenderable in gov.nasa.worldwind.ogc.kml
Classes in gov.nasa.worldwind.ogc.kml that implement KMLRenderable Modifier and Type Class 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.Fields in gov.nasa.worldwind.ogc.kml declared as KMLRenderable Modifier and Type Field Description protected KMLRenderable
KMLGroundOverlay. renderable
protected KMLRenderable
KMLScreenOverlay. renderable
Fields in gov.nasa.worldwind.ogc.kml with type parameters of type KMLRenderable Modifier and Type Field Description protected java.util.List<KMLRenderable>
KMLPlacemark. renderables
Methods in gov.nasa.worldwind.ogc.kml that return KMLRenderable Modifier and Type Method Description KMLRenderable
KMLGroundOverlay. getRenderable()
Get the renderable that represents the screen overlay.KMLRenderable
KMLScreenOverlay. 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)
Methods in gov.nasa.worldwind.ogc.kml that return types with arguments of type KMLRenderable Modifier and Type Method Description java.util.List<KMLRenderable>
KMLPlacemark. getRenderables()
Returns theKMLRenderable
s of this placemark.Methods in gov.nasa.worldwind.ogc.kml with parameters of type KMLRenderable Modifier and Type Method Description protected void
KMLPlacemark. addRenderable(KMLRenderable r)
-
Uses of KMLRenderable in gov.nasa.worldwind.ogc.kml.gx
Classes in gov.nasa.worldwind.ogc.kml.gx that implement KMLRenderable Modifier and Type Class Description class
GXTour
-
Uses of KMLRenderable in gov.nasa.worldwind.ogc.kml.impl
Classes in gov.nasa.worldwind.ogc.kml.impl that implement KMLRenderable Modifier and Type Class Description class
KMLExtrudedPolygonImpl
class
KMLGroundOverlayPolygonImpl
Implementation ofPolygon
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
-