Uses of Class
com.luciad.earth.tileset.TLcdEarthTileFormat
Packages that use TLcdEarthTileFormat
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.This package provides the LuciadFusion engine.
The hypsometry package provides support for computing and rendering slopes,
orientations, azimuths, and other parameters derived from elevations.
-
Uses of TLcdEarthTileFormat in com.luciad.earth.metadata.preprocessor
Methods in com.luciad.earth.metadata.preprocessor with parameters of type TLcdEarthTileFormatModifier and TypeMethodDescriptionvoidTLcdEarthMetadataTerrainTileSet.cancelTile(int aLevel, long aTileX, long aTileY, ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, ILcdEarthTileSetCallback aCallback, 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) 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) 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 TLcdEarthTileFormat in com.luciad.earth.metadata.preprocessor.combiner
Methods in com.luciad.earth.metadata.preprocessor.combiner that return TLcdEarthTileFormatModifier and TypeMethodDescriptionILcdEarthTileCombiner.getDataFormat()Returns the type of data that can be combined by this combiner.TLcdEarthElevationDataCombiner.getDataFormat()TLcdEarthImageCombiner.getDataFormat()TLcdEarthTerrainTileVertexArrayCombiner.getDataFormat()Methods in com.luciad.earth.metadata.preprocessor.combiner with parameters of type TLcdEarthTileFormatModifier 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 TLcdEarthTileFormat in com.luciad.earth.repository
Methods in com.luciad.earth.repository with parameters of type TLcdEarthTileFormatModifier and TypeMethodDescriptionvoidTLcdEarthTileRepository.cancelTile(int aLevel, long aTileX, long aTileY, ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, ILcdEarthTileSetCallback aCallback, Object aContext) booleanTLcdEarthTileRepository.isFormatSupported(ILcdEarthTileSetCoverage aCoverage, TLcdEarthTileFormat aFormat) The native format of a coverage is generally not supported as this is an encoded format.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) -
Uses of TLcdEarthTileFormat in com.luciad.earth.repository.codec
Methods in com.luciad.earth.repository.codec that return TLcdEarthTileFormatModifier and TypeMethodDescriptionILcdEarthTileDataCodec.getDecodedTileFormat()Returns the tile data format that this codec can encode or decode.TLcdEarthCompressorTileDataCodec.getDecodedTileFormat()TLcdEarthElevationDataTileDataCodec.getDecodedTileFormat()TLcdEarthImageTileDataCodec.getDecodedTileFormat()TLcdEarthIndexedVertexArrayTileDataCodec.getDecodedTileFormat()TLcdEarthSeparateAlphaImageTileDataCodec.getDecodedTileFormat()TLcdEarthTerrainTileVertexArrayTileDataCodec.getDecodedTileFormat()TLcdEarthTextureDataTileDataCodec.getDecodedTileFormat()TLcdEarthTexturedTerrainTileVertexArrayTileDataCodec.getDecodedTileFormat()TLcdEarthTexturedVertexArrayTileDataCodec.getDecodedTileFormat()TLcdEarthVertexArrayTileDataCodec.getDecodedTileFormat()ILcdEarthTileDataCodec.getEncodedDataFormat()Returns the format in which this codec encodes data.TLcdEarthCompressorTileDataCodec.getEncodedDataFormat()TLcdEarthElevationDataTileDataCodec.getEncodedDataFormat()TLcdEarthImageTileDataCodec.getEncodedDataFormat()TLcdEarthIndexedVertexArrayTileDataCodec.getEncodedDataFormat()TLcdEarthSeparateAlphaImageTileDataCodec.getEncodedDataFormat()TLcdEarthTerrainTileVertexArrayTileDataCodec.getEncodedDataFormat()TLcdEarthTextureDataTileDataCodec.getEncodedDataFormat()TLcdEarthTexturedTerrainTileVertexArrayTileDataCodec.getEncodedDataFormat()TLcdEarthTexturedVertexArrayTileDataCodec.getEncodedDataFormat()TLcdEarthVertexArrayTileDataCodec.getEncodedDataFormat()Methods in com.luciad.earth.repository.codec with parameters of type TLcdEarthTileFormatModifier 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 TLcdEarthTileFormat in com.luciad.earth.tileset
Methods in com.luciad.earth.tileset that return TLcdEarthTileFormatModifier and TypeMethodDescriptionabstract TLcdEarthTileFormatALcdEarthTile.getDataFormat()Returns the tile data's format.TLcdEarthTile.getDataFormat()ILcdEarthTileSetCoverage.getNativeFormat()Returns the format in which data can be obtained from this coverage.TLcdEarthTileSetCoverage.getNativeFormat()Methods in com.luciad.earth.tileset with parameters of type TLcdEarthTileFormatModifier and TypeMethodDescriptionvoidALcdEarthTileSet.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.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.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.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 TLcdEarthTileFormatModifierConstructorDescriptionTLcdEarthTile(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.TLcdEarthTileSetCoverage(String aName, ILcdEarthTileSetCoverage.CoverageType aCoverageType, TLcdEarthTileFormat aDataFormat, ILcdGeoReference aGeoReference) Creates aTLcdEarthTileSetCoveragewith the given parameters.TLcdEarthVectorTileSetCoverage(String aName, ILcdEarthTileSetCoverage.CoverageType aCoverageType, TLcdEarthTileFormat aDataFormat, ILcdGeoReference aGeoReference, ILcdEarthVectorTileSetCoverage.ShapeType aShapeType) Creates a new vector coverage with the specified parameters. -
Uses of TLcdEarthTileFormat in com.luciad.earth.tileset.raster
Methods in com.luciad.earth.tileset.raster with parameters of type TLcdEarthTileFormatModifier and TypeMethodDescriptionvoidTLcdEarthAssetGXYViewTileSet.cancelTile(int aLevel, long aTileX, long aTileY, ILcdEarthTileSetCoverage aCoverage, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, ILcdEarthTileSetCallback aCallback, Object aContext) booleanTLcdEarthAssetGXYViewTileSet.isFormatSupported(ILcdEarthTileSetCoverage aCoverage, TLcdEarthTileFormat aFormat) booleanTLcdEarthCompositeImageTileSet.isFormatSupported(ILcdEarthTileSetCoverage aCoverage, TLcdEarthTileFormat aFormat) 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) -
Uses of TLcdEarthTileFormat in com.luciad.earth.tileset.terrain
Methods in com.luciad.earth.tileset.terrain with parameters of type TLcdEarthTileFormatModifier 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.isFormatSupported(ILcdEarthTileSetCoverage aCoverage, TLcdEarthTileFormat aFormat) booleanTLcdEarthTexturedTerrainTileSet.isFormatSupported(ILcdEarthTileSetCoverage aCoverage, TLcdEarthTileFormat aFormat) 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) -
Uses of TLcdEarthTileFormat in com.luciad.earth.tileset.util
Methods in com.luciad.earth.tileset.util with parameters of type TLcdEarthTileFormatModifier and TypeMethodDescriptionvoidALcdEarthTileSetWrapper.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) TLcdEarthMemoryCachingTileSet.getTileFromCache(ILcdEarthTileSetCoverage aCoverage, int aLevel, long aTileX, long aTileY, ILcdGeoReference aGeoReference, TLcdEarthTileFormat aFormat, Object aContext) Retrieves a tile from the cache.booleanALcdEarthTileSetWrapper.isFormatSupported(ILcdEarthTileSetCoverage aCoverage, TLcdEarthTileFormat aFormat) booleanTLcdEarthCompositeTileSet.isFormatSupported(ILcdEarthTileSetCoverage aCoverage, TLcdEarthTileFormat aFormat) booleanTLcdEarthReadOnlyTileSet.isFormatSupported(ILcdEarthTileSetCoverage aCoverage, TLcdEarthTileFormat aFormat) booleanTLcdEarthThreadSafeTileSet.isFormatSupported(ILcdEarthTileSetCoverage aCoverage, TLcdEarthTileFormat aFormat) 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) voidTLcdEarthLevelFallbackTileSet.setTileSplitter(ILcdEarthTileSplitter aTileSplitter, TLcdEarthTileFormat aDataFormatClass) Sets the tile splitter of all coverages that support the given data format class. -
Uses of TLcdEarthTileFormat in com.luciad.earth.tileset.util.splitter
Methods in com.luciad.earth.tileset.util.splitter that return TLcdEarthTileFormatModifier and TypeMethodDescriptionILcdEarthTileSplitter.getDataFormat()TLcdEarthElevationDataSplitter.getDataFormat()TLcdEarthImageSplitter.getDataFormat()TLcdEarthMultivaluedDataSplitter.getDataFormat()Methods in com.luciad.earth.tileset.util.splitter with parameters of type TLcdEarthTileFormatModifier 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 TLcdEarthTileFormat in com.luciad.earth.view.gxy
Methods in com.luciad.earth.view.gxy that return TLcdEarthTileFormatModifier 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 TLcdEarthTileFormatTLcdEarthGXYRasterPainter.getRequestFormat()Returns the tile format used to request tiles. -
Uses of TLcdEarthTileFormat in com.luciad.fusion.engine
Methods in com.luciad.fusion.engine that return TLcdEarthTileFormatModifier and TypeMethodDescriptionILfnEngineSession.getSourceFormat()Gets the tile format of the source data. -
Uses of TLcdEarthTileFormat in com.luciad.tea.hypsometry
Methods in com.luciad.tea.hypsometry that return TLcdEarthTileFormatModifier and TypeMethodDescriptionprotected TLcdEarthTileFormatTLcdHypsometricEarthPainter.chooseTileFormat(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage)