Uses of Interface
com.luciad.io.transport.ILcdTransport
Packages that use ILcdTransport
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 LuciadFusion engine.
This package provides API to model and encapsulate transport requests and responses between
a client and server.
This package provides support for the OGC Web Map Tile Service (WMTS).
-
Uses of ILcdTransport in com.luciad.fusion.client
Methods in com.luciad.fusion.client that return ILcdTransportModifier and TypeMethodDescriptionTLfnClientFactory.createTransport()Creates a default transport to be used by a client.TLfnClientFactory.createTransport(String aTransportType, Object aParameter) Creates a transport to be used by a client.Methods in com.luciad.fusion.client with parameters of type ILcdTransportModifier and TypeMethodDescriptionTLfnClientFactory.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 ILcdTransport in com.luciad.fusion.engine
Constructors in com.luciad.fusion.engine with parameters of type ILcdTransportModifierConstructorDescriptionTLfnLFSEngineFactory(URI aUri, ALfnEngineEnvironment aEnvironment, ALfnTileStoreProvider aTileStoreProvider, ILcdTransport aTransport) Creates a new engine factory that proxies for the given URI. -
Uses of ILcdTransport in com.luciad.io.transport
Methods in com.luciad.io.transport that return ILcdTransportModifier and TypeMethodDescriptionILcdTransportFactory.createTransport()Creates a new transport.TLcdTransportFactory.createTransport()Creates a new transport based on Apache's HttpClient library 5.4.1.TLcdTransportFactory.createTransport(Object aConfiguration) Creates a transport using Apache'sHttpClient, with a transport configuration of typeCloseableHttpClient. -
Uses of ILcdTransport in com.luciad.ogc.wmts.client
Constructors in com.luciad.ogc.wmts.client with parameters of type ILcdTransportModifierConstructorDescriptionTLcdWMTSClient(URI aUri, ILcdTransport aTransport) Create a client.TLcdWMTSModelDecoder(ILcdTransport aTransport) Creates a new WMTS model decoder using the given transport.