Package | Description |
---|---|
com.luciad.fusion.engine |
This package provides the LuciadFusion engine.
|
com.luciad.fusion.engine.format |
This package provides the functionality to support several geographic data formats
in the engine.
|
Modifier and Type | Method and Description |
---|---|
static ALfnEngineEnvironment |
ALfnEngineEnvironment.newInstance(ALfnEnvironment aEnvironment)
Creates a new engine environment.
|
Constructor and Description |
---|
TLfnEngineFactory(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(java.net.URI aUri,
ALfnEngineEnvironment aEnvironment,
ALfnTileStoreProvider aTileStoreProvider,
ILcdTransport aTransport)
Creates a new engine factory that proxies for the given URI.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<ALfnFormat> |
ALfnFormat.createDefaultFormats(ALfnEngineEnvironment aEnvironment)
Gets a list of the default engine formats.
|