Uses of Interface
com.luciad.model.ILcdTileDecoder
Packages that use ILcdTileDecoder
-
Uses of ILcdTileDecoder in com.luciad.model
Methods in com.luciad.model that return ILcdTileDecoderModifier and TypeMethodDescriptionTLcdMultilevelRegularTiledModelDecoder.getDefaultTileDecoder()
Deprecated.Returns theILcdTileDecoder
that will be used if none is specified in the mlm file.Methods in com.luciad.model with parameters of type ILcdTileDecoderModifier and TypeMethodDescriptionprotected ILcd2DBoundsIndexedModel
TLcdMultilevelRegularTiledModelDecoder.decodeLevel
(Properties aProperties, ILcdBounds aModelBounds, ILcdTileDecoder aTileDecoder, ILcdModelReference aModelReference, String aDefaultDirectoryPath, int aLevel) Deprecated.Decodes the sub-model at the specified level.void
TLcdMultilevelRegularTiledModelDecoder.setDefaultTileDecoder
(ILcdTileDecoder aDefaultTileDecoder) Deprecated.Sets the defaultILcdTileDecoder
to use.void
ALcdTileProvider.setTileDecoder
(ILcdTileDecoder aTileDecoder) Deprecated.void
ILcdTileProvider.setTileDecoder
(ILcdTileDecoder aTileDecoder) Deprecated.Sets the tile decoder to use for decoding the tiles from the source files.