Uses of Class
com.luciad.fusion.engine.ALfnEngine
Package
Description
This package provides the LuciadFusion engine.
This package provides the classes to compare and replicate resources between two tile stores.
-
Uses of ALfnEngine in com.luciad.fusion.engine
Modifier and TypeMethodDescriptionTLfnEngineFactory.createEngine
(ALfnTileStore aTileStore, ILfnEngineSession aSession) Deprecated.TLfnEngineFactory.createEngine
(ALfnTileStore aTileStore, String aCoverageID) Creates a fusion engine for a coverage.TLfnLFSEngineFactory.createEngine
(ALfnTileStore aTileStore, ILfnEngineSession aSession) This method is not supported for remote LFS engines.TLfnLFSEngineFactory.createEngine
(ALfnTileStore aTileStore, String aCoverageID) Creates a remote engine for a given coverage ID targeting a given Tile Store.Modifier and TypeMethodDescriptionTLfnEngineFactory.getEngines()
Gets the open engines managed by this instance.TLfnLFSEngineFactory.getEngines()
Modifier and TypeMethodDescriptionboolean
TLfnEngineFactory.removeEngine
(ALfnEngine aEngine) Removes an open engine.boolean
TLfnLFSEngineFactory.removeEngine
(ALfnEngine aEngine) -
Uses of ALfnEngine in com.luciad.fusion.engine.replication
Modifier and TypeMethodDescriptionTLfnReplication.commit
(TLfnEngineFactory aEngineFactory) Method which commits the changes which were made in-memory to the slave tile store.
TLfnEngineFactory.createEngine(ALfnTileStore, String)
instead (since 2013.0)