Uses of Class
com.luciad.fusion.client.TLfnClientFactory
Package
Description
Provides support for decoding coverage raster data.
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 Client Environment, one menu item that allows connecting to
a LuciadFusion Data Server and a data source handler for URI's of such a server.
-
Uses of TLfnClientFactory 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 TLfnClientFactory in com.luciad.fusion.tilestore
Modifier and TypeMethodDescriptionprotected final TLfnClientFactory
TLfnTileStoreProvider.getClientFactory()
Gets the client factory of this Tile Store provider.ModifierConstructorDescriptionTLfnTileStoreProvider
(TLfnClientFactory aClientFactory, ALfnEnvironment aEnvironment) Constructs a Tile Store provider using a given client factory and environment. -
Uses of TLfnClientFactory in com.luciad.fusion.tilestore.model
ModifierConstructorDescriptionTLfnTileStoreModelDecoder
(ALfnEnvironment aEnvironment, TLfnClientFactory aClientFactory) Constructs a new Tile Store model decoder. -
Uses of TLfnClientFactory in com.luciad.lucy.addons.fusion.client
Modifier and TypeMethodDescriptionprotected TLfnClientFactory
TLcyFusionClientAddOn.createFusionClientFactory()
Creates the LuciadFusion client factory.TLcyFusionClientAddOn.getFusionClientFactory()
Gets the LuciadFusion client factory used by this add-on.