Uses of Interface
com.luciad.io.transport.ILcdTransportFactory
Packages that use 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
Classes in com.luciad.format.bingmaps that implement ILcdTransportFactoryModifier and TypeClassDescriptionclass
TLcdTransportFactory extension for Bing Maps, tailored for efficiency and reliability.Methods in com.luciad.format.bingmaps that return ILcdTransportFactoryModifier and TypeMethodDescriptionTLcdBingMapsModelDecoder.getTransportFactory()
Returns the used transport factory, determining the communication with the Bing Maps servers.Methods in com.luciad.format.bingmaps with parameters of type ILcdTransportFactoryModifier 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
Methods in com.luciad.format.coverage that return ILcdTransportFactoryModifier and TypeMethodDescriptionTLcdCoverageModelDecoder.getTransportFactory()
Returns the transport factory that will construct theILcdTransport
used for communicating with Luciad tile server.Methods in com.luciad.format.coverage with parameters of type ILcdTransportFactoryModifier 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
Methods in com.luciad.format.jpeg2000 that return ILcdTransportFactoryModifier and TypeMethodDescriptionTLcdJPIPModelDecoder.getTransportFactory()
Returns the transport factory that will construct theILcdTransport
used for communicating with a JPIP server.Methods in com.luciad.format.jpeg2000 with parameters of type ILcdTransportFactoryModifier 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
Methods in com.luciad.fusion.client that return ILcdTransportFactoryModifier and TypeMethodDescriptionTLfnClientFactory.getTransportFactory()
Returns the transport factory that will construct theILcdTransport
used for communicating with Luciad tile server.Methods in com.luciad.fusion.client with parameters of type ILcdTransportFactoryModifier 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
Classes in com.luciad.io.transport that implement ILcdTransportFactoryModifier and TypeClassDescriptionclass
Default transport factory for HTTP transports, based on Apache's HttpClient library 4.5.2.