Uses of Interface
com.luciad.fusion.tilestore.ILfnImportHandler
Packages that use ILfnImportHandler
Package
Description
Provides the Tile Store abstraction and a file system implementation.
-
Uses of ILfnImportHandler in com.luciad.fusion.tilestore
Methods in com.luciad.fusion.tilestore with parameters of type ILfnImportHandlerModifier 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