Package | Description |
---|---|
com.luciad.format.coverage |
Provides support for decoding coverage raster data.
|
com.luciad.fusion.client |
Provides access to a LuciadFusion Tile Store through a networked client, allowing applications to query and visualize the data.
|
com.luciad.fusion.core |
Core functionality for the LuciadLightspeed Fusion Client and LuciadFusion.
|
com.luciad.fusion.engine |
This package provides the LuciadFusion engine.
|
com.luciad.fusion.engine.replication |
This package provides the classes to compare and replicate resources between two tile stores.
|
com.luciad.fusion.tilestore |
Provides the Tile Store abstraction and a file system implementation.
|
com.luciad.fusion.tilestore.model |
Provides the model and model decoder abstraction for a Tile Store.
|
com.luciad.lucy.addons.fusion |
This add-on provides the LuciadFusion Core Environment.
|
Constructor and Description |
---|
TLcdCoverageModelDecoder(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.
|
Modifier and Type | Method and Description |
---|---|
abstract ALfnEnvironment |
ALfnClientEnvironment.getEnvironment()
Returns the core environment.
|
Modifier and Type | Method and Description |
---|---|
static ALfnClientEnvironment |
ALfnClientEnvironment.newInstance(ALfnEnvironment aEnvironment)
Creates a new client environment.
|
Modifier and Type | Method and Description |
---|---|
static ALfnEnvironment |
ALfnEnvironment.newInstance()
Creates a new environment.
|
Modifier and Type | Method and Description |
---|---|
abstract ALfnEnvironment |
ALfnEngineEnvironment.getEnvironment()
Returns the core environment.
|
Modifier and Type | Method and Description |
---|---|
static ALfnEngineEnvironment |
ALfnEngineEnvironment.newInstance(ALfnEnvironment aEnvironment)
Creates a new engine environment.
|
Modifier and Type | Method and Description |
---|---|
static TLfnReplication |
TLfnReplication.create(ALfnTileStore aMasterTileStore,
ALfnTileStore aSlaveTileStore,
ALfnEnvironment aEnvironment,
ALfnClientEnvironment aClientEnvironment)
Creates a new replication preview instance.
|
Modifier and Type | Method and Description |
---|---|
protected ALfnEnvironment |
TLfnTileStoreProvider.getEnvironment()
Gets the environment of this Tile Store provider.
|
Modifier and Type | Method and Description |
---|---|
static void |
TLfnTileStoreUtil.createTileStore(File aTileStoreDir,
ALfnEnvironment aEnvironment)
Creates a new, empty Tile Store at the given path.
|
Constructor and Description |
---|
TLfnFileSystemTileStore(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.
|
Constructor and Description |
---|
TLfnTileStoreModelDecoder(ALfnEnvironment aEnvironment)
Constructs a new Tile Store model decoder without a client factory, which can be used to decode
file URIs. |
TLfnTileStoreModelDecoder(ALfnEnvironment aEnvironment,
ALfnTileStoreProvider aTileStoreProvider)
Constructs a new Tile Store model decoder using a given Tile Store provider for decoding URIs.
|
TLfnTileStoreModelDecoder(ALfnEnvironment aEnvironment,
TLfnClientFactory aClientFactory)
Constructs a new Tile Store model decoder.
|
Modifier and Type | Method and Description |
---|---|
protected ALfnEnvironment |
TLcyFusionCoreAddOn.createFusionEnvironment()
Creates the LuciadFusion core environment used by this add-on.
|
ALfnEnvironment |
TLcyFusionCoreAddOn.getFusionEnvironment()
Gets the LuciadFusion core environment used by this add-on.
|