Uses of Interface
com.luciad.earth.repository.codec.ILcdEarthTileSetCoverageCodec
Package
Description
Provides a framework for storing the output of an
ILcdEarthTileSet
on disk.Contains codecs used by
TLcdEarthTileRepository
to encode tiles
and coverages.-
Uses of ILcdEarthTileSetCoverageCodec in com.luciad.earth.repository
ModifierConstructorDescriptionTLcdEarthTileRepository
(String aRepositoryName, ILcdEarthTileSetCoverageCodec aCoverageCodec, boolean aReadOnly) Opens an existing tile repository with the given name.TLcdEarthTileRepository
(String aRepositoryName, ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverageCodec aCoverageCodec) Creates a new tile repository with the given name. -
Uses of ILcdEarthTileSetCoverageCodec in com.luciad.earth.repository.codec