Uses of Interface
com.luciad.earth.tileset.ILcdEarthTileSetCoverage
Packages that use ILcdEarthTileSetCoverage
Package
Description
A tool that preprocesses 3D terrain repositories based on a model containing
ILcdEarthAsset objects.Contains implementations of
ILcdEarthTileCombiner.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.Contains tile splitters used by
TLcdEarthLevelFallbackTileSet.Provides 2D visualization support for
ILcdEarthTileSets.Contains various utility classes used by the Earth painters.
The hypsometry package provides support for computing and rendering slopes,
orientations, azimuths, and other parameters derived from elevations.
-
Uses of ILcdEarthTileSetCoverage in com.luciad.earth.metadata.preprocessor
Methods in com.luciad.earth.metadata.preprocessor that return ILcdEarthTileSetCoverageModifier and TypeMethodDescriptionTLcdEarthMetadataTerrainTileSet.getTileSetCoverage(int aIndex) TLcdEarthMetadataTerrainTileSet.getTileSetCoverage(String aCoverageName) Methods in com.luciad.earth.metadata.preprocessor with parameters of type ILcdEarthTileSetCoverageModifier and TypeMethodDescriptionvoidTLcdEarthMetadataTerrainTileSet.cancelTile(int aLevel, long aTileX, long aTileY, ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, ILcdEarthTileSetCallback aCallback, Object aContext) booleanTLcdEarthMetadataTerrainTileSet.containsTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aX, long aY, Object aContext) protected booleanTLcdEarthTileRepositoryPreprocessor.getCombinableTilesSFCT(ILcdEarthEditableTileSet aTargetTileSet, ILcdEarthTileSetCoverage aTargetCoverage, int aLevel, long aTileX, long aTileY, TLcdEarthTileFormat aTargetFormat, ALcdEarthTile[][] aTilesSFCT) Collects four tiles to be used with anILcdEarthTileCombiner.booleanTLcdEarthMetadataTerrainTileSet.isFormatSupported(ILcdEarthTileSetCoverage aCoverage, TLcdEarthTileFormat aFormat) booleanTLcdEarthMetadataTerrainTileSet.isGeoReferenceSupported(ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference) voidILcdEarthPreprocessorProgressListener.preprocessingStarted(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage[] aCoverages, int aNumLevels, ILcdEarthAsset[] aAssets, long[] aNumAssetTiles, long[] aNumTilesLeft) Called when the tile preprocessing starts.voidTLcdEarthMetadataTerrainTileSet.produceTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) TLcdEarthMetadataTerrainTileSet.produceTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aX, long aY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, Object aContext) 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 ILcdEarthTileSetCoverage in com.luciad.earth.metadata.preprocessor.combiner
Methods in com.luciad.earth.metadata.preprocessor.combiner with parameters of type ILcdEarthTileSetCoverageModifier and TypeMethodDescriptionprotected ALcdEarthTileALcdEarthTileCombiner.createCombinedTile(ILcd3DEditableBounds aCombinedBounds, Object aCombinedData, int aLevel, long aX, long aY, ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoreference, TLcdEarthTileFormat aFormat) Returns a newTLcdEarthTilewith the given properties. -
Uses of ILcdEarthTileSetCoverage in com.luciad.earth.repository
Methods in com.luciad.earth.repository that return ILcdEarthTileSetCoverageModifier and TypeMethodDescriptionTLcdEarthTileRepository.getTileSetCoverage(int aIndex) TLcdEarthTileRepository.getTileSetCoverage(String aCoverageName) Methods in com.luciad.earth.repository with parameters of type ILcdEarthTileSetCoverageModifier and TypeMethodDescriptionvoidTLcdEarthTileRepository.addTileSetCoverage(ILcdEarthTileSetCoverage aCoverage) voidTLcdEarthTileRepository.addTileSetCoverage(ILcdEarthTileSetCoverage aCoverage, String aTargetName, ILcdGeoReference aTargetReference) voidTLcdEarthTileRepository.cancelTile(int aLevel, long aTileX, long aTileY, ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, ILcdEarthTileSetCallback aCallback, Object aContext) booleanTLcdEarthTileRepository.containsTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aX, long aY, Object aContext) booleanTLcdEarthTileRepository.isFormatSupported(ILcdEarthTileSetCoverage aCoverage, TLcdEarthTileFormat aFormat) The native format of a coverage is generally not supported as this is an encoded format.booleanTLcdEarthTileRepository.isGeoReferenceSupported(ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference) TLcdEarthTileRepository.iterator(ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat) If aTLcdEarthTileSetIterationExceptionis thrown during the iteration and itstileis notnullit is guaranteed that it contains enough attributes such that theTLcdEarthTileRepository.removeTile(com.luciad.earth.tileset.ALcdEarthTile, java.lang.Object)can still work.voidTLcdEarthTileRepository.produceTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) TLcdEarthTileRepository.produceTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aX, long aY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, Object aContext) voidTLcdEarthTileRepository.removeTileSetCoverage(ILcdEarthTileSetCoverage aCoverage) -
Uses of ILcdEarthTileSetCoverage in com.luciad.earth.repository.codec
Methods in com.luciad.earth.repository.codec that return ILcdEarthTileSetCoverageModifier and TypeMethodDescriptionILcdEarthTileSetCoverageCodec.decodeTileSetCoverage(InputStream aSource) Decodes a coverage from the given input stream.TLcdEarthTileSetCoverageCodec.decodeTileSetCoverage(InputStream aSource) Methods in com.luciad.earth.repository.codec with parameters of type ILcdEarthTileSetCoverageModifier 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 ILcdEarthTileSetCoverage in com.luciad.earth.tileset
Subinterfaces of ILcdEarthTileSetCoverage in com.luciad.earth.tilesetModifier and TypeInterfaceDescriptioninterfaceAnILcdEarthRasterTileSetCoveragewith multi-valued values.interfaceAnILcdEarthTileSetCoveragewith properties specific to raster data.interfaceAn extension ofILcdEarthTileSetCoveragefor coverages that contain vector data.Classes in com.luciad.earth.tileset that implement ILcdEarthTileSetCoverageModifier and TypeClassDescriptionclassDefault implementation ofILcdEarthTileSetCoverage.classDefault implementation ofILcdEarthVectorTileSetCoverage.Methods in com.luciad.earth.tileset that return ILcdEarthTileSetCoverageModifier and TypeMethodDescriptionabstract ILcdEarthTileSetCoverageALcdEarthTile.getTileSetCoverage()Returns the coverage to which this tile belongs.ALcdEarthTileSet.getTileSetCoverage(String aCoverageName) ILcdEarthTileSet.getTileSetCoverage(int aIndex) Returns the coverage at the specified index.ILcdEarthTileSet.getTileSetCoverage(String aCoverageName) Returns the tileset coverage with the specified name.TLcdEarthTile.getTileSetCoverage()Methods in com.luciad.earth.tileset with parameters of type ILcdEarthTileSetCoverageModifier and TypeMethodDescriptionvoidILcdEarthEditableTileSet.addTileSetCoverage(ILcdEarthTileSetCoverage aCoverage) Adds a coverage to the tileset.voidILcdEarthEditableTileSet.addTileSetCoverage(ILcdEarthTileSetCoverage aCoverage, String aTargetName, ILcdGeoReference aTargetReference) Adds a coverage to the tileset, overriding the coverage's native georeference and name.voidALcdEarthTileSet.cancelTile(int aLevel, long aTileX, long aTileY, ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, ILcdEarthTileSetCallback aCallback, Object aContext) voidILcdEarthTileSet.cancelTile(int aLevel, long aTileX, long aTileY, ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, ILcdEarthTileSetCallback aCallback, Object aContext) Cancels any pending tile requests for the given parameters.booleanALcdEarthTileSet.containsTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aX, long aY, Object aContext) booleanILcdEarthTileSet.containsTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aX, long aY, Object aContext) Returns true if the repository contains the specified tile.booleanALcdEarthTileSet.isFormatSupported(ILcdEarthTileSetCoverage aCoverage, TLcdEarthTileFormat aFormat) Returns true only for the coverage's native format.booleanILcdEarthTileSet.isFormatSupported(ILcdEarthTileSetCoverage aCoverage, TLcdEarthTileFormat aFormat) Returns true if the tileset can produce tiles for the given coverage in the given format.booleanALcdEarthTileSet.isGeoReferenceSupported(ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference) Returns true only for the coverage's native georeference.booleanILcdEarthTileSet.isGeoReferenceSupported(ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference) Returns true if the tileset can produce tiles for the given coverage in the given reference system.ILcdEarthIterableTileSet.iterator(ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat) Returns an iterator over the tiles of a specified coverage of this tile set.ALcdEarthTileSet.produceTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aX, long aY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, Object aContext) voidILcdEarthTileSet.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.ILcdEarthTileSet.produceTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aX, long aY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, Object aContext) Gets a tile from the repository.voidILcdEarthEditableTileSet.removeTileSetCoverage(ILcdEarthTileSetCoverage aCoverage) Removes the specified coverage from the tileset.voidILcdEarthTileSetCallback.tileNotAvailable(int aLevel, long aTileX, long aTileY, ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, Object aContext, String aReason, Exception aException) Called when a tile that was requested earlier cannot be created by the tileset.Constructors in com.luciad.earth.tileset with parameters of type ILcdEarthTileSetCoverageModifierConstructorDescriptionTLcdEarthTile(ILcdBounds aBounds, Object aData, int aLevel, long aTileX, long aTileY, ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat) Creates a newTLcdEarthTilewith the given parameters and the current date as its creation date.TLcdEarthTile(ILcdBounds aBounds, Object aData, int aLevel, long aTileX, long aTileY, ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, Date aCreationDate) Creates a newTLcdEarthTilewith the given parameters. -
Uses of ILcdEarthTileSetCoverage in com.luciad.earth.tileset.raster
Methods in com.luciad.earth.tileset.raster that return ILcdEarthTileSetCoverageModifier and TypeMethodDescriptionALcdEarthTileSetMultilevelRaster.getRasterTileSetCoverage()Returns the data coverage that is used to retrieve the raster data.TLcdEarthAssetGXYViewTileSet.getTileSetCoverage(int aIndex) TLcdEarthAssetGXYViewTileSet.getTileSetCoverage(String aCoverageName) TLcdEarthCompositeImageTileSet.getTileSetCoverage(int aIndex) TLcdEarthGXYViewTileSet.getTileSetCoverage(int aIndex) Methods in com.luciad.earth.tileset.raster with parameters of type ILcdEarthTileSetCoverageModifier and TypeMethodDescriptionvoidTLcdEarthAssetGXYViewTileSet.cancelTile(int aLevel, long aTileX, long aTileY, ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, ILcdEarthTileSetCallback aCallback, Object aContext) booleanTLcdEarthAssetGXYViewTileSet.containsTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aX, long aY, Object aContext) booleanTLcdEarthGXYViewTileSet.containsTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aX, long aY, Object aContext) 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.booleanTLcdEarthAssetGXYViewTileSet.isFormatSupported(ILcdEarthTileSetCoverage aCoverage, TLcdEarthTileFormat aFormat) booleanTLcdEarthCompositeImageTileSet.isFormatSupported(ILcdEarthTileSetCoverage aCoverage, TLcdEarthTileFormat aFormat) booleanTLcdEarthAssetGXYViewTileSet.isGeoReferenceSupported(ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference) booleanTLcdEarthCompositeImageTileSet.isGeoReferenceSupported(ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference) booleanTLcdEarthGXYViewTileSet.isGeoReferenceSupported(ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference) booleanTLcdEarthCompositeImageTileSet.isSupported(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage, BufferedImageOp aBufferedImageOp) Returns whether an image layer with the given parameters is supported.protected abstract booleanALcdEarthTileSetMultilevelRaster.isValidRasterCoverage(ILcdEarthTileSetCoverage aCoverage) Returns whether the given coverage is a valid raster coverage for this multi level raster.protected booleanTLcdEarthTileSetElevationMultilevelRaster.isValidRasterCoverage(ILcdEarthTileSetCoverage aCoverage) protected booleanTLcdEarthTileSetMultilevelRaster.isValidRasterCoverage(ILcdEarthTileSetCoverage aCoverage) voidTLcdEarthAssetGXYViewTileSet.produceTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) TLcdEarthAssetGXYViewTileSet.produceTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aX, long aY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, 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) Constructors in com.luciad.earth.tileset.raster with parameters of type ILcdEarthTileSetCoverageModifierConstructorDescriptionprotectedALcdEarthTileSetMultilevelRaster(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage) Creates a multilevel raster wrapper for the given tileset.TLcdEarthTileSetElevationMultilevelRaster(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage) Creates a multilevel elevation raster wrapper for the given tileset.TLcdEarthTileSetMultilevelRaster(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage) Creates a multilevel raster from the given tileset using the specified data coverage. -
Uses of ILcdEarthTileSetCoverage in com.luciad.earth.tileset.terrain
Methods in com.luciad.earth.tileset.terrain that return ILcdEarthTileSetCoverageModifier and TypeMethodDescriptionTLcdEarthTileSetElevationProvider.getElevationCoverage()Returns the coverage in the elevation tileset that contains the elevation data.TLcdEarthTexturedTerrainTileSet.getTexturedGeometryCoverage()Returns the coverage with the textured geometry.TLcdEarthAssetTerrainElevationTileSet.getTileSetCoverage(int aIndex) TLcdEarthAssetTerrainElevationTileSet.getTileSetCoverage(String aCoverageName) TLcdEarthTexturedTerrainTileSet.getTileSetCoverage(int aIndex) TLcdEarthTexturedTerrainTileSet.getTileSetCoverage(String aCoverageName) Methods in com.luciad.earth.tileset.terrain with parameters of type ILcdEarthTileSetCoverageModifier and TypeMethodDescriptionvoidTLcdEarthAssetTerrainElevationTileSet.cancelTile(int aLevel, long aTileX, long aTileY, ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, ILcdEarthTileSetCallback aCallback, Object aContext) voidTLcdEarthTexturedTerrainTileSet.cancelTile(int aLevel, long aTileX, long aTileY, ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, ILcdEarthTileSetCallback aCallback, Object aContext) booleanTLcdEarthAssetTerrainElevationTileSet.containsTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aX, long aY, Object aContext) booleanTLcdEarthTexturedTerrainTileSet.containsTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aX, long aY, Object aContext) static booleanTLcdEarthTileSetElevationProvider.isElevationCoverage(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage) Returns whether the coverage in the specified coverage contains elevation data.booleanTLcdEarthAssetTerrainElevationTileSet.isFormatSupported(ILcdEarthTileSetCoverage aCoverage, TLcdEarthTileFormat aFormat) booleanTLcdEarthTexturedTerrainTileSet.isFormatSupported(ILcdEarthTileSetCoverage aCoverage, TLcdEarthTileFormat aFormat) booleanTLcdEarthAssetTerrainElevationTileSet.isGeoReferenceSupported(ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference) booleanTLcdEarthTexturedTerrainTileSet.isGeoReferenceSupported(ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference) voidTLcdEarthAssetTerrainElevationTileSet.produceTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) TLcdEarthAssetTerrainElevationTileSet.produceTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aX, long aY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, Object aContext) voidTLcdEarthTexturedTerrainTileSet.produceTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) TLcdEarthTexturedTerrainTileSet.produceTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aX, long aY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, Object aContext) Constructors in com.luciad.earth.tileset.terrain with parameters of type ILcdEarthTileSetCoverageModifierConstructorDescriptionTLcdEarthTileSetElevationProvider(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. -
Uses of ILcdEarthTileSetCoverage in com.luciad.earth.tileset.util
Methods in com.luciad.earth.tileset.util that return ILcdEarthTileSetCoverageModifier and TypeMethodDescriptionALcdEarthCoverageFilterTileSet.getTileSetCoverage(int aIndex) ALcdEarthTileSetWrapper.getTileSetCoverage(int aIndex) ALcdEarthTileSetWrapper.getTileSetCoverage(String aCoverageName) TLcdEarthCompositeTileSet.getTileSetCoverage(int aIndex) TLcdEarthReadOnlyTileSet.getTileSetCoverage(int aIndex) TLcdEarthReadOnlyTileSet.getTileSetCoverage(String aCoverageName) TLcdEarthThreadSafeTileSet.getTileSetCoverage(int aIndex) TLcdEarthThreadSafeTileSet.getTileSetCoverage(String aCoverageName) Methods in com.luciad.earth.tileset.util with parameters of type ILcdEarthTileSetCoverageModifier and TypeMethodDescriptionprotected abstract booleanALcdEarthCoverageFilterTileSet.accept(ILcdEarthTileSetCoverage aCoverage) Returns whether the given coverage should be present.voidTLcdEarthThreadSafeEditableTileSet.addTileSetCoverage(ILcdEarthTileSetCoverage aCoverage) voidTLcdEarthThreadSafeEditableTileSet.addTileSetCoverage(ILcdEarthTileSetCoverage aCoverage, String aTargetName, ILcdGeoReference aTargetReference) voidALcdEarthTileSetWrapper.cancelTile(int aLevel, long aTileX, long aTileY, ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, ILcdEarthTileSetCallback aCallback, Object aContext) This method should be overridden if theproduceTileand/orupdateTileis overridden and the new implementation calls the implementation of this class using different parameters than passed to it.voidTLcdEarthAsynchronousTileSet.cancelTile(int aLevel, long aTileX, long aTileY, ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, ILcdEarthTileSetCallback aCallback, Object aContext) voidTLcdEarthCompositeTileSet.cancelTile(int aLevel, long aTileX, long aTileY, ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, ILcdEarthTileSetCallback aCallback, Object aContext) voidTLcdEarthLevelFallbackTileSet.cancelTile(int aLevel, long aTileX, long aTileY, ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, ILcdEarthTileSetCallback aCallback, Object aContext) voidTLcdEarthMemoryCachingTileSet.cancelTile(int aLevel, long aTileX, long aTileY, ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, ILcdEarthTileSetCallback aCallback, Object aContext) voidTLcdEarthMultiTileSet.cancelTile(int aLevel, long aTileX, long aTileY, ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, ILcdEarthTileSetCallback aCallback, Object aContext) voidTLcdEarthReadOnlyTileSet.cancelTile(int aLevel, long aTileX, long aTileY, ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, ILcdEarthTileSetCallback aCallback, Object aContext) voidTLcdEarthThreadSafeTileSet.cancelTile(int aLevel, long aTileX, long aTileY, ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, ILcdEarthTileSetCallback aCallback, Object aContext) booleanTLcdEarthCompositeTileSet.canRegisterCoverage(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage) Returns whether a single coverage of a tileset can be registered.booleanALcdEarthTileSetWrapper.containsTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aX, long aY, Object aContext) booleanTLcdEarthCompositeTileSet.containsTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aX, long aY, Object aContext) booleanTLcdEarthMemoryCachingTileSet.containsTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aX, long aY, Object aContext) booleanTLcdEarthMultiTileSet.containsTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aX, long aY, Object aContext) booleanTLcdEarthReadOnlyTileSet.containsTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aX, long aY, Object aContext) booleanTLcdEarthThreadSafeTileSet.containsTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aX, long aY, Object aContext) TLcdEarthCompositeTileSet.getRegisteredTileSet(ILcdEarthTileSetCoverage aCoverage) Returns the tileset that is currently registered with a coverage.TLcdEarthMemoryCachingTileSet.getTileFromCache(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, Object aContext) Retrieves a tile from the cache.TLcdEarthLevelFallbackTileSet.getTileSplitter(ILcdEarthTileSetCoverage aCoverage) Returns the tile splitter that is currently set for the given coverage.booleanTLcdEarthCompositeTileSet.isCoverageRegistered(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage) Returns whether a coverage of a tileset is currently registered.booleanALcdEarthTileSetWrapper.isFormatSupported(ILcdEarthTileSetCoverage aCoverage, TLcdEarthTileFormat aFormat) booleanTLcdEarthCompositeTileSet.isFormatSupported(ILcdEarthTileSetCoverage aCoverage, TLcdEarthTileFormat aFormat) booleanTLcdEarthReadOnlyTileSet.isFormatSupported(ILcdEarthTileSetCoverage aCoverage, TLcdEarthTileFormat aFormat) booleanTLcdEarthThreadSafeTileSet.isFormatSupported(ILcdEarthTileSetCoverage aCoverage, TLcdEarthTileFormat aFormat) booleanALcdEarthTileSetWrapper.isGeoReferenceSupported(ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference) booleanTLcdEarthCompositeTileSet.isGeoReferenceSupported(ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference) booleanTLcdEarthReadOnlyTileSet.isGeoReferenceSupported(ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference) booleanTLcdEarthThreadSafeTileSet.isGeoReferenceSupported(ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference) voidALcdEarthTileSetWrapper.produceTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) ALcdEarthTileSetWrapper.produceTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aX, long aY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, 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) TLcdEarthCompositeTileSet.produceTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aX, long aY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, Object aContext) voidTLcdEarthLevelFallbackTileSet.produceTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) TLcdEarthLevelFallbackTileSet.produceTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aX, long aY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, Object aContext) voidTLcdEarthMemoryCachingTileSet.produceTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) TLcdEarthMemoryCachingTileSet.produceTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aX, long aY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, Object aContext) voidTLcdEarthMultiTileSet.produceTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) TLcdEarthMultiTileSet.produceTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aX, long aY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, Object aContext) voidTLcdEarthReadOnlyTileSet.produceTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) TLcdEarthReadOnlyTileSet.produceTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aX, long aY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, Object aContext) voidTLcdEarthThreadSafeTileSet.produceTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, TLcdEarthTileOperationMode aMode, ILcdEarthTileSetCallback aCallback, Object aContext) TLcdEarthThreadSafeTileSet.produceTile(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aX, long aY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, Object aContext) voidTLcdEarthCompositeTileSet.registerCoverage(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage) Registers a single coverage of a tileset.voidTLcdEarthThreadSafeEditableTileSet.removeTileSetCoverage(ILcdEarthTileSetCoverage aCoverage) voidTLcdEarthLevelFallbackTileSet.setTileSplitter(ILcdEarthTileSplitter aTileSplitter, ILcdEarthTileSetCoverage aCoverage) Sets the tile splitter used for the given coverage.booleanTLcdEarthCompositeTileSet.unregisterCoverage(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage) Unregisters a single coverage of a tileset if it is currently registered. -
Uses of ILcdEarthTileSetCoverage in com.luciad.earth.tileset.util.splitter
Methods in com.luciad.earth.tileset.util.splitter with parameters of type ILcdEarthTileSetCoverageModifier and TypeMethodDescriptionprotected ALcdEarthTileALcdEarthTileSplitter.createSubTile(ILcd3DEditableBounds aBounds, Object aData, int aLevel, long aX, long aY, ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat) Returns a newTLcdEarthTilewith the given properties. -
Uses of ILcdEarthTileSetCoverage in com.luciad.earth.view.gxy
Methods in com.luciad.earth.view.gxy that return ILcdEarthTileSetCoverageModifier and TypeMethodDescriptionprotected 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 ILcdEarthTileSetCoverageALcdEarthGXYPainter.getTileSetCoverage()Returns the coverage in the tile set for the current object.Methods in com.luciad.earth.view.gxy with parameters of type ILcdEarthTileSetCoverageModifier 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.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) protected booleanTLcdEarthGXYElevationRasterPainter.isValidCoverage(ILcdEarthTileSetCoverage aCoverage) Returns whether the given coverage can be drawn by this painter.protected booleanTLcdEarthGXYMultivaluedRasterPainter.isValidCoverage(ILcdEarthTileSetCoverage aCoverage) Returns whether the given coverage can be drawn by this painter.protected booleanTLcdEarthGXYRasterPainter.isValidCoverage(ILcdEarthTileSetCoverage aCoverage) Returns whether the given coverage can be drawn by this painter.protected booleanTLcdEarthGXYSinglevaluedRasterPainter.isValidCoverage(ILcdEarthTileSetCoverage aCoverage) Returns whether the given coverage can be drawn by this painter. -
Uses of ILcdEarthTileSetCoverage in com.luciad.earth.view.util
Methods in com.luciad.earth.view.util that return ILcdEarthTileSetCoverageModifier and TypeMethodDescriptionTLcdEarthTileContext.getCoverage()Returns the coverage in the tile set that was paintedConstructors in com.luciad.earth.view.util with parameters of type ILcdEarthTileSetCoverageModifierConstructorDescriptionTLcdEarthTileContext(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 ILcdEarthTileSetCoverage in com.luciad.tea.hypsometry
Methods in com.luciad.tea.hypsometry with parameters of type ILcdEarthTileSetCoverageModifier and TypeMethodDescriptionprotected TLcdEarthTileFormatTLcdHypsometricEarthPainter.chooseTileFormat(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage) protected booleanTLcdHypsometricEarthPainter.isValidCoverage(ILcdEarthTileSetCoverage aCoverage)