Uses of Class
com.luciad.fusion.client.TLfnClientFactory
Packages that use 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
Constructors in com.luciad.format.coverage with parameters of type TLfnClientFactoryModifierConstructorDescriptionTLcdCoverageModelDecoder
(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
Methods in com.luciad.fusion.tilestore that return TLfnClientFactoryModifier and TypeMethodDescriptionprotected final TLfnClientFactory
TLfnTileStoreProvider.getClientFactory()
Gets the client factory of this Tile Store provider.Constructors in com.luciad.fusion.tilestore with parameters of type TLfnClientFactoryModifierConstructorDescriptionTLfnTileStoreProvider
(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
Constructors in com.luciad.fusion.tilestore.model with parameters of type TLfnClientFactoryModifierConstructorDescriptionTLfnTileStoreModelDecoder
(ALfnEnvironment aEnvironment, TLfnClientFactory aClientFactory) Constructs a new Tile Store model decoder. -
Uses of TLfnClientFactory in com.luciad.lucy.addons.fusion.client
Methods in com.luciad.lucy.addons.fusion.client that return TLfnClientFactoryModifier and TypeMethodDescriptionprotected TLfnClientFactory
TLcyFusionClientAddOn.createFusionClientFactory()
Creates the LuciadFusion client factory.TLcyFusionClientAddOn.getFusionClientFactory()
Gets the LuciadFusion client factory used by this add-on.