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
ILcdEarthTileSets 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 TypeMethodDescriptionvoidTLcdEarthMetadataTerrainTileSet.produceTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) voidTLcdEarthMetadataTerrainTileSet.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 TypeMethodDescriptionvoidTLcdEarthTileRepository.produceTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) voidTLcdEarthTileRepository.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 TLcdEarthTileOperationModeTLcdEarthTileOperationMode.FORCE_SYNCHRONOUSIndicates that the tileset must always operate synchronously.static final TLcdEarthTileOperationModeTLcdEarthTileOperationMode.PREFER_ASYNCHRONOUSIndicates that the tileset should operate asynchronously if possible.Methods in com.luciad.earth.tileset with parameters of type TLcdEarthTileOperationModeModifier and TypeMethodDescriptionvoidILcdEarthTileSet.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.voidALcdEarthTileSet.updateTile(ALcdEarthTile aTile, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) voidILcdEarthTileSet.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 TypeMethodDescriptionvoidTLcdEarthAssetGXYViewTileSet.produceTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) voidTLcdEarthCompositeImageTileSet.produceTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) voidTLcdEarthGXYViewTileSet.produceTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) voidTLcdEarthAssetGXYViewTileSet.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 TypeMethodDescriptionvoidTLcdEarthAssetTerrainElevationTileSet.produceTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) voidTLcdEarthTexturedTerrainTileSet.produceTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) voidTLcdEarthAssetTerrainElevationTileSet.updateTile(ALcdEarthTile aTile, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) voidTLcdEarthTexturedTerrainTileSet.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 setwhen producing tiles asynchronously.Methods in com.luciad.earth.tileset.util with parameters of type TLcdEarthTileOperationModeModifier and TypeMethodDescriptionvoidALcdEarthTileSetWrapper.produceTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) voidTLcdEarthAsynchronousTileSet.produceTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) voidTLcdEarthCompositeTileSet.produceTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) voidTLcdEarthLevelFallbackTileSet.produceTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) voidTLcdEarthMemoryCachingTileSet.produceTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) voidTLcdEarthMultiTileSet.produceTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) voidTLcdEarthReadOnlyTileSet.produceTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) voidTLcdEarthThreadSafeTileSet.produceTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) voidTLcdEarthAsynchronousTileSet.setDelegateTileOperationMode(TLcdEarthTileOperationMode aDelegateTileOperationMode) Sets the tile operation mode used on thedelegate tile setwhen producing tiles asynchronously.voidALcdEarthTileSetWrapper.updateTile(ALcdEarthTile aTile, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) voidTLcdEarthAsynchronousTileSet.updateTile(ALcdEarthTile aEarthTile, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) voidTLcdEarthCompositeTileSet.updateTile(ALcdEarthTile aTile, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) voidTLcdEarthLevelFallbackTileSet.updateTile(ALcdEarthTile aTile, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) voidTLcdEarthMemoryCachingTileSet.updateTile(ALcdEarthTile aTile, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) Updates the tile and the version cached in memory.voidTLcdEarthMultiTileSet.updateTile(ALcdEarthTile aTile, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) voidTLcdEarthReadOnlyTileSet.updateTile(ALcdEarthTile aTile, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) voidTLcdEarthThreadSafeTileSet.updateTile(ALcdEarthTile aTile, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext)