Uses of Class
gov.nasa.worldwind.render.PointPlacemark
-
Packages that use PointPlacemark Package Description gov.nasa.worldwind.ogc.kml.impl gov.nasa.worldwind.render gov.nasa.worldwindx.examples gov.nasa.worldwindx.examples.kml Examples of importing and exporting files in the Keyhole Markup Language (KML). -
-
Uses of PointPlacemark in gov.nasa.worldwind.ogc.kml.impl
Subclasses of PointPlacemark in gov.nasa.worldwind.ogc.kml.impl Modifier and Type Class Description class
KMLPointPlacemarkImpl
Implements the Point case of a KML Placemark element. -
Uses of PointPlacemark in gov.nasa.worldwind.render
Methods in gov.nasa.worldwind.render that return PointPlacemark Modifier and Type Method Description PointPlacemark
PointPlacemark.OrderedPlacemark. getPlacemark()
Methods in gov.nasa.worldwind.render with parameters of type PointPlacemark Modifier and Type Method Description void
PointPlacemark.LODSelector. selectLOD(DrawContext dc, PointPlacemark placemark, double eyeDistance)
Modifies the placemark's attributes and properties to achieve a desired level of detail during rendering. -
Uses of PointPlacemark in gov.nasa.worldwindx.examples
Fields in gov.nasa.worldwindx.examples declared as PointPlacemark Modifier and Type Field Description protected PointPlacemark
ContextMenusOnShapes.ContextMenuController. lastPickedPlacemark
Methods in gov.nasa.worldwindx.examples with parameters of type PointPlacemark Modifier and Type Method Description protected void
PlacemarkDecluttering.AppFrame. setHighlightAttributes(PointPlacemark pp)
-
Uses of PointPlacemark in gov.nasa.worldwindx.examples.kml
Methods in gov.nasa.worldwindx.examples.kml that return PointPlacemark Modifier and Type Method Description protected static PointPlacemark
ExportKML. makePointPlacemark()
-