Uses of Interface
com.luciad.earth.view.gxy.ILcdEarthGXYLodSelectionStrategy
Packages that use ILcdEarthGXYLodSelectionStrategy
-
Uses of ILcdEarthGXYLodSelectionStrategy in com.luciad.earth.view.gxy
Classes in com.luciad.earth.view.gxy that implement ILcdEarthGXYLodSelectionStrategyModifier and TypeClassDescriptionclassA LOD selection strategy that selects the proper level using a fixed point density.Methods in com.luciad.earth.view.gxy that return ILcdEarthGXYLodSelectionStrategyModifier and TypeMethodDescriptionTLcdEarthGXYVectorPainter.getLodStrategy()Returns the current LOD strategy.Methods in com.luciad.earth.view.gxy with parameters of type ILcdEarthGXYLodSelectionStrategyModifier and TypeMethodDescriptionvoidTLcdEarthGXYVectorPainter.setLodStrategy(ILcdEarthGXYLodSelectionStrategy aLodStrategy) Sets the LOD strategy.Constructors in com.luciad.earth.view.gxy with parameters of type ILcdEarthGXYLodSelectionStrategyModifierConstructorDescriptionTLcdEarthGXYVectorPainter(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.