Uses of Interface
com.luciad.io.transport.ILcdTransport
Package
Description
This package contains functionality related to the decoding of Bing Maps models.
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.format.bingmaps
Modifier and TypeMethodDescriptionTLcdBingMapsTransportFactory.createTransport
(String aTransportType, Object aParameter) Deprecated. -
Uses of ILcdTransport in com.luciad.fusion.client
Modifier 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.Modifier 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
ModifierConstructorDescriptionTLfnLFSEngineFactory
(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
Modifier and TypeMethodDescriptionILcdTransportFactory.createTransport()
Creates a new transport.TLcdTransportFactory.createTransport()
Creates a new transport based on Apache's HttpClient library 4.5.2.TLcdTransportFactory.createTransport
(Object aConfiguration) Creates a transport using Apache'sHttpClient
4.5.2, with a transport configuration of typeHttpClient
. -
Uses of ILcdTransport in com.luciad.ogc.wmts.client
ModifierConstructorDescriptionTLcdWMTSClient
(URI aUri, ILcdTransport aTransport) Create a client.TLcdWMTSModelDecoder
(ILcdTransport aTransport) Creates a new WMTS model decoder using the given transport.
TLcdTransportFactory.createTransport(Object)
method instead