Uses of Interface
com.luciad.earth.view.gxy.ILcdEarthGXYLodSelectionStrategy
-
Uses of ILcdEarthGXYLodSelectionStrategy in com.luciad.earth.view.gxy
Modifier and TypeClassDescriptionclass
A LOD selection strategy that selects the proper level using a fixed point density.Modifier and TypeMethodDescriptionTLcdEarthGXYVectorPainter.getLodStrategy()
Returns the current LOD strategy.Modifier and TypeMethodDescriptionvoid
TLcdEarthGXYVectorPainter.setLodStrategy
(ILcdEarthGXYLodSelectionStrategy aLodStrategy) Sets the LOD strategy.ModifierConstructorDescriptionTLcdEarthGXYVectorPainter
(ILcdGXYPainter aTileDataPainter, ILcdEarthGXYLodSelectionStrategy aLodStrategy) Creates a new 2D Painter that delegates painting of the tile data to the given painter.TLcdEarthGXYVectorPainter
(ILcdGXYPainter aTileDataPainter, ILcdEarthGXYLodSelectionStrategy aLodStrategy, int aCacheSize) Creates a new 2D Painter with the specified cache size, which delegates painting of the tile data to the given painter.