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 classComposite 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 TLcdCSWClientTLcdCSWClient.createCSWClient(URI aURI, ILcdOWSTransport aTransport, Object aTransportData) Creates a new CSW client using the specified URI.static TLcdCSWClientTLcdCSWClient.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 TypeClassDescriptionclassAn 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 TLcdWCSClientTLcdWCSClient.createWCSClient(TLcdWCSCapabilities aCapabilities, ILcdOWSTransport aTransport) Creates a new WCS client using the specified capabilities.static TLcdWCSClientTLcdWCSClient.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 ILcdOWSTransportModifierConstructorDescriptionprotectedTLcdWCSClient(TLcdWCSCapabilities aCapabilities, ILcdOWSTransport aTransport) Creates a newTLcdWCSClientwith the given parameters.protectedTLcdWCSClient(URI aURI, ILcdOWSTransport aTransport, Object aTransportData) Creates a newTLcdWCSClientwith the given parameters.TLcdWCSCoverageModelDecoder(ILcdOWSTransport aTransport) Creates a newTLcdWCSCoverageModelDecoderinstance, 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 TLcdWFSClientTLcdWFSClient.createWFSClient(TLcdWFSCapabilities aCapabilities, ILcdOWSTransport aTransport) Creates a new WFS client using the specified capabilities.static TLcdWFSClientTLcdWFSClient.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 ILcdOWSTransportModifierConstructorDescriptionprotectedTLcdWFSClient(TLcdWFSCapabilities aCapabilities, ILcdOWSTransport aTransport) Creates a newTLcdWFSClientwith the given parameters.protectedTLcdWFSClient(URI aURI, ILcdOWSTransport aTransport, Object aTransportData) Creates a newTLcdWFSClientwith the given parameters.TLcdWFSModelDecoderDecorator(TLcdDataModel aDataModel, ILcdOWSTransport aTransport) Constructs a newTLcdWFSModelDecoderDecoratorwhich uses the given data model to configure an XML decoder to decode data from the WFS.TLcdWFSModelDecoderDecorator(ILcdOWSTransport aTransport) Constructs a newTLcdWFSModelDecoderDecoratorthat uses the given transport to interact with a WFS server.TLcdWFSModelDecoderDecorator(ILcdWFSModelDecoder aWFSModelDecoder, ILcdOWSTransport aTransport) Constructs a newTLcdWFSModelDecoderDecoratorthat relies on the givenILcdWFSModelDecoderto 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 TLcdWMSClientTLcdWMSClient.createWMSClient(ALcdOGCWMSCapabilities aCapabilities, ILcdOWSTransport aTransport) Creates a new WMS client using the specified capabilities.static TLcdWMSClientTLcdWMSClient.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 newTLcdOGCWMSProxyModelDecoderinstance, configured with the given transport and SLD extension data models.protectedTLcdWMSClient(ALcdOGCWMSCapabilities aCapabilities, ILcdOWSTransport aTransport) Creates a newTLcdWMSClientwith the given parameters.protectedTLcdWMSClient(URI aURI, ILcdOWSTransport aTransport, Object aTransportData) Creates a newTLcdWMSClientwith the given parameters.