Uses of Interface
com.luciad.earth.tileset.ILcdEarthTileSet
Packages that use ILcdEarthTileSet
Package
Description
A tool that preprocesses 3D terrain repositories based on a model containing
ILcdEarthAsset objects.Provides model descriptors for the Luciad Earth framework.
Provides a framework for storing the output of an
ILcdEarthTileSet
on disk.Contains codecs used by
TLcdEarthTileRepository to encode tiles
and coverages.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.Provides 2D visualization support for
ILcdEarthTileSets.Contains various utility classes used by the Earth painters.
This package provides the LuciadFusion engine.
The hypsometry package provides support for computing and rendering slopes,
orientations, azimuths, and other parameters derived from elevations.
Provides tools needed for working with draped data and the terrain the data is visualized on.
-
Uses of ILcdEarthTileSet in com.luciad.earth.metadata.preprocessor
Classes in com.luciad.earth.metadata.preprocessor that implement ILcdEarthTileSetModifier and TypeClassDescriptionclassAnILcdEarthTileSetwhich creates 3D terrain tiles based on a model containingILcdEarthAssetobjects.Methods in com.luciad.earth.metadata.preprocessor with parameters of type ILcdEarthTileSetModifier and TypeMethodDescriptionvoidILcdEarthPreprocessorProgressListener.preprocessingStarted(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage[] aCoverages, int aNumLevels, ILcdEarthAsset[] aAssets, long[] aNumAssetTiles, long[] aNumTilesLeft) Called when the tile preprocessing starts.booleanILcdEarthPreprocessorProgressListener.progress(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage[] aCoverages, int aLevel, long aUpdateRegionX, long aUpdateRegionY, long aUpdateRegionWidth, long aUpdateRegionHeight, long aCurrentTileX, long aCurrentTileY) Called when the repository preprocessor has processed a tile.voidTLcdEarthTileRepositoryPreprocessor.synchronizeRepository(ILcdModel aAssetModel, ILcdEarthTileSet aSourceTileSet, ILcdEarthTileSetCoverage[] aSourceCoverages, String[] aTargetCoverageNames, ILcdGeoReference[] aTargetReferences, TLcdEarthTileFormat[] aTargetFormats, ILcdEarthEditableTileSet aTargetTileSet, String aTargetDirectory, ILcdEarthPreprocessorProgressListener aProgressListener) Synchronizes a repository with the specified metadata. -
Uses of ILcdEarthTileSet in com.luciad.earth.model
Methods in com.luciad.earth.model with parameters of type ILcdEarthTileSetModifier and TypeMethodDescriptionprotected TLcdEarthTileRepositoryTLcdEarthRepositoryModelFactory.createRepository(String aRepositoryName, ILcdEarthTileSet aTileSet) Creates a new tile repository with the given name.TLcdEarthRepositoryModelFactory.createRepositoryModel(String aSourceName, ILcdEarthTileSet aTileSet, ILcdModelReference aModelReference) Create a new tile repository model.ILcdEarthAssetBasedModelDescriptor.getAssetModel(ILcdEarthTileSet aTileSet) Returns the model that describes the contents of the specified tileset usingILcdEarthAssetobjects.TLcdEarthAssetBasedModelDescriptor.getAssetModel(ILcdEarthTileSet aTileSet) -
Uses of ILcdEarthTileSet in com.luciad.earth.repository
Classes in com.luciad.earth.repository that implement ILcdEarthTileSetModifier and TypeClassDescriptionclassAnILcdEarthEditableTileSetwhich stores tiles in a database on disk.Constructors in com.luciad.earth.repository with parameters of type ILcdEarthTileSetModifierConstructorDescriptionTLcdEarthTileRepository(String aRepositoryName, ILcdEarthTileSet aTileSet) Creates a new tile repository with the given name.TLcdEarthTileRepository(String aRepositoryName, ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverageCodec aCoverageCodec) Creates a new tile repository with the given name. -
Uses of ILcdEarthTileSet in com.luciad.earth.repository.codec
Methods in com.luciad.earth.repository.codec with parameters of type ILcdEarthTileSetModifier and TypeMethodDescriptionvoidILcdEarthTileSetCoverageCodec.encodeTileSetCoverageAs(ILcdEarthTileSetCoverage aCoverage, String aTargetName, ILcdGeoReference aTargetReference, ILcdEarthTileSet aRepository, TLcdEarthTileFormat aFormat, OutputStream aDestination) Encodes the specified coverage to the given output stream.voidTLcdEarthTileSetCoverageCodec.encodeTileSetCoverageAs(ILcdEarthTileSetCoverage aCoverage, String aTargetName, ILcdGeoReference aTargetReference, ILcdEarthTileSet aRepository, TLcdEarthTileFormat aFormat, OutputStream aDestination) -
Uses of ILcdEarthTileSet in com.luciad.earth.tileset
Subinterfaces of ILcdEarthTileSet in com.luciad.earth.tilesetModifier and TypeInterfaceDescriptioninterfaceAnILcdEarthTileSetwhich represents its tiles as a collection that can be both queried and edited.interfaceAnILcdEarthTileSetthat allows iteration over its tiles.Classes in com.luciad.earth.tileset that implement ILcdEarthTileSet -
Uses of ILcdEarthTileSet in com.luciad.earth.tileset.raster
Classes in com.luciad.earth.tileset.raster that implement ILcdEarthTileSetModifier and TypeClassDescriptionclassViews anILcdEarthTileSetas anILcdMultilevelRaster.classA tileset that generates image tiles for an asset model.classA composite tileset that combines multiple image tilesets.classA tileset that generates texture data using an offscreen 2D view.classViews anILcdEarthTileSetwith elevation data as anILcdMultilevelRaster.classMethods in com.luciad.earth.tileset.raster that return ILcdEarthTileSetModifier and TypeMethodDescriptionALcdEarthTileSetMultilevelRaster.getRasterTileSet()Returns the tileset used to retrieve the raster data.TLcdEarthCompositeImageTileSet.ImageLayer.getTileSet()The tile set that produces the images for this layer.Methods in com.luciad.earth.tileset.raster with parameters of type ILcdEarthTileSetModifier and TypeMethodDescriptionvoidTLcdEarthCompositeImageTileSet.addImageLayer(ILcdEarthTileSet aTileSet, ILcdEarthRasterTileSetCoverage aCoverage, BufferedImageOp aBufferedImageOp, Composite aComposite) Adds an image layer after the last image layer.TLcdEarthCompositeImageTileSet.getImageLayer(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage) Returns the first image layer with the specified tileset and coverage ornullif no such image layer is present.intTLcdEarthCompositeImageTileSet.indexOfImageLayer(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage) Returns the index of the first image layer with the specified tileset and coverage or -1 if no such image layer is not present.voidTLcdEarthCompositeImageTileSet.insertImageLayer(ILcdEarthTileSet aTileSet, ILcdEarthRasterTileSetCoverage aCoverage, BufferedImageOp aBufferedImageOp, Composite aComposite, int aIndex) Inserts an image layer at the given index.booleanTLcdEarthCompositeImageTileSet.isSupported(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage, BufferedImageOp aBufferedImageOp) Returns whether an image layer with the given parameters is supported.voidTLcdEarthCompositeImageTileSet.setImageLayer(ILcdEarthTileSet aTileSet, ILcdEarthRasterTileSetCoverage aCoverage, BufferedImageOp aBufferedImageOp, Composite aComposite, int aIndex) Sets the image layer at the given index.Constructors in com.luciad.earth.tileset.raster with parameters of type ILcdEarthTileSetModifierConstructorDescriptionprotectedCreates a multilevel raster wrapper for the given tileset.protectedALcdEarthTileSetMultilevelRaster(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage) Creates a multilevel raster wrapper for the given tileset.TLcdEarthCompositeImageTileSet(ILcdEarthTileSet aTileSet, ILcdEarthRasterTileSetCoverage aCoverage) Creates a new composite image tileset with the given tileset and coverage as first image.TLcdEarthCompositeImageTileSet(ILcdEarthTileSet aTileSet, ILcdEarthRasterTileSetCoverage aCoverage, BufferedImageOp aBufferedImageOp, Composite aComposite) Creates a new composite image tileset with the given tileset and coverage as first image.Creates a multilevel elevation raster wrapper for the given tileset.TLcdEarthTileSetElevationMultilevelRaster(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage) Creates a multilevel elevation raster wrapper for the given tileset.Creates a multilevel raster from the given tileset.TLcdEarthTileSetMultilevelRaster(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage) Creates a multilevel raster from the given tileset using the specified data coverage. -
Uses of ILcdEarthTileSet in com.luciad.earth.tileset.terrain
Classes in com.luciad.earth.tileset.terrain that implement ILcdEarthTileSetModifier and TypeClassDescriptionclassA tileset that generates elevation based tiles for an asset model.classAnILcdEarthTileSetthat can be used to produce 3D terrain geometry, elevation data, a lightmap and a normalmap.classAnILcdEarthTileSetthat can be used to produce 3D terrain geometry, height data, a lightmap and a normalmap.classCombines terrain texture and geometry tiles intoTLcdEarthTexturedTerrainTileVertexArrayobjects.Methods in com.luciad.earth.tileset.terrain that return ILcdEarthTileSetModifier and TypeMethodDescriptionTLcdEarthTileSetElevationProvider.getElevationTileSet()Returns the tileset that contains the elevation data.Methods in com.luciad.earth.tileset.terrain with parameters of type ILcdEarthTileSetModifier and TypeMethodDescriptionprotected ILcdHeightProviderTLcdEarthGXYLayerHeightProviderFactory.createTileSetHeightProvider(ILcdEarthTileSet aTileSet, ILcdGXYLayer aGXYLayer, ILcdGXYView aGXYView, ILcdGeoReference aReference, Map<String, Object> aRequiredPropertiesSFCT, Map<String, Object> aOptionalProperties) Creates a layer-based height provider for a tile set.protected TLcdEarthGXYElevationRasterPainterTLcdEarthGXYLayerHeightProviderFactory.getGXYElevationPainter(ILcdEarthTileSet aTileSet, ILcdGXYLayer aGXYLayer, ILcdGXYView aGXYView, ILcdGeoReference aReference, Map<String, Object> aRequiredPropertiesSFCT, Map<String, Object> aOptionalProperties) Returns the elevation painter for a tile set.static booleanTLcdEarthTileSetElevationProvider.isElevationCoverage(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage) Returns whether the coverage in the specified coverage contains elevation data.static booleanTLcdEarthTileSetElevationProvider.isElevationTileSet(ILcdEarthTileSet aTileSet) Returns whether the specified tileset is an elevation tileset.Constructors in com.luciad.earth.tileset.terrain with parameters of type ILcdEarthTileSetModifierConstructorDescriptionTLcdEarthTexturedTerrainTileSet(ILcdEarthTileSet aGeometrySet, ILcdEarthRasterTileSetCoverage aGeometryTileSetCoverage, ILcdEarthTileSet aTextureSet, ILcdEarthRasterTileSetCoverage aTextureTileSetCoverage) Constructs a newTLcdEarthTextureTerrainTileSetwith the specified geometry and texture data.TLcdEarthTexturedTerrainTileSet(ILcdEarthTileSet aGeometrySet, ILcdEarthRasterTileSetCoverage aGeometryTileSetCoverage, ILcdEarthTileSet aElevationSet, ILcdEarthRasterTileSetCoverage aElevationTileSetCoverage, ILcdEarthTileSet aTextureSet, ILcdEarthRasterTileSetCoverage aTextureTileSetCoverage) Constructs a newTLcdEarthTextureTerrainTileSetwith the specified geometry and texture data.TLcdEarthTexturedTerrainTileSet(ILcdEarthTileSet aGeometrySet, ILcdEarthRasterTileSetCoverage aGeometryTileSetCoverage, ILcdEarthTileSet aElevationSet, ILcdEarthRasterTileSetCoverage aElevationTileSetCoverage, ILcdEarthTileSet aTextureSet, ILcdEarthRasterTileSetCoverage aTextureTileSetCoverage, ILcdGeoReference aModelReference) Constructs a newTLcdEarthTextureTerrainTileSetwith the specified geometry and texture data.TLcdEarthTexturedTerrainTileSet(ILcdEarthTileSet aGeometrySet, ILcdEarthRasterTileSetCoverage aGeometryTileSetCoverage, ILcdEarthTileSet aTextureSet, ILcdEarthRasterTileSetCoverage aTextureTileSetCoverage, ILcdGeoReference aModelReference) Constructs a newTLcdEarthTextureTerrainTileSetwith the specified geometry and texture data.TLcdEarthTileSetElevationProvider(ILcdEarthTileSet aElevationTileSet) Creates a new elevation provider that does not scale the provided elevations and requests all tiles synchronously.TLcdEarthTileSetElevationProvider(ILcdEarthTileSet aElevationTileSet, double aElevationScale, double aElevationOffset, int aCacheSize) Creates a new elevation provider that scales the provided elevations and requests all tiles synchronously.TLcdEarthTileSetElevationProvider(ILcdEarthTileSet aElevationTileSet, double aElevationScale, double aElevationOffset, int aCacheSize, ILcdGeoReference aTileSetReference) Creates a new elevation provider that scales the provided elevations and requests all tiles synchronously.TLcdEarthTileSetElevationProvider(ILcdEarthTileSet aElevationTileSet, ILcdEarthTileSetCoverage aElevationCoverage, double aElevationScale, double aElevationOffset, int aCacheSize, ILcdGeoReference aTileSetReference) Creates a new elevation provider that scales the provided elevations and requests all tiles synchronously.TLcdEarthTileSetElevationProvider(ILcdEarthTileSet aElevationTileSet, ILcdEarthTileSetCoverage aElevationCoverage, ILcdGeoReference aTileSetReference) Creates a new elevation provider that does not scale the provided elevations and requests all tiles synchronously.TLcdEarthTileSetElevationProvider(ILcdEarthTileSet aElevationTileSet, ILcdGeoReference aTileSetReference) Creates a new elevation provider that does not scale the provided elevations and requests all tiles synchronously. -
Uses of ILcdEarthTileSet in com.luciad.earth.tileset.util
Classes in com.luciad.earth.tileset.util that implement ILcdEarthTileSetModifier and TypeClassDescriptionclassA tileset that only has the coverages of its delegate tileset that are accepted by thefilter.classBase class for wrappers around anILcdEarthTileSet.classA wrapper for anILcdEarthTileSetthat can executeproduceTileandupdateTilerequests asynchronously using anExecutorService.classGroups coverages from multipleILcdEarthTileSetobjects into one new tileset.classA tileset that tries to create missing tiles by splitting tiles at lower levels.classA tileset wrapper that caches tiles in memory.classA tile set for providing multi-threaded access to a tile set that is not thread-safe by creating multiple instances of it.classAnILcdEarthTileSetthat reads tiles from anILcdEarthEditableTileSet.classA wrapper that provides thread-safe access to a delegate editable tileset.classA wrapper that provides thread-safe access to a delegate tileset.Methods in com.luciad.earth.tileset.util that return ILcdEarthTileSetModifier and TypeMethodDescriptionALcdEarthTileSetWrapper.getDelegateTileSet()Returns the wrapped tileset.TLcdEarthCompositeTileSet.getRegisteredTileSet(ILcdEarthTileSetCoverage aCoverage) Returns the tileset that is currently registered with a coverage.Methods in com.luciad.earth.tileset.util with parameters of type ILcdEarthTileSetModifier and TypeMethodDescriptionbooleanTLcdEarthCompositeTileSet.canRegisterCoverage(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage) Returns whether a single coverage of a tileset can be registered.booleanTLcdEarthCompositeTileSet.isCoverageRegistered(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage) Returns whether a coverage of a tileset is currently registered.voidTLcdEarthCompositeTileSet.registerCoverage(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage) Registers a single coverage of a tileset.voidTLcdEarthCompositeTileSet.registerTileSet(ILcdEarthTileSet aTileSet) Registers all coverages of a tileset.TLcdEarthImageBuilder.tileSet(ILcdEarthTileSet aEarthTileSet) Set the source tile set to create images from.booleanTLcdEarthCompositeTileSet.unregisterCoverage(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage) Unregisters a single coverage of a tileset if it is currently registered.booleanTLcdEarthCompositeTileSet.unregisterTileSet(ILcdEarthTileSet aTileSet) Unregisters all coverages of a tileset.Constructors in com.luciad.earth.tileset.util with parameters of type ILcdEarthTileSetModifierConstructorDescriptionALcdEarthCoverageFilterTileSet(ILcdEarthTileSet aDelegate) Creates a new coverage filter tileset for the given tileset.ALcdEarthTileSetWrapper(ILcdEarthTileSet aDelegate) Creates a new wrapper around the specified tileset.TLcdEarthAsynchronousTileSet(ILcdEarthTileSet aDelegate, String aDisplayName) Creates a new asynchronous wrapper around the specified tileset that uses anExecutorServicewith a single thread to produce tiles.TLcdEarthAsynchronousTileSet(ILcdEarthTileSet aDelegate, String aDisplayName, int aNumThreads) Creates a new asynchronous wrapper around the specified tileset that uses anExecutorServicewith the specified number of threads to produce tiles.TLcdEarthAsynchronousTileSet(ILcdEarthTileSet aTileSet, ExecutorService aExecutorService) Constructs a newTLcdEarthAsynchronousExecutorTileSetthat uses the specified executor service to produce tiles.TLcdEarthAsynchronousTileSet(ILcdEarthTileSet aTileSet, ExecutorService aExecutorService, boolean aShutDownExecutorServiceOnDispose) Constructs a newTLcdEarthAsynchronousExecutorTileSetthat uses the specified executor service to produce tiles.TLcdEarthLevelFallbackTileSet(ILcdEarthTileSet aDelegate) Creates a new level fallback tileset with the same number of levels as the given tile set.TLcdEarthMemoryCachingTileSet(ILcdEarthTileSet aDelegate, int aNumCachedTiles) Creates a new memory caching tileset with the given parameters.TLcdEarthMultiTileSet(ILcdEarthTileSet[] aTileSets) Constructs a TLcdMultiTileSet with the given number of instances available.TLcdEarthThreadSafeTileSet(ILcdEarthTileSet aDelegate) -
Uses of ILcdEarthTileSet in com.luciad.earth.view.gxy
Methods in com.luciad.earth.view.gxy that return ILcdEarthTileSetModifier and TypeMethodDescriptionprotected ILcdEarthTileSetTLcdEarthGXYMultivaluedRasterPainter.configureBaseTileSet(Object aObject, ILcdEarthTileSet aTileSet) Configures the base tile set.protected ILcdEarthTileSetTLcdEarthGXYRasterPainter.configureBaseTileSet(Object aObject, ILcdEarthTileSet aTileSet) Configures the base tile set.protected ILcdEarthTileSetTLcdEarthGXYMultivaluedRasterPainter.createAsynchronousTileSet(Object aObject, ILcdEarthTileSet aTileSet) Creates a tile set that can produce tiles asynchronously.protected ILcdEarthTileSetTLcdEarthGXYRasterPainter.createAsynchronousTileSet(Object aObject, ILcdEarthTileSet aTileSet) Creates a tile set that can produce tiles asynchronously.protected ILcdEarthTileSetALcdEarthGXYPainter.getTileSet()Returns the tile set for the current object.protected ILcdEarthTileSetALcdEarthGXYPainter.getTileSet(Object aObject) Called byALcdEarthGXYPainter.setObject(Object)) each timeaObjectis painted, in order to retrieve anILcdEarthTileSetcorresponding to that object.protected ILcdEarthTileSetTLcdEarthGXYMultivaluedRasterPainter.getTileSet(Object aObject) The first time the tile set for an object is retrieved this base tile set isconfiguredand thenwrappedwith an asynchronous tile set to ensure smooth painting.protected ILcdEarthTileSetTLcdEarthGXYRasterPainter.getTileSet(Object aObject) The first time the tile set for an object is retrieved this base tile set isconfiguredand thenwrappedwith an asynchronous tile set to ensure smooth painting.Methods in com.luciad.earth.view.gxy with parameters of type ILcdEarthTileSetModifier and TypeMethodDescriptionprotected TLcdEarthTileFormatTLcdEarthGXYElevationRasterPainter.chooseTileFormat(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage) Chooses a tile format from the given tileset and coverage to be used for producing tiles.protected TLcdEarthTileFormatTLcdEarthGXYRasterPainter.chooseTileFormat(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage) Chooses a tile format from the given tile set and coverage to be used for producing tiles.protected TLcdEarthTileFormatTLcdEarthGXYSinglevaluedRasterPainter.chooseTileFormat(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage) Chooses a tile format from the given tileset and coverage to be used for producing tiles.protected abstract ILcdEarthTileSetCoverageALcdEarthGXYPainter.chooseTileSetCoverage(ILcdEarthTileSet aTileSet) Chooses a coverage in a tile set.protected ILcdEarthTileSetCoverageTLcdEarthGXYMultivaluedRasterPainter.chooseTileSetCoverage(ILcdEarthTileSet aTileSet) Chooses a coverage from the given tile set to be drawn by this painter.protected ILcdEarthTileSetCoverageTLcdEarthGXYRasterPainter.chooseTileSetCoverage(ILcdEarthTileSet aTileSet) Chooses a coverage from the given tile set to be drawn by this painter.protected ILcdEarthTileSetCoverageTLcdEarthGXYVectorPainter.chooseTileSetCoverage(ILcdEarthTileSet aTileSet) protected ILcdEarthTileSetTLcdEarthGXYMultivaluedRasterPainter.configureBaseTileSet(Object aObject, ILcdEarthTileSet aTileSet) Configures the base tile set.protected ILcdEarthTileSetTLcdEarthGXYRasterPainter.configureBaseTileSet(Object aObject, ILcdEarthTileSet aTileSet) Configures the base tile set.protected ILcdEarthTileSetTLcdEarthGXYMultivaluedRasterPainter.createAsynchronousTileSet(Object aObject, ILcdEarthTileSet aTileSet) Creates a tile set that can produce tiles asynchronously.protected ILcdEarthTileSetTLcdEarthGXYRasterPainter.createAsynchronousTileSet(Object aObject, ILcdEarthTileSet aTileSet) Creates a tile set that can produce tiles asynchronously.intILcdEarthGXYLodSelectionStrategy.getLevel(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage, Graphics aGraphics, ILcdGXYContext aGXYContext) Selects the most appropriate level for the given tileset.intTLcdEarthGXYPointDensityLodStrategy.getLevel(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage, Graphics aGraphics, ILcdGXYContext aContext) -
Uses of ILcdEarthTileSet in com.luciad.earth.view.util
Methods in com.luciad.earth.view.util that return ILcdEarthTileSetModifier and TypeMethodDescriptionTLcdEarthTileContext.getTileSet()Returns the tile set that was painted.Constructors in com.luciad.earth.view.util with parameters of type ILcdEarthTileSetModifierConstructorDescriptionTLcdEarthTileContext(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage, Map<TLcdEarthTileID, ALcdEarthTile> aTiles) Constructs a newTLcdEarthTileContextwith an unknown number of pending tiles.TLcdEarthTileContext(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage, Map<TLcdEarthTileID, ALcdEarthTile> aTiles, int aPendingTileCount) Constructs a newTLcdEarthTileContext. -
Uses of ILcdEarthTileSet in com.luciad.fusion.engine
Methods in com.luciad.fusion.engine that return ILcdEarthTileSetModifier and TypeMethodDescriptionILfnEngineSession.getSourceTileSet()Gets the tile set that produces tiles for the source data. -
Uses of ILcdEarthTileSet in com.luciad.tea.hypsometry
Methods in com.luciad.tea.hypsometry that return ILcdEarthTileSetModifier and TypeMethodDescriptionprotected ILcdEarthTileSetTLcdHypsometricEarthPainter.configureBaseTileSet(Object aObject, ILcdEarthTileSet aTileSet) Methods in com.luciad.tea.hypsometry with parameters of type ILcdEarthTileSetModifier and TypeMethodDescriptionprotected TLcdEarthTileFormatTLcdHypsometricEarthPainter.chooseTileFormat(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage) protected ILcdEarthTileSetTLcdHypsometricEarthPainter.configureBaseTileSet(Object aObject, ILcdEarthTileSet aTileSet) doubleTLcdHypsometricEarthPainter.retrieveCachedHypsometricValue(ILcdPoint aPoint, ILcdEarthTileSet aTileset) Retrieves a cached hypsometric value from this painter for a given point in model coordinates. -
Uses of ILcdEarthTileSet in com.luciad.view.lightspeed.services.terrain
Methods in com.luciad.view.lightspeed.services.terrain that return ILcdEarthTileSetModifier and TypeMethodDescriptionILspTerrainSupport.getElevationTileSet()Returns a tileset with exactly one coverage containing the elevation data of the terrain.