Uses of Interface
com.luciad.earth.repository.codec.ILcdEarthTileDataCodec
Package
Description
Provides model descriptors for the Luciad Earth framework.
Provides a framework for storing the output of an
ILcdEarthTileSet
on disk.Contains codecs used by
TLcdEarthTileRepository
to encode tiles
and coverages.Core functionality for the LuciadLightspeed Fusion Client and LuciadFusion.
This package provides the LuciadFusion engine.
Provides the model and model decoder abstraction for a Tile Store.
-
Uses of ILcdEarthTileDataCodec in com.luciad.earth.model
Modifier and TypeMethodDescriptionTLcdEarthRepositoryModelDecoder.getTileDataCodecs()
Returns the current collection of tile data codecs.TLcdEarthTerrainRepositoryModelDecoder.getTileDataCodecs()
Returns the current collection of tile data codecs.Modifier and TypeMethodDescriptionvoid
TLcdEarthRepositoryModelDecoder.addTileDataCodec
(ILcdEarthTileDataCodec aCodec) Adds the specified tile data codec for its encoded format.void
TLcdEarthTerrainRepositoryModelDecoder.addTileDataCodec
(ILcdEarthTileDataCodec aCodec) Adds the specified tile data codec for its encoded format.boolean
TLcdEarthRepositoryModelDecoder.removeTileDataCodec
(ILcdEarthTileDataCodec aCodec) Removes the specified tile data codec for its encoded format.boolean
TLcdEarthTerrainRepositoryModelDecoder.removeTileDataCodec
(ILcdEarthTileDataCodec aCodec) Removes the specified tile data codec for its encoded format. -
Uses of ILcdEarthTileDataCodec in com.luciad.earth.repository
Modifier and TypeMethodDescriptionTLcdEarthTileRepository.getTileDataCodecs
(String aCoverageName) Returns the tile data codecs for the coverage with the given name.Modifier and TypeMethodDescriptionvoid
TLcdEarthTileRepository.addTileDataCodec
(ILcdEarthTileDataCodec aTileDataCodec) Adds a tile data codec for all coverages that are supported by the codec.void
TLcdEarthTileRepository.addTileDataCodec
(String aCoverageName, ILcdEarthTileDataCodec aTileDataCodec) Adds a data codec to be used for encoding and decoding tiles of the given coverage.boolean
TLcdEarthTileRepository.removeTileDataCodec
(ILcdEarthTileDataCodec aTileDataCodec) Removes a tile data codec for all coverages if it is present.boolean
TLcdEarthTileRepository.removeTileDataCodec
(String aCoverageName, ILcdEarthTileDataCodec aTileDataCodec) Removes a tile data codec for a single coverage if it is present. -
Uses of ILcdEarthTileDataCodec in com.luciad.earth.repository.codec
Modifier and TypeClassDescriptionclass
A wrapper for tile data codecs that compresses and decompresses tile data using a generic compression format.class
A codec forTLcdEarthElevationData
.class
Tile data codec forBufferedImage
objects.class
Tile data codec forTLcdEarthIndexedVertexArray
objects.class
Tile data codec forBufferedImage
objects.class
Tile data codec forTLcdEarthTerrainTileVertexArray
objects.class
Tile data codec forTLcdEarthTextureData
objects.class
Tile data codec forTLcdEarthTexturedTerrainTileVertexArray
objects.class
Tile data codec forTLcdEarthTexturedVertexArray
objects.class
Tile data codec forTLcdEarthVertexArray
objects. -
Uses of ILcdEarthTileDataCodec in com.luciad.fusion.core
Modifier and TypeMethodDescriptionabstract Collection
<ILcdEarthTileDataCodec> ALfnEnvironment.getTileDataCodecs
(ELfnDataType aDataType) Gets the registered tile data codecs.Modifier and TypeMethodDescriptionabstract void
ALfnEnvironment.addTileDataCodec
(ILcdEarthTileDataCodec aCodec, ELfnDataType aDataType) Adds (registers) a codec.abstract boolean
ALfnEnvironment.removeTileDataCodec
(ILcdEarthTileDataCodec aCodec, ELfnDataType aDataType) Removes a tile data codec. -
Uses of ILcdEarthTileDataCodec in com.luciad.fusion.engine
Modifier and TypeMethodDescriptionILfnEngineSession.getTileDataCodec()
Gets the codec for the tile data. -
Uses of ILcdEarthTileDataCodec in com.luciad.fusion.tilestore.model
Modifier and TypeMethodDescriptionTLfnTileStoreModelDecoder.getTileDataCodecs
(ELfnDataType aDataType) Gets the registered tile data codecs.Modifier and TypeMethodDescriptionvoid
TLfnTileStoreModelDecoder.addTileDataCodec
(ILcdEarthTileDataCodec aCodec, ELfnDataType aDataType) Adds (registers) a codec.boolean
TLfnTileStoreModelDecoder.removeTileDataCodec
(ILcdEarthTileDataCodec aCodec, ELfnDataType aDataType) Removes a tile data codec.