Uses of Class
gov.nasa.worldwind.ogc.kml.KMLPlacemark
-
Packages that use KMLPlacemark 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 KMLPlacemark in gov.nasa.worldwind.ogc.kml.impl
Fields in gov.nasa.worldwind.ogc.kml.impl declared as KMLPlacemark Modifier and Type Field Description protected KMLPlacemarkKMLModelPlacemarkImpl. parentPlacemark that contains the model.protected KMLPlacemarkKMLPointPlacemarkImpl. parentConstructors in gov.nasa.worldwind.ogc.kml.impl with parameters of type KMLPlacemark Constructor Description KMLExtrudedPolygonImpl(KMLTraversalContext tc, KMLPlacemark placemark, KMLAbstractGeometry geom)Create an instance.KMLLineStringPlacemarkImpl(KMLTraversalContext tc, KMLPlacemark placemark, KMLAbstractGeometry geom)Create an instance.KMLModelPlacemarkImpl(KMLTraversalContext tc, KMLPlacemark placemark, KMLAbstractGeometry geom)Create an instance.KMLPointPlacemarkImpl(KMLTraversalContext tc, KMLPlacemark placemark, KMLAbstractGeometry geom)Create an instance.KMLPolygonImpl(KMLTraversalContext tc, KMLPlacemark placemark, KMLAbstractGeometry geom)Create an instance.KMLSurfacePolygonImpl(KMLTraversalContext tc, KMLPlacemark placemark, KMLAbstractGeometry geom)Create an instance. -
Uses of KMLPlacemark in gov.nasa.worldwindx.examples.kml
Methods in gov.nasa.worldwindx.examples.kml with parameters of type KMLPlacemark Modifier and Type Method Description protected voidKMLViewController. goToDefaultPlacemarkView(KMLPlacemark placemark)Go to a default view of a Placemark. -
Uses of KMLPlacemark in gov.nasa.worldwindx.examples.util
Methods in gov.nasa.worldwindx.examples.util with parameters of type KMLPlacemark Modifier and Type Method Description protected PositionBalloonController. getBalloonPositionForPlacemark(KMLPlacemark placemark)Get the position of the balloon for a KML placemark.
-