Uses of Class
com.luciad.fusion.engine.ALfnEngine
Packages that use 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
Methods in com.luciad.fusion.engine that return ALfnEngineModifier 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.Methods in com.luciad.fusion.engine that return types with arguments of type ALfnEngineModifier and TypeMethodDescriptionTLfnEngineFactory.getEngines()Gets the open engines managed by this instance.TLfnLFSEngineFactory.getEngines()Methods in com.luciad.fusion.engine with parameters of type ALfnEngineModifier and TypeMethodDescriptionbooleanTLfnEngineFactory.removeEngine(ALfnEngine aEngine) Removes an open engine.booleanTLfnLFSEngineFactory.removeEngine(ALfnEngine aEngine) -
Uses of ALfnEngine in com.luciad.fusion.engine.replication
Methods in com.luciad.fusion.engine.replication that return types with arguments of type ALfnEngineModifier 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)