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