Uses of Class
gov.nasa.worldwind.ogc.kml.KMLGroundOverlay
- 
Packages that use KMLGroundOverlay Package Description gov.nasa.worldwind.ogc.kml.impl gov.nasa.worldwindx.examples.kml Examples of importing and exporting files in the Keyhole Markup Language (KML).gov.nasa.worldwindx.examples.util 
- 
- 
Uses of KMLGroundOverlay in gov.nasa.worldwind.ogc.kml.implFields in gov.nasa.worldwind.ogc.kml.impl declared as KMLGroundOverlay Modifier and Type Field Description protected KMLGroundOverlayKMLGroundOverlayPolygonImpl. parentprotected KMLGroundOverlayKMLSurfaceImageImpl. parentConstructors in gov.nasa.worldwind.ogc.kml.impl with parameters of type KMLGroundOverlay Constructor Description KMLGroundOverlayPolygonImpl(KMLTraversalContext tc, KMLGroundOverlay overlay)Create an instance.KMLSurfaceImageImpl(KMLTraversalContext tc, KMLGroundOverlay overlay)Create an screen image.KMLSurfacePolygonImpl(KMLTraversalContext tc, KMLGroundOverlay overlay)Create a surface polygon from a KML GroundOverlay.
- 
Uses of KMLGroundOverlay in gov.nasa.worldwindx.examples.kmlMethods in gov.nasa.worldwindx.examples.kml with parameters of type KMLGroundOverlay Modifier and Type Method Description protected voidKMLViewController. goToDefaultGroundOverlayView(KMLGroundOverlay overlay)Go to a default view of GroundOverlay.
- 
Uses of KMLGroundOverlay in gov.nasa.worldwindx.examples.utilMethods in gov.nasa.worldwindx.examples.util with parameters of type KMLGroundOverlay Modifier and Type Method Description protected PositionBalloonController. getBalloonPositionForGroundOverlay(KMLGroundOverlay overlay)Get the position of the balloon for a KML GroundOverlay.
 
-