Uses of Interface
com.luciad.fusion.tilestore.ILfnImportHandler
Package
Description
Provides the Tile Store abstraction and a file system implementation.
-
Uses of ILfnImportHandler in com.luciad.fusion.tilestore
Modifier 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.copyCoverageTileData
(ALfnCoverage aSourceCoverage, ALfnCoverage aTargetCoverage, ILfnImportHandler aHandler) Deprecated.Future
<?> ALfnCoverage.importFrom
(ILfnImportHandler aHandler, ReadableByteChannel aSource) Deprecated.
TLfnTileStoreUtil.copyCoverage(ALfnCoverage, ALfnTileStore, String, ILfnProgressCallback)
instead