Uses of Interface
com.luciad.io.transport.ILcdTransportFactory
Packages that use ILcdTransportFactory
Package
Description
This package contains functionality related to the decoding of Azure Maps models.
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.azuremaps
Methods in com.luciad.format.azuremaps that return ILcdTransportFactoryModifier and TypeMethodDescriptionTLcdAzureMapsModelDecoder.getTransportFactory()Returns the used transport factory, determining the communication with the Azure Maps servers.Methods in com.luciad.format.azuremaps with parameters of type ILcdTransportFactoryModifier and TypeMethodDescriptionvoidTLcdAzureMapsModelDecoder.setTransportFactory(ILcdTransportFactory aTransportFactory) Changes the used transport factory, determining the communication with the Azure Maps servers. -
Uses of ILcdTransportFactory in com.luciad.format.bingmaps
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 TypeMethodDescriptionvoidTLcdBingMapsModelDecoder.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 theILcdTransportused for communicating with Luciad tile server.Methods in com.luciad.format.coverage with parameters of type ILcdTransportFactoryModifier and TypeMethodDescriptionvoidTLcdCoverageModelDecoder.setTransportFactory(ILcdTransportFactory aTransportFactory) Sets the transport factory that will construct theILcdTransportused 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 theILcdTransportused for communicating with a JPIP server.Methods in com.luciad.format.jpeg2000 with parameters of type ILcdTransportFactoryModifier and TypeMethodDescriptionvoidTLcdJPIPModelDecoder.setTransportFactory(ILcdTransportFactory aTransportFactory) Sets the transport factory that will construct theILcdTransportused 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 theILcdTransportused for communicating with Luciad tile server.Methods in com.luciad.fusion.client with parameters of type ILcdTransportFactoryModifier and TypeMethodDescriptionvoidTLfnClientFactory.setTransportFactory(ILcdTransportFactory aTransportFactory) Sets the transport factory that will construct theILcdTransportused for communicating with Luciad tile server. -
Uses of ILcdTransportFactory in com.luciad.io.transport
Classes in com.luciad.io.transport that implement ILcdTransportFactoryModifier and TypeClassDescriptionclassDefault transport factory for HTTP transports, based on Apache's HttpClient library 5.4.1.