Uses of Class
com.luciad.fusion.client.TLfnLTSClient
Packages that use TLfnLTSClient
Package
Description
Provides access to a LuciadFusion Tile Store through a networked client, allowing applications to query and visualize the data.
Provides the Tile Store abstraction and a file system implementation.
-
Uses of TLfnLTSClient in com.luciad.fusion.client
Methods in com.luciad.fusion.client that return TLfnLTSClientModifier and TypeMethodDescriptionTLfnClientFactory.createLTSClient
(URI aUri) Creates a client for a Luciad Tile Service, with the default transport.TLfnClientFactory.createLTSClient
(URI aUri, ILcdTransport aTransport) Creates a client for a Luciad Tile Service, with a specific transport.TLfnClientFactory.createLTSClient
(URI aUri, ILcdTransport aTransport, boolean aOwnsTransport) Creates a client for a Luciad Tile Service, with a specific transport. -
Uses of TLfnLTSClient in com.luciad.fusion.tilestore
Methods in com.luciad.fusion.tilestore that return TLfnLTSClientModifier and TypeMethodDescriptionprotected TLfnLTSClient
TLfnTileStoreProvider.createLTSClient
(URI aUri) Creates an LTS client for a given URI using the default transport.