Uses of Interface
com.luciad.ogc.ows.model.ILcdOWSTransport
Packages that use ILcdOWSTransport
Package
Description
This package provides some basic Input/Output functionality classes.
Provides API for implementing an OGC Catalog
Client
.This package contains an implementation of the OGC Web Service (OWS) common specification
version 1.0 and 1.1.0, as described respectively in OGC documents 05-008c1 and 06-121r3.
Client API for an OGC Web Coverage Service (WCS).
Client API for an OGC Web Feature Service (WFS).
This package provides support for the OGC Web Map Tile Service (WMTS).
Modeling of an OGC Web Map Service (WMS) and corresponding client API.
-
Uses of ILcdOWSTransport in com.luciad.lucy.io
Classes in com.luciad.lucy.io that implement ILcdOWSTransportModifier and TypeClassDescriptionfinal class
Composite implementation (see composite design pattern) ofILcdOWSTransport
. -
Uses of ILcdOWSTransport in com.luciad.ogc.csw.client
Methods in com.luciad.ogc.csw.client with parameters of type ILcdOWSTransportModifier and TypeMethodDescriptionstatic TLcdCSWClient
TLcdCSWClient.createCSWClient
(URI aURI, ILcdOWSTransport aTransport, Object aTransportData) Creates a new CSW client using the specified URI.static TLcdCSWClient
TLcdCSWClient.createCSWClient
(URI aURI, ILcdOWSTransport aTransport, Object aTransportData, Collection<TLcdDataModel> aUsedDataModels) Creates a new CSW client using the specified URI. -
Uses of ILcdOWSTransport in com.luciad.ogc.ows.model
Classes in com.luciad.ogc.ows.model that implement ILcdOWSTransportModifier and TypeClassDescriptionclass
An OpenGIS Web Service transport that uses HTTP as its transport protocol. -
Uses of ILcdOWSTransport in com.luciad.ogc.wcs.client
Methods in com.luciad.ogc.wcs.client with parameters of type ILcdOWSTransportModifier and TypeMethodDescriptionstatic TLcdWCSClient
TLcdWCSClient.createWCSClient
(TLcdWCSCapabilities aCapabilities, ILcdOWSTransport aTransport) Creates a new WCS client using the specified capabilities.static TLcdWCSClient
TLcdWCSClient.createWCSClient
(URI aURI, ILcdOWSTransport aTransport, Object aTransportData) Creates a new WCS client using the specified URI.Constructors in com.luciad.ogc.wcs.client with parameters of type ILcdOWSTransportModifierConstructorDescriptionprotected
TLcdWCSClient
(TLcdWCSCapabilities aCapabilities, ILcdOWSTransport aTransport) Creates a newTLcdWCSClient
with the given parameters.protected
TLcdWCSClient
(URI aURI, ILcdOWSTransport aTransport, Object aTransportData) Creates a newTLcdWCSClient
with the given parameters.TLcdWCSCoverageModelDecoder
(ILcdOWSTransport aTransport) Creates a newTLcdWCSCoverageModelDecoder
instance, configured with the given transport. -
Uses of ILcdOWSTransport in com.luciad.ogc.wfs.client
Methods in com.luciad.ogc.wfs.client with parameters of type ILcdOWSTransportModifier and TypeMethodDescriptionstatic TLcdWFSClient
TLcdWFSClient.createWFSClient
(TLcdWFSCapabilities aCapabilities, ILcdOWSTransport aTransport) Creates a new WFS client using the specified capabilities.static TLcdWFSClient
TLcdWFSClient.createWFSClient
(URI aURI, ILcdOWSTransport aTransport, Object aTransportData) Creates a new WFS client using the specified URI.Constructors in com.luciad.ogc.wfs.client with parameters of type ILcdOWSTransportModifierConstructorDescriptionprotected
TLcdWFSClient
(TLcdWFSCapabilities aCapabilities, ILcdOWSTransport aTransport) Creates a newTLcdWFSClient
with the given parameters.protected
TLcdWFSClient
(URI aURI, ILcdOWSTransport aTransport, Object aTransportData) Creates a newTLcdWFSClient
with the given parameters.TLcdWFSModelDecoderDecorator
(TLcdDataModel aDataModel, ILcdOWSTransport aTransport) Constructs a newTLcdWFSModelDecoderDecorator
which uses the given data model to configure an XML decoder to decode data from the WFS.TLcdWFSModelDecoderDecorator
(ILcdOWSTransport aTransport) Constructs a newTLcdWFSModelDecoderDecorator
that uses the given transport to interact with a WFS server.TLcdWFSModelDecoderDecorator
(ILcdWFSModelDecoder aWFSModelDecoder, ILcdOWSTransport aTransport) Constructs a newTLcdWFSModelDecoderDecorator
that relies on the givenILcdWFSModelDecoder
to decode data from the WFS data and that uses the given transport to interact with a WFS server. -
Uses of ILcdOWSTransport in com.luciad.ogc.wmts.client
Constructors in com.luciad.ogc.wmts.client with parameters of type ILcdOWSTransportModifierConstructorDescriptionTLcdWMTSClient
(URI aUri, ILcdOWSTransport aTransport) Create a client.TLcdWMTSModelDecoder
(ILcdOWSTransport aTransport) Creates a new WMTS model decoder using the given transport. -
Uses of ILcdOWSTransport in com.luciad.wms.client.model
Methods in com.luciad.wms.client.model with parameters of type ILcdOWSTransportModifier and TypeMethodDescriptionstatic TLcdWMSClient
TLcdWMSClient.createWMSClient
(ALcdOGCWMSCapabilities aCapabilities, ILcdOWSTransport aTransport) Creates a new WMS client using the specified capabilities.static TLcdWMSClient
TLcdWMSClient.createWMSClient
(URI aURI, ILcdOWSTransport aTransport, Object aTransportData) Creates a new WMS client using the specified URI.Constructors in com.luciad.wms.client.model with parameters of type ILcdOWSTransportModifierConstructorDescriptionTLcdOGCWMSProxyModelDecoder
(ILcdOWSTransport aTransport, TLcdDataModel[] aSLDDataModels) Creates a newTLcdOGCWMSProxyModelDecoder
instance, configured with the given transport and SLD extension data models.protected
TLcdWMSClient
(ALcdOGCWMSCapabilities aCapabilities, ILcdOWSTransport aTransport) Creates a newTLcdWMSClient
with the given parameters.protected
TLcdWMSClient
(URI aURI, ILcdOWSTransport aTransport, Object aTransportData) Creates a newTLcdWMSClient
with the given parameters.