Uses of Interface
com.luciad.earth.tileset.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
ILcdEarthTileSet
s with terrain data.Contains various utility implementations of
ILcdEarthTileSet
.Contains tile splitters used by
TLcdEarthLevelFallbackTileSet
.Provides 2D visualization support for
ILcdEarthTileSet
s.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
Modifier and TypeMethodDescriptionTLcdEarthMetadataTerrainTileSet.getTileSetCoverage
(int aIndex) TLcdEarthMetadataTerrainTileSet.getTileSetCoverage
(String aCoverageName) Modifier and TypeMethodDescriptionvoid
TLcdEarthMetadataTerrainTileSet.cancelTile
(int aLevel, long aTileX, long aTileY, ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, ILcdEarthTileSetCallback aCallback, Object aContext) boolean
TLcdEarthMetadataTerrainTileSet.containsTile
(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aX, long aY, Object aContext) protected boolean
TLcdEarthTileRepositoryPreprocessor.getCombinableTilesSFCT
(ILcdEarthEditableTileSet aTargetTileSet, ILcdEarthTileSetCoverage aTargetCoverage, int aLevel, long aTileX, long aTileY, TLcdEarthTileFormat aTargetFormat, ALcdEarthTile[][] aTilesSFCT) Collects four tiles to be used with anILcdEarthTileCombiner
.boolean
TLcdEarthMetadataTerrainTileSet.isFormatSupported
(ILcdEarthTileSetCoverage aCoverage, TLcdEarthTileFormat aFormat) boolean
TLcdEarthMetadataTerrainTileSet.isGeoReferenceSupported
(ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference) void
ILcdEarthPreprocessorProgressListener.preprocessingStarted
(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage[] aCoverages, int aNumLevels, ILcdEarthAsset[] aAssets, long[] aNumAssetTiles, long[] aNumTilesLeft) Called when the tile preprocessing starts.void
TLcdEarthMetadataTerrainTileSet.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) boolean
ILcdEarthPreprocessorProgressListener.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.void
TLcdEarthTileRepositoryPreprocessor.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
Modifier and TypeMethodDescriptionprotected ALcdEarthTile
ALcdEarthTileCombiner.createCombinedTile
(ILcd3DEditableBounds aCombinedBounds, Object aCombinedData, int aLevel, long aX, long aY, ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoreference, TLcdEarthTileFormat aFormat) Returns a newTLcdEarthTile
with the given properties. -
Uses of ILcdEarthTileSetCoverage in com.luciad.earth.repository
Modifier and TypeMethodDescriptionTLcdEarthTileRepository.getTileSetCoverage
(int aIndex) TLcdEarthTileRepository.getTileSetCoverage
(String aCoverageName) Modifier and TypeMethodDescriptionvoid
TLcdEarthTileRepository.addTileSetCoverage
(ILcdEarthTileSetCoverage aCoverage) void
TLcdEarthTileRepository.addTileSetCoverage
(ILcdEarthTileSetCoverage aCoverage, String aTargetName, ILcdGeoReference aTargetReference) void
TLcdEarthTileRepository.cancelTile
(int aLevel, long aTileX, long aTileY, ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, ILcdEarthTileSetCallback aCallback, Object aContext) boolean
TLcdEarthTileRepository.containsTile
(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aX, long aY, Object aContext) boolean
TLcdEarthTileRepository.isFormatSupported
(ILcdEarthTileSetCoverage aCoverage, TLcdEarthTileFormat aFormat) The native format of a coverage is generally not supported as this is an encoded format.boolean
TLcdEarthTileRepository.isGeoReferenceSupported
(ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference) TLcdEarthTileRepository.iterator
(ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat) If aTLcdEarthTileSetIterationException
is thrown during the iteration and itstile
is notnull
it is guaranteed that it contains enough attributes such that theTLcdEarthTileRepository.removeTile(com.luciad.earth.tileset.ALcdEarthTile, java.lang.Object)
can still work.void
TLcdEarthTileRepository.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) void
TLcdEarthTileRepository.removeTileSetCoverage
(ILcdEarthTileSetCoverage aCoverage) -
Uses of ILcdEarthTileSetCoverage in com.luciad.earth.repository.codec
Modifier and TypeMethodDescriptionILcdEarthTileSetCoverageCodec.decodeTileSetCoverage
(InputStream aSource) Decodes a coverage from the given input stream.TLcdEarthTileSetCoverageCodec.decodeTileSetCoverage
(InputStream aSource) Modifier and TypeMethodDescriptionvoid
ILcdEarthTileSetCoverageCodec.encodeTileSetCoverageAs
(ILcdEarthTileSetCoverage aCoverage, String aTargetName, ILcdGeoReference aTargetReference, ILcdEarthTileSet aRepository, TLcdEarthTileFormat aFormat, OutputStream aDestination) Encodes the specified coverage to the given output stream.void
TLcdEarthTileSetCoverageCodec.encodeTileSetCoverageAs
(ILcdEarthTileSetCoverage aCoverage, String aTargetName, ILcdGeoReference aTargetReference, ILcdEarthTileSet aRepository, TLcdEarthTileFormat aFormat, OutputStream aDestination) -
Uses of ILcdEarthTileSetCoverage in com.luciad.earth.tileset
Modifier and TypeInterfaceDescriptioninterface
AnILcdEarthRasterTileSetCoverage
with multi-valued values.interface
AnILcdEarthTileSetCoverage
with properties specific to raster data.interface
An extension ofILcdEarthTileSetCoverage
for coverages that contain vector data.Modifier and TypeClassDescriptionclass
Default implementation ofILcdEarthTileSetCoverage
.class
Default implementation ofILcdEarthVectorTileSetCoverage
.Modifier and TypeMethodDescriptionabstract ILcdEarthTileSetCoverage
ALcdEarthTile.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()
Modifier and TypeMethodDescriptionvoid
ILcdEarthEditableTileSet.addTileSetCoverage
(ILcdEarthTileSetCoverage aCoverage) Adds a coverage to the tileset.void
ILcdEarthEditableTileSet.addTileSetCoverage
(ILcdEarthTileSetCoverage aCoverage, String aTargetName, ILcdGeoReference aTargetReference) Adds a coverage to the tileset, overriding the coverage's native georeference and name.void
ALcdEarthTileSet.cancelTile
(int aLevel, long aTileX, long aTileY, ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, ILcdEarthTileSetCallback aCallback, Object aContext) void
ILcdEarthTileSet.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.boolean
ALcdEarthTileSet.containsTile
(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aX, long aY, Object aContext) boolean
ILcdEarthTileSet.containsTile
(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aX, long aY, Object aContext) Returns true if the repository contains the specified tile.boolean
ALcdEarthTileSet.isFormatSupported
(ILcdEarthTileSetCoverage aCoverage, TLcdEarthTileFormat aFormat) Returns true only for the coverage's native format.boolean
ILcdEarthTileSet.isFormatSupported
(ILcdEarthTileSetCoverage aCoverage, TLcdEarthTileFormat aFormat) Returns true if the tileset can produce tiles for the given coverage in the given format.boolean
ALcdEarthTileSet.isGeoReferenceSupported
(ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference) Returns true only for the coverage's native georeference.boolean
ILcdEarthTileSet.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) void
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.ILcdEarthTileSet.produceTile
(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aX, long aY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, Object aContext) Gets a tile from the repository.void
ILcdEarthEditableTileSet.removeTileSetCoverage
(ILcdEarthTileSetCoverage aCoverage) Removes the specified coverage from the tileset.void
ILcdEarthTileSetCallback.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.ModifierConstructorDescriptionTLcdEarthTile
(ILcdBounds aBounds, Object aData, int aLevel, long aTileX, long aTileY, ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat) Creates a newTLcdEarthTile
with 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 newTLcdEarthTile
with the given parameters. -
Uses of ILcdEarthTileSetCoverage in com.luciad.earth.tileset.raster
Modifier 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) Modifier and TypeMethodDescriptionvoid
TLcdEarthAssetGXYViewTileSet.cancelTile
(int aLevel, long aTileX, long aTileY, ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, ILcdEarthTileSetCallback aCallback, Object aContext) boolean
TLcdEarthAssetGXYViewTileSet.containsTile
(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aX, long aY, Object aContext) boolean
TLcdEarthGXYViewTileSet.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 ornull
if no such image layer is present.int
TLcdEarthCompositeImageTileSet.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.boolean
TLcdEarthAssetGXYViewTileSet.isFormatSupported
(ILcdEarthTileSetCoverage aCoverage, TLcdEarthTileFormat aFormat) boolean
TLcdEarthCompositeImageTileSet.isFormatSupported
(ILcdEarthTileSetCoverage aCoverage, TLcdEarthTileFormat aFormat) boolean
TLcdEarthAssetGXYViewTileSet.isGeoReferenceSupported
(ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference) boolean
TLcdEarthCompositeImageTileSet.isGeoReferenceSupported
(ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference) boolean
TLcdEarthGXYViewTileSet.isGeoReferenceSupported
(ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference) boolean
TLcdEarthCompositeImageTileSet.isSupported
(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage, BufferedImageOp aBufferedImageOp) Returns whether an image layer with the given parameters is supported.protected abstract boolean
ALcdEarthTileSetMultilevelRaster.isValidRasterCoverage
(ILcdEarthTileSetCoverage aCoverage) Returns whether the given coverage is a valid raster coverage for this multi level raster.protected boolean
TLcdEarthTileSetElevationMultilevelRaster.isValidRasterCoverage
(ILcdEarthTileSetCoverage aCoverage) protected boolean
TLcdEarthTileSetMultilevelRaster.isValidRasterCoverage
(ILcdEarthTileSetCoverage aCoverage) void
TLcdEarthAssetGXYViewTileSet.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) 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) ModifierConstructorDescriptionprotected
ALcdEarthTileSetMultilevelRaster
(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
Modifier 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) Modifier and TypeMethodDescriptionvoid
TLcdEarthAssetTerrainElevationTileSet.cancelTile
(int aLevel, long aTileX, long aTileY, ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, ILcdEarthTileSetCallback aCallback, Object aContext) void
TLcdEarthTexturedTerrainTileSet.cancelTile
(int aLevel, long aTileX, long aTileY, ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, ILcdEarthTileSetCallback aCallback, Object aContext) boolean
TLcdEarthAssetTerrainElevationTileSet.containsTile
(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aX, long aY, Object aContext) boolean
TLcdEarthTexturedTerrainTileSet.containsTile
(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aX, long aY, Object aContext) static boolean
TLcdEarthTileSetElevationProvider.isElevationCoverage
(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage) Returns whether the coverage in the specified coverage contains elevation data.boolean
TLcdEarthAssetTerrainElevationTileSet.isFormatSupported
(ILcdEarthTileSetCoverage aCoverage, TLcdEarthTileFormat aFormat) boolean
TLcdEarthTexturedTerrainTileSet.isFormatSupported
(ILcdEarthTileSetCoverage aCoverage, TLcdEarthTileFormat aFormat) boolean
TLcdEarthAssetTerrainElevationTileSet.isGeoReferenceSupported
(ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference) boolean
TLcdEarthTexturedTerrainTileSet.isGeoReferenceSupported
(ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference) void
TLcdEarthAssetTerrainElevationTileSet.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) void
TLcdEarthTexturedTerrainTileSet.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) ModifierConstructorDescriptionTLcdEarthTileSetElevationProvider
(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
Modifier 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) Modifier and TypeMethodDescriptionprotected abstract boolean
ALcdEarthCoverageFilterTileSet.accept
(ILcdEarthTileSetCoverage aCoverage) Returns whether the given coverage should be present.void
TLcdEarthThreadSafeEditableTileSet.addTileSetCoverage
(ILcdEarthTileSetCoverage aCoverage) void
TLcdEarthThreadSafeEditableTileSet.addTileSetCoverage
(ILcdEarthTileSetCoverage aCoverage, String aTargetName, ILcdGeoReference aTargetReference) void
ALcdEarthTileSetWrapper.cancelTile
(int aLevel, long aTileX, long aTileY, ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, ILcdEarthTileSetCallback aCallback, Object aContext) This method should be overridden if theproduceTile
and/orupdateTile
is overridden and the new implementation calls the implementation of this class using different parameters than passed to it.void
TLcdEarthAsynchronousTileSet.cancelTile
(int aLevel, long aTileX, long aTileY, ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, ILcdEarthTileSetCallback aCallback, Object aContext) void
TLcdEarthCompositeTileSet.cancelTile
(int aLevel, long aTileX, long aTileY, ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, ILcdEarthTileSetCallback aCallback, Object aContext) void
TLcdEarthLevelFallbackTileSet.cancelTile
(int aLevel, long aTileX, long aTileY, ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, ILcdEarthTileSetCallback aCallback, Object aContext) void
TLcdEarthMemoryCachingTileSet.cancelTile
(int aLevel, long aTileX, long aTileY, ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, ILcdEarthTileSetCallback aCallback, Object aContext) void
TLcdEarthMultiTileSet.cancelTile
(int aLevel, long aTileX, long aTileY, ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, ILcdEarthTileSetCallback aCallback, Object aContext) void
TLcdEarthReadOnlyTileSet.cancelTile
(int aLevel, long aTileX, long aTileY, ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, ILcdEarthTileSetCallback aCallback, Object aContext) void
TLcdEarthThreadSafeTileSet.cancelTile
(int aLevel, long aTileX, long aTileY, ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, ILcdEarthTileSetCallback aCallback, Object aContext) boolean
TLcdEarthCompositeTileSet.canRegisterCoverage
(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage) Returns whether a single coverage of a tileset can be registered.boolean
ALcdEarthTileSetWrapper.containsTile
(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aX, long aY, Object aContext) boolean
TLcdEarthCompositeTileSet.containsTile
(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aX, long aY, Object aContext) boolean
TLcdEarthMemoryCachingTileSet.containsTile
(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aX, long aY, Object aContext) boolean
TLcdEarthMultiTileSet.containsTile
(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aX, long aY, Object aContext) boolean
TLcdEarthReadOnlyTileSet.containsTile
(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aX, long aY, Object aContext) boolean
TLcdEarthThreadSafeTileSet.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.boolean
TLcdEarthCompositeTileSet.isCoverageRegistered
(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage) Returns whether a coverage of a tileset is currently registered.boolean
ALcdEarthTileSetWrapper.isFormatSupported
(ILcdEarthTileSetCoverage aCoverage, TLcdEarthTileFormat aFormat) boolean
TLcdEarthCompositeTileSet.isFormatSupported
(ILcdEarthTileSetCoverage aCoverage, TLcdEarthTileFormat aFormat) boolean
TLcdEarthReadOnlyTileSet.isFormatSupported
(ILcdEarthTileSetCoverage aCoverage, TLcdEarthTileFormat aFormat) boolean
TLcdEarthThreadSafeTileSet.isFormatSupported
(ILcdEarthTileSetCoverage aCoverage, TLcdEarthTileFormat aFormat) boolean
ALcdEarthTileSetWrapper.isGeoReferenceSupported
(ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference) boolean
TLcdEarthCompositeTileSet.isGeoReferenceSupported
(ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference) boolean
TLcdEarthReadOnlyTileSet.isGeoReferenceSupported
(ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference) boolean
TLcdEarthThreadSafeTileSet.isGeoReferenceSupported
(ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference) void
ALcdEarthTileSetWrapper.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) 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) TLcdEarthCompositeTileSet.produceTile
(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aX, long aY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, Object aContext) void
TLcdEarthLevelFallbackTileSet.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) void
TLcdEarthMemoryCachingTileSet.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) void
TLcdEarthMultiTileSet.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) void
TLcdEarthReadOnlyTileSet.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) void
TLcdEarthThreadSafeTileSet.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) void
TLcdEarthCompositeTileSet.registerCoverage
(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage) Registers a single coverage of a tileset.void
TLcdEarthThreadSafeEditableTileSet.removeTileSetCoverage
(ILcdEarthTileSetCoverage aCoverage) void
TLcdEarthLevelFallbackTileSet.setTileSplitter
(ILcdEarthTileSplitter aTileSplitter, ILcdEarthTileSetCoverage aCoverage) Sets the tile splitter used for the given coverage.boolean
TLcdEarthCompositeTileSet.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
Modifier and TypeMethodDescriptionprotected ALcdEarthTile
ALcdEarthTileSplitter.createSubTile
(ILcd3DEditableBounds aBounds, Object aData, int aLevel, long aX, long aY, ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat) Returns a newTLcdEarthTile
with the given properties. -
Uses of ILcdEarthTileSetCoverage in com.luciad.earth.view.gxy
Modifier and TypeMethodDescriptionprotected abstract ILcdEarthTileSetCoverage
ALcdEarthGXYPainter.chooseTileSetCoverage
(ILcdEarthTileSet aTileSet) Chooses a coverage in a tile set.protected ILcdEarthTileSetCoverage
TLcdEarthGXYMultivaluedRasterPainter.chooseTileSetCoverage
(ILcdEarthTileSet aTileSet) Chooses a coverage from the given tile set to be drawn by this painter.protected ILcdEarthTileSetCoverage
TLcdEarthGXYRasterPainter.chooseTileSetCoverage
(ILcdEarthTileSet aTileSet) Chooses a coverage from the given tile set to be drawn by this painter.protected ILcdEarthTileSetCoverage
TLcdEarthGXYVectorPainter.chooseTileSetCoverage
(ILcdEarthTileSet aTileSet) protected ILcdEarthTileSetCoverage
ALcdEarthGXYPainter.getTileSetCoverage()
Returns the coverage in the tile set for the current object.Modifier and TypeMethodDescriptionprotected TLcdEarthTileFormat
TLcdEarthGXYElevationRasterPainter.chooseTileFormat
(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage) Chooses a tile format from the given tileset and coverage to be used for producing tiles.protected TLcdEarthTileFormat
TLcdEarthGXYRasterPainter.chooseTileFormat
(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage) Chooses a tile format from the given tile set and coverage to be used for producing tiles.protected TLcdEarthTileFormat
TLcdEarthGXYSinglevaluedRasterPainter.chooseTileFormat
(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage) Chooses a tile format from the given tileset and coverage to be used for producing tiles.int
ILcdEarthGXYLodSelectionStrategy.getLevel
(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage, Graphics aGraphics, ILcdGXYContext aGXYContext) Selects the most appropriate level for the given tileset.int
TLcdEarthGXYPointDensityLodStrategy.getLevel
(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage, Graphics aGraphics, ILcdGXYContext aContext) protected boolean
TLcdEarthGXYElevationRasterPainter.isValidCoverage
(ILcdEarthTileSetCoverage aCoverage) Returns whether the given coverage can be drawn by this painter.protected boolean
TLcdEarthGXYMultivaluedRasterPainter.isValidCoverage
(ILcdEarthTileSetCoverage aCoverage) Returns whether the given coverage can be drawn by this painter.protected boolean
TLcdEarthGXYRasterPainter.isValidCoverage
(ILcdEarthTileSetCoverage aCoverage) Returns whether the given coverage can be drawn by this painter.protected boolean
TLcdEarthGXYSinglevaluedRasterPainter.isValidCoverage
(ILcdEarthTileSetCoverage aCoverage) Returns whether the given coverage can be drawn by this painter. -
Uses of ILcdEarthTileSetCoverage in com.luciad.earth.view.util
Modifier and TypeMethodDescriptionTLcdEarthTileContext.getCoverage()
Returns the coverage in the tile set that was paintedModifierConstructorDescriptionTLcdEarthTileContext
(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
. -
Uses of ILcdEarthTileSetCoverage in com.luciad.tea.hypsometry
Modifier and TypeMethodDescriptionprotected TLcdEarthTileFormat
TLcdHypsometricEarthPainter.chooseTileFormat
(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage) protected boolean
TLcdHypsometricEarthPainter.isValidCoverage
(ILcdEarthTileSetCoverage aCoverage)