Uses of Class
com.luciad.fusion.engine.ALfnEngineEnvironment
Packages that use ALfnEngineEnvironment
Package
Description
This package provides the LuciadFusion engine.
This package provides the functionality to support several geographic data formats
in the engine.
-
Uses of ALfnEngineEnvironment in com.luciad.fusion.engine
Methods in com.luciad.fusion.engine that return ALfnEngineEnvironmentModifier 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.Constructors in com.luciad.fusion.engine with parameters of type ALfnEngineEnvironmentModifierConstructorDescriptionTLfnEngineFactory
(ALfnEngineEnvironment aEngineEnvironment) Constructs an engine factory using a given engine environment and the default tile store provider.TLfnEngineFactory
(ALfnEngineEnvironment aEngineEnvironment, ALfnTileStoreProvider aTileStoreProvider) Constructs an engine factory using a given engine environment and tile store provider.TLfnLFSEngineFactory
(URI aUri, ALfnEngineEnvironment aEnvironment, ALfnTileStoreProvider aTileStoreProvider, ILcdTransport aTransport) Creates a new engine factory that proxies for the given URI. -
Uses of ALfnEngineEnvironment in com.luciad.fusion.engine.format
Methods in com.luciad.fusion.engine.format with parameters of type ALfnEngineEnvironmentModifier and TypeMethodDescriptionstatic List
<ALfnFormat> ALfnFormat.createDefaultFormats
(ALfnEngineEnvironment aEnvironment) Gets a list of the default engine formats.