Uses of Class
com.luciad.fusion.tilestore.ALfnCoverage
Packages that use ALfnCoverage
Package
Description
Provides the Tile Store abstraction and a file system implementation.
-
Uses of ALfnCoverage in com.luciad.fusion.tilestore
Methods in com.luciad.fusion.tilestore that return ALfnCoverageModifier and TypeMethodDescriptionALfnTileStore.getCoverage(String aID) Gets a coverage from the Tile Store.ALfnTileStoreWrapper.getCoverage(String aID) TLfnCachingTileStore.getCoverage(String aID) TLfnDigestTileStore.getCoverage(String aID) TLfnFileSystemTileStore.getCoverage(String aID) Methods in com.luciad.fusion.tilestore with parameters of type ALfnCoverageModifier and TypeMethodDescriptionstatic Future<?> TLfnTileStoreUtil.copyCoverage(ALfnCoverage aSourceCoverage, ALfnTileStore aTargetTileStore, ILfnImportHandler aHandler) Copies the given source coverage to the given target Tile Store.static Future<?> TLfnTileStoreUtil.copyCoverage(ALfnCoverage aSourceCoverage, ALfnTileStore aTargetTileStore, String aTargetCoverageId, ILfnProgressCallback<ALfnTileStore.WriteResult> aCallback) Copies a given source coverage to a the given target Tile Store with a new ID.static Future<?> TLfnTileStoreUtil.copyCoverageTileData(ALfnCoverage aSourceCoverage, ALfnCoverage aTargetCoverage, ILfnImportHandler aHandler) Deprecated.voidTLfnDigestTileStore.InvalidMessageDigestHandler.invalidMessageDigest(ALfnCoverage aCoverage, TLfnTileCoordinates aTileCoordinates) Reports a mismatch between the digest that has been computed on the tile data and the recorded digest.
TLfnTileStoreUtil.copyCoverage(ALfnCoverage, ALfnTileStore, String, ILfnProgressCallback)instead