Package gov.nasa.worldwind.shape
Interface Placemark.LevelOfDetailSelector
-
- Enclosing class:
- Placemark
public static interface Placemark.LevelOfDetailSelector
Presents an interfaced for dynamically determining the PlacemarkAttributes based on the distance between the placemark and the camera.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
selectLevelOfDetail(RenderContext rc, Placemark placemark, double cameraDistance)
Gets the active attributes for the current distance to the camera and highlighted state.
-
-
-
Method Detail
-
selectLevelOfDetail
void selectLevelOfDetail(RenderContext rc, Placemark placemark, double cameraDistance)
Gets the active attributes for the current distance to the camera and highlighted state.- Parameters:
rc
- The current render contextplacemark
- The placemark needing a level of detail selectioncameraDistance
- The distance from the placemark to the camera (meters)
-
-