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 theILcdTileDecoderthat will be used if none is specified in the mlm file.Methods in com.luciad.model with parameters of type ILcdTileDecoderModifier and TypeMethodDescriptionprotected ILcd2DBoundsIndexedModelTLcdMultilevelRegularTiledModelDecoder.decodeLevel(Properties aProperties, ILcdBounds aModelBounds, ILcdTileDecoder aTileDecoder, ILcdModelReference aModelReference, String aDefaultDirectoryPath, int aLevel) Deprecated.Decodes the sub-model at the specified level.voidTLcdMultilevelRegularTiledModelDecoder.setDefaultTileDecoder(ILcdTileDecoder aDefaultTileDecoder) Deprecated.Sets the defaultILcdTileDecoderto use.voidALcdTileProvider.setTileDecoder(ILcdTileDecoder aTileDecoder) Deprecated.voidILcdTileProvider.setTileDecoder(ILcdTileDecoder aTileDecoder) Deprecated.Sets the tile decoder to use for decoding the tiles from the source files.