Uses of Class
com.luciad.fusion.util.TLfnProgress
Packages that use 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
Methods in com.luciad.fusion.engine that return TLfnProgressModifier and TypeMethodDescriptionabstract TLfnProgress
ALfnEngine.getProgress()
Returns the current progress of the fusion engine.Methods in com.luciad.fusion.engine that return types with arguments of type TLfnProgressModifier and TypeMethodDescriptionabstract Future
<TLfnProgress> ALfnEngine.getInitialProgress
(ILfnCallback<TLfnProgress> aCallback) Computes the initial progress of the fusion process, before the engine was started.Method parameters in com.luciad.fusion.engine with type arguments of type TLfnProgressModifier 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
Methods in com.luciad.fusion.tilestore with parameters of type TLfnProgressModifier 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
Fields in com.luciad.fusion.util declared as TLfnProgressModifier and TypeFieldDescriptionstatic final TLfnProgress
TLfnProgress.UNKNOWN
A constant representing unknown progress.