Uses of Class
com.luciad.fusion.util.TLfnProgress
Package
Description
This package provides the LuciadFusion engine.
Provides the Tile Store abstraction and a file system implementation.
Provides various utility functionality for the LuciadLightspeed Fusion Client
and for LuciadFusion.
-
Uses of TLfnProgress in com.luciad.fusion.engine
Modifier and TypeMethodDescriptionabstract TLfnProgress
ALfnEngine.getProgress()
Returns the current progress of the fusion engine.Modifier and TypeMethodDescriptionabstract Future
<TLfnProgress> ALfnEngine.getInitialProgress
(ILfnCallback<TLfnProgress> aCallback) Computes the initial progress of the fusion process, before the engine was started.Modifier and TypeMethodDescriptionabstract Future
<TLfnProgress> ALfnEngine.getInitialProgress
(ILfnCallback<TLfnProgress> aCallback) Computes the initial progress of the fusion process, before the engine was started. -
Uses of TLfnProgress in com.luciad.fusion.tilestore
Modifier and TypeMethodDescriptionvoid
ILfnExportHandler.progress
(TLfnProgress aProgress) Indicates progress made by the export.void
ILfnImportHandler.progress
(TLfnProgress aProgress) Indicates progress made by the import.void
ILfnProgressCallback.progress
(TLfnProgress aProgress) Reports intermediate progress of this operation. -
Uses of TLfnProgress in com.luciad.fusion.util
Modifier and TypeFieldDescriptionstatic final TLfnProgress
TLfnProgress.UNKNOWN
A constant representing unknown progress.