Uses of Class
com.luciad.fusion.client.ALfnClientEnvironment
Package
Description
Provides access to a LuciadFusion Tile Store through a networked client, allowing applications to query and visualize the data.
This package provides the classes to compare and replicate resources between two tile stores.
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 ALfnClientEnvironment in com.luciad.fusion.client
Modifier and TypeMethodDescriptionstatic ALfnClientEnvironment
ALfnClientEnvironment.newInstance
(ALfnEnvironment aEnvironment) Creates a new client environment.ModifierConstructorDescriptionTLfnClientFactory
(ALfnClientEnvironment aClientEnvironment) Creates a client factory based on a client environment. -
Uses of ALfnClientEnvironment in com.luciad.fusion.engine.replication
Modifier and TypeMethodDescriptionstatic TLfnReplication
TLfnReplication.create
(ALfnTileStore aMasterTileStore, ALfnTileStore aSlaveTileStore, ALfnEnvironment aEnvironment, ALfnClientEnvironment aClientEnvironment) Creates a new replication preview instance. -
Uses of ALfnClientEnvironment in com.luciad.lucy.addons.fusion.client
Modifier and TypeMethodDescriptionprotected ALfnClientEnvironment
TLcyFusionClientAddOn.createFusionClientEnvironment()
Creates the LuciadFusion client environment used by this add-on.TLcyFusionClientAddOn.getFusionClientEnvironment()
Gets the LuciadFusion client environment used by this add-on.