Uses of Interface
com.luciad.model.ILcdTileDecoder
-
Uses of ILcdTileDecoder in com.luciad.model
Modifier and TypeMethodDescriptionTLcdMultilevelRegularTiledModelDecoder.getDefaultTileDecoder()
Deprecated.Returns theILcdTileDecoder
that will be used if none is specified in the mlm file.Modifier 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.