Uses of Interface
com.luciad.io.transport.ILcdTransportFactory
Package
Description
This package contains functionality related to the decoding of Bing Maps models.
Provides support for decoding coverage raster data.
Provides support for decoding and encoding JPEG2000 files and decoding JPIP files.
Provides access to a LuciadFusion Tile Store through a networked client, allowing applications to query and visualize the data.
This package provides API to model and encapsulate transport requests and responses between
a client and server.
-
Uses of ILcdTransportFactory in com.luciad.format.bingmaps
Modifier and TypeClassDescriptionclass
TLcdTransportFactory extension for Bing Maps, tailored for efficiency and reliability.Modifier and TypeMethodDescriptionTLcdBingMapsModelDecoder.getTransportFactory()
Returns the used transport factory, determining the communication with the Bing Maps servers.Modifier and TypeMethodDescriptionvoid
TLcdBingMapsModelDecoder.setTransportFactory
(ILcdTransportFactory aTransportFactory) Changes the used transport factory, determining the communication with the Bing Maps servers. -
Uses of ILcdTransportFactory in com.luciad.format.coverage
Modifier and TypeMethodDescriptionTLcdCoverageModelDecoder.getTransportFactory()
Returns the transport factory that will construct theILcdTransport
used for communicating with Luciad tile server.Modifier and TypeMethodDescriptionvoid
TLcdCoverageModelDecoder.setTransportFactory
(ILcdTransportFactory aTransportFactory) Sets the transport factory that will construct theILcdTransport
used for communicating with Luciad tile server. -
Uses of ILcdTransportFactory in com.luciad.format.jpeg2000
Modifier and TypeMethodDescriptionTLcdJPIPModelDecoder.getTransportFactory()
Returns the transport factory that will construct theILcdTransport
used for communicating with a JPIP server.Modifier and TypeMethodDescriptionvoid
TLcdJPIPModelDecoder.setTransportFactory
(ILcdTransportFactory aTransportFactory) Sets the transport factory that will construct theILcdTransport
used for communicating with a JPIP server. -
Uses of ILcdTransportFactory in com.luciad.fusion.client
Modifier and TypeMethodDescriptionTLfnClientFactory.getTransportFactory()
Returns the transport factory that will construct theILcdTransport
used for communicating with Luciad tile server.Modifier and TypeMethodDescriptionvoid
TLfnClientFactory.setTransportFactory
(ILcdTransportFactory aTransportFactory) Sets the transport factory that will construct theILcdTransport
used for communicating with Luciad tile server. -
Uses of ILcdTransportFactory in com.luciad.io.transport
Modifier and TypeClassDescriptionclass
Default transport factory for HTTP transports, based on Apache's HttpClient library 4.5.2.