Package com.luciad.earth.view.gxy
Interface ILcdEarthGXYLodSelectionStrategy
- All Known Implementing Classes:
TLcdEarthGXYPointDensityLodStrategy
public interface ILcdEarthGXYLodSelectionStrategy
A strategy to select the proper Level Of Detail for a tileset.
- Since:
- 8.2
-
Method Summary
Modifier and TypeMethodDescriptionint
getLevel
(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage, Graphics aGraphics, ILcdGXYContext aGXYContext) Selects the most appropriate level for the given tileset.
-
Method Details
-
getLevel
int getLevel(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage, Graphics aGraphics, ILcdGXYContext aGXYContext) Selects the most appropriate level for the given tileset.- Parameters:
aTileSet
- The tileset.aCoverage
- The coverage of this tileset.aGraphics
- The current graphics.aGXYContext
- The current 2D context.- Returns:
- The most appropriate level.
-