public static interface PointPlacemark.LODSelector
Modifier and Type | Method and Description |
---|---|
void |
selectLOD(DrawContext dc,
PointPlacemark placemark,
double eyeDistance)
Modifies the placemark's attributes and properties to achieve a desired level of detail during rendering.
|
void selectLOD(DrawContext dc, PointPlacemark placemark, double eyeDistance)
dc
- the current draw context.placemark
- the placemark about to be rendered.eyeDistance
- the distance in meters from the view's eye point to the placemark's geographic position.