Uses of Class
com.luciad.fusion.core.ALfnEnvironment
Package
Description
Provides support for decoding coverage raster data.
Provides access to a LuciadFusion Tile Store through a networked client, allowing applications to query and visualize the data.
Core functionality for the LuciadLightspeed Fusion Client and LuciadFusion.
This package provides the LuciadFusion engine.
This package provides the classes to compare and replicate resources between two tile stores.
Provides the Tile Store abstraction and a file system implementation.
Provides the model and model decoder abstraction for a Tile Store.
This add-on provides the LuciadFusion Core Environment.
-
Uses of ALfnEnvironment in com.luciad.format.coverage
ModifierConstructorDescriptionTLcdCoverageModelDecoder
(ALfnEnvironment aEnvironment, ALfnTileStoreProvider aTileStoreProvider, TLfnClientFactory aClientFactory) Constructs a new coverage model decoder instance which uses the specified Fusion environment, client factory and tile store provider. -
Uses of ALfnEnvironment in com.luciad.fusion.client
Modifier and TypeMethodDescriptionabstract ALfnEnvironment
ALfnClientEnvironment.getEnvironment()
Returns the core environment.Modifier and TypeMethodDescriptionstatic ALfnClientEnvironment
ALfnClientEnvironment.newInstance
(ALfnEnvironment aEnvironment) Creates a new client environment. -
Uses of ALfnEnvironment in com.luciad.fusion.core
Modifier and TypeMethodDescriptionstatic ALfnEnvironment
ALfnEnvironment.newInstance()
Creates a new environment. -
Uses of ALfnEnvironment in com.luciad.fusion.engine
Modifier and TypeMethodDescriptionabstract ALfnEnvironment
ALfnEngineEnvironment.getEnvironment()
Returns the core environment.Modifier and TypeMethodDescriptionstatic ALfnEngineEnvironment
ALfnEngineEnvironment.newInstance
(ALfnEnvironment aEnvironment) static ALfnEngineEnvironment
ALfnEngineEnvironment.newInstance
(ALfnEnvironment aEnvironment, Supplier<List<ALfnFormat>> aFormatSupplier) Creates a new engine environment that uses the given supported formats. -
Uses of ALfnEnvironment in com.luciad.fusion.engine.replication
Modifier and TypeMethodDescriptionstatic TLfnReplication
TLfnReplication.create
(ALfnTileStore aMasterTileStore, ALfnTileStore aSlaveTileStore, ALfnEnvironment aEnvironment, ALfnClientEnvironment aClientEnvironment) Creates a new replication preview instance. -
Uses of ALfnEnvironment in com.luciad.fusion.tilestore
Modifier and TypeMethodDescriptionprotected final ALfnEnvironment
TLfnTileStoreProvider.getEnvironment()
Gets the environment of this Tile Store provider.Modifier and TypeMethodDescriptionstatic void
TLfnTileStoreUtil.createTileStore
(File aTileStoreDir, ALfnEnvironment aEnvironment) Creates a new, empty Tile Store at the given path.ModifierConstructorDescriptionTLfnFileSystemTileStore
(File aHome, boolean aCreate, ALfnEnvironment aEnvironment) Opens a Tile Store on the file system, optionally creating it first.TLfnFileSystemTileStore
(File aHome, boolean aCreate, ALfnEnvironment aEnvironment, ALfnBinaryMetadataStore aAssetStore, ALfnBinaryMetadataStore aCoverageStore, ALfnBinaryMetadataStore aThemeStore) Opens a Tile Store on the file system, optionally creating it first.TLfnFileSystemTileStore
(File aHome, boolean aCreate, ALfnEnvironment aEnvironment, ALfnTileStore.CommitPolicy aCommitPolicy) Opens a Tile Store on the file system, optionally creating it first.TLfnFileSystemTileStore
(File aHome, boolean aCreate, ALfnEnvironment aEnvironment, ALfnTileStore.CommitPolicy aCommitPolicy, ALfnBinaryMetadataStore aAssetStore, ALfnBinaryMetadataStore aCoverageStore, ALfnBinaryMetadataStore aThemeStore) Opens a Tile Store on the file system, optionally creating it first.TLfnTileStoreProvider
(TLfnClientFactory aClientFactory, ALfnEnvironment aEnvironment) Constructs a Tile Store provider using a given client factory and environment. -
Uses of ALfnEnvironment in com.luciad.fusion.tilestore.model
ModifierConstructorDescriptionTLfnTileStoreModelDecoder
(ALfnEnvironment aEnvironment) Constructs a new Tile Store model decoder without a client factory, which can be used to decodefile
URIs.TLfnTileStoreModelDecoder
(ALfnEnvironment aEnvironment, TLfnClientFactory aClientFactory) Constructs a new Tile Store model decoder.TLfnTileStoreModelDecoder
(ALfnEnvironment aEnvironment, ALfnTileStoreProvider aTileStoreProvider) Constructs a new Tile Store model decoder using a given Tile Store provider for decoding URIs. -
Uses of ALfnEnvironment in com.luciad.lucy.addons.fusion
Modifier and TypeMethodDescriptionprotected ALfnEnvironment
TLcyFusionCoreAddOn.createFusionEnvironment()
Creates the LuciadFusion core environment used by this add-on.TLcyFusionCoreAddOn.getFusionEnvironment()
Gets the LuciadFusion core environment used by this add-on.