Uses of Interface
com.luciad.earth.repository.codec.ILcdEarthTileDataCodec
Packages that use 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
Methods in com.luciad.earth.model that return types with arguments of type ILcdEarthTileDataCodecModifier and TypeMethodDescriptionTLcdEarthRepositoryModelDecoder.getTileDataCodecs()Returns the current collection of tile data codecs.TLcdEarthTerrainRepositoryModelDecoder.getTileDataCodecs()Returns the current collection of tile data codecs.Methods in com.luciad.earth.model with parameters of type ILcdEarthTileDataCodecModifier and TypeMethodDescriptionvoidTLcdEarthRepositoryModelDecoder.addTileDataCodec(ILcdEarthTileDataCodec aCodec) Adds the specified tile data codec for its encoded format.voidTLcdEarthTerrainRepositoryModelDecoder.addTileDataCodec(ILcdEarthTileDataCodec aCodec) Adds the specified tile data codec for its encoded format.booleanTLcdEarthRepositoryModelDecoder.removeTileDataCodec(ILcdEarthTileDataCodec aCodec) Removes the specified tile data codec for its encoded format.booleanTLcdEarthTerrainRepositoryModelDecoder.removeTileDataCodec(ILcdEarthTileDataCodec aCodec) Removes the specified tile data codec for its encoded format. -
Uses of ILcdEarthTileDataCodec in com.luciad.earth.repository
Methods in com.luciad.earth.repository that return types with arguments of type ILcdEarthTileDataCodecModifier and TypeMethodDescriptionTLcdEarthTileRepository.getTileDataCodecs(String aCoverageName) Returns the tile data codecs for the coverage with the given name.Methods in com.luciad.earth.repository with parameters of type ILcdEarthTileDataCodecModifier and TypeMethodDescriptionvoidTLcdEarthTileRepository.addTileDataCodec(ILcdEarthTileDataCodec aTileDataCodec) Adds a tile data codec for all coverages that are supported by the codec.voidTLcdEarthTileRepository.addTileDataCodec(String aCoverageName, ILcdEarthTileDataCodec aTileDataCodec) Adds a data codec to be used for encoding and decoding tiles of the given coverage.booleanTLcdEarthTileRepository.removeTileDataCodec(ILcdEarthTileDataCodec aTileDataCodec) Removes a tile data codec for all coverages if it is present.booleanTLcdEarthTileRepository.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
Classes in com.luciad.earth.repository.codec that implement ILcdEarthTileDataCodecModifier and TypeClassDescriptionclassA wrapper for tile data codecs that compresses and decompresses tile data using a generic compression format.classA codec forTLcdEarthElevationData.classTile data codec forBufferedImageobjects.classTile data codec forTLcdEarthIndexedVertexArrayobjects.classTile data codec forBufferedImageobjects.classTile data codec forTLcdEarthTerrainTileVertexArrayobjects.classTile data codec forTLcdEarthTextureDataobjects.classTile data codec forTLcdEarthTexturedTerrainTileVertexArrayobjects.classTile data codec forTLcdEarthTexturedVertexArrayobjects.classTile data codec forTLcdEarthVertexArrayobjects.Constructors in com.luciad.earth.repository.codec with parameters of type ILcdEarthTileDataCodec -
Uses of ILcdEarthTileDataCodec in com.luciad.fusion.core
Methods in com.luciad.fusion.core that return types with arguments of type ILcdEarthTileDataCodecModifier and TypeMethodDescriptionabstract Collection<ILcdEarthTileDataCodec> ALfnEnvironment.getTileDataCodecs(ELfnDataType aDataType) Gets the registered tile data codecs.Methods in com.luciad.fusion.core with parameters of type ILcdEarthTileDataCodecModifier and TypeMethodDescriptionabstract voidALfnEnvironment.addTileDataCodec(ILcdEarthTileDataCodec aCodec, ELfnDataType aDataType) Adds (registers) a codec.abstract booleanALfnEnvironment.removeTileDataCodec(ILcdEarthTileDataCodec aCodec, ELfnDataType aDataType) Removes a tile data codec. -
Uses of ILcdEarthTileDataCodec in com.luciad.fusion.engine
Methods in com.luciad.fusion.engine that return ILcdEarthTileDataCodecModifier and TypeMethodDescriptionILfnEngineSession.getTileDataCodec()Gets the codec for the tile data. -
Uses of ILcdEarthTileDataCodec in com.luciad.fusion.tilestore.model
Methods in com.luciad.fusion.tilestore.model that return types with arguments of type ILcdEarthTileDataCodecModifier and TypeMethodDescriptionTLfnTileStoreModelDecoder.getTileDataCodecs(ELfnDataType aDataType) Gets the registered tile data codecs.Methods in com.luciad.fusion.tilestore.model with parameters of type ILcdEarthTileDataCodecModifier and TypeMethodDescriptionvoidTLfnTileStoreModelDecoder.addTileDataCodec(ILcdEarthTileDataCodec aCodec, ELfnDataType aDataType) Adds (registers) a codec.booleanTLfnTileStoreModelDecoder.removeTileDataCodec(ILcdEarthTileDataCodec aCodec, ELfnDataType aDataType) Removes a tile data codec.