Uses of Class
com.luciad.earth.tileset.TLcdEarthTileOperationMode
Packages that use TLcdEarthTileOperationMode
Package
Description
A tool that preprocesses 3D terrain repositories based on a model containing
ILcdEarthAsset
objects.Provides a framework for storing the output of an
ILcdEarthTileSet
on disk.Provides support for tiling, multileveling and on-demand loading of arbitrary
datasets.
ILcdEarthTileSet
that provides raster data
suitable for use as a 3D terrain texture.Provides classes for
ILcdEarthTileSet
s with terrain data.Contains various utility implementations of
ILcdEarthTileSet
.-
Uses of TLcdEarthTileOperationMode in com.luciad.earth.metadata.preprocessor
Methods in com.luciad.earth.metadata.preprocessor with parameters of type TLcdEarthTileOperationModeModifier and TypeMethodDescriptionvoid
TLcdEarthMetadataTerrainTileSet.produceTile
(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) void
TLcdEarthMetadataTerrainTileSet.updateTile
(ALcdEarthTile aTile, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) -
Uses of TLcdEarthTileOperationMode in com.luciad.earth.repository
Methods in com.luciad.earth.repository with parameters of type TLcdEarthTileOperationModeModifier and TypeMethodDescriptionvoid
TLcdEarthTileRepository.produceTile
(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) void
TLcdEarthTileRepository.updateTile
(ALcdEarthTile aTile, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) -
Uses of TLcdEarthTileOperationMode in com.luciad.earth.tileset
Fields in com.luciad.earth.tileset declared as TLcdEarthTileOperationModeModifier and TypeFieldDescriptionstatic final TLcdEarthTileOperationMode
TLcdEarthTileOperationMode.FORCE_SYNCHRONOUS
Indicates that the tileset must always operate synchronously.static final TLcdEarthTileOperationMode
TLcdEarthTileOperationMode.PREFER_ASYNCHRONOUS
Indicates that the tileset should operate asynchronously if possible.Methods in com.luciad.earth.tileset with parameters of type TLcdEarthTileOperationModeModifier and TypeMethodDescriptionvoid
ILcdEarthTileSet.produceTile
(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) Produces the requested tile, and invoke the supplied callback when done.void
ALcdEarthTileSet.updateTile
(ALcdEarthTile aTile, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) void
ILcdEarthTileSet.updateTile
(ALcdEarthTile aTile, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) Produces an updated version of the given tile, if necessary. -
Uses of TLcdEarthTileOperationMode in com.luciad.earth.tileset.raster
Methods in com.luciad.earth.tileset.raster with parameters of type TLcdEarthTileOperationModeModifier and TypeMethodDescriptionvoid
TLcdEarthAssetGXYViewTileSet.produceTile
(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) void
TLcdEarthCompositeImageTileSet.produceTile
(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) void
TLcdEarthGXYViewTileSet.produceTile
(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) void
TLcdEarthAssetGXYViewTileSet.updateTile
(ALcdEarthTile aTile, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) -
Uses of TLcdEarthTileOperationMode in com.luciad.earth.tileset.terrain
Methods in com.luciad.earth.tileset.terrain with parameters of type TLcdEarthTileOperationModeModifier and TypeMethodDescriptionvoid
TLcdEarthAssetTerrainElevationTileSet.produceTile
(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) void
TLcdEarthTexturedTerrainTileSet.produceTile
(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) void
TLcdEarthAssetTerrainElevationTileSet.updateTile
(ALcdEarthTile aTile, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) void
TLcdEarthTexturedTerrainTileSet.updateTile
(ALcdEarthTile aTile, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) -
Uses of TLcdEarthTileOperationMode in com.luciad.earth.tileset.util
Methods in com.luciad.earth.tileset.util that return TLcdEarthTileOperationModeModifier and TypeMethodDescriptionTLcdEarthAsynchronousTileSet.getDelegateTileOperationMode()
Returns the tile operation mode used on thedelegate tile set
when producing tiles asynchronously.Methods in com.luciad.earth.tileset.util with parameters of type TLcdEarthTileOperationModeModifier and TypeMethodDescriptionvoid
ALcdEarthTileSetWrapper.produceTile
(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) void
TLcdEarthAsynchronousTileSet.produceTile
(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) void
TLcdEarthCompositeTileSet.produceTile
(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) void
TLcdEarthLevelFallbackTileSet.produceTile
(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) void
TLcdEarthMemoryCachingTileSet.produceTile
(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) void
TLcdEarthMultiTileSet.produceTile
(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) void
TLcdEarthReadOnlyTileSet.produceTile
(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) void
TLcdEarthThreadSafeTileSet.produceTile
(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) void
TLcdEarthAsynchronousTileSet.setDelegateTileOperationMode
(TLcdEarthTileOperationMode aDelegateTileOperationMode) Sets the tile operation mode used on thedelegate tile set
when producing tiles asynchronously.void
ALcdEarthTileSetWrapper.updateTile
(ALcdEarthTile aTile, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) void
TLcdEarthAsynchronousTileSet.updateTile
(ALcdEarthTile aEarthTile, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) void
TLcdEarthCompositeTileSet.updateTile
(ALcdEarthTile aTile, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) void
TLcdEarthLevelFallbackTileSet.updateTile
(ALcdEarthTile aTile, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) void
TLcdEarthMemoryCachingTileSet.updateTile
(ALcdEarthTile aTile, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) Updates the tile and the version cached in memory.void
TLcdEarthMultiTileSet.updateTile
(ALcdEarthTile aTile, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) void
TLcdEarthReadOnlyTileSet.updateTile
(ALcdEarthTile aTile, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) void
TLcdEarthThreadSafeTileSet.updateTile
(ALcdEarthTile aTile, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext)