Uses of Class
com.luciad.earth.util.TLcdEarthTileID
Packages that use TLcdEarthTileID
Package
Description
Contains various utility classes used by the Earth painters.
-
Uses of TLcdEarthTileID in com.luciad.earth.view.util
Methods in com.luciad.earth.view.util that return types with arguments of type TLcdEarthTileIDModifier and TypeMethodDescriptionTLcdEarthTileContext.getTiles()
Returns the tiles in the coverage that were painted.Constructor parameters in com.luciad.earth.view.util with type arguments of type TLcdEarthTileIDModifierConstructorDescriptionTLcdEarthTileContext
(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage, Map<TLcdEarthTileID, ALcdEarthTile> aTiles) Constructs a newTLcdEarthTileContext
with an unknown number of pending tiles.TLcdEarthTileContext
(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage, Map<TLcdEarthTileID, ALcdEarthTile> aTiles, int aPendingTileCount) Constructs a newTLcdEarthTileContext
.