Uses of Class
com.luciad.ogc.ows.model.TLcdOWSTransportException
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 TLcdOWSTransportException in com.luciad.lucy.io
Modifier and TypeMethodDescriptionTLcyCompositeOWSTransport.performRequest
(TLcdOWSOperation aOWSOperation, ILcdOWSRequest aOWSRequest) -
Uses of TLcdOWSTransportException in com.luciad.ogc.csw.client
Modifier and TypeMethodDescriptionstatic TLcdCSWClient
TLcdCSWClient.createCSWClient
(URI aURI) Creates a new CSW client using the specified URI.static 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 TLcdOWSTransportException in com.luciad.ogc.ows.model
Modifier and TypeClassDescriptionclass
An HTTP specific transport exception.Modifier and TypeMethodDescriptionILcdOWSTransport.performRequest
(TLcdOWSOperation aOperation, ILcdOWSRequest aRequest) Performs the specified operation passing in the parameters defined in the request object.TLcdOWSHttpTransport.performRequest
(TLcdOWSOperation aOperation, ILcdOWSRequest aRequest) Performs the specified operation passing in the parameters defined in the request object.protected void
TLcdOWSHttpTransport.sendData
(HttpURLConnection aConnection, ILcdOWSRequest aRequest, String aMethod) Writes request data to the given connection, if required by the request method. -
Uses of TLcdOWSTransportException in com.luciad.ogc.wcs.client
Modifier and TypeMethodDescriptionstatic TLcdWCSClient
TLcdWCSClient.createWCSClient
(TLcdWCSCapabilities aCapabilities, ILcdOWSTransport aTransport) Creates a new WCS client using the specified capabilities.static TLcdWCSClient
TLcdWCSClient.createWCSClient
(URI aURI) Creates a new WCS client using the specified URI.static TLcdWCSClient
TLcdWCSClient.createWCSClient
(URI aURI, ILcdOWSTransport aTransport, Object aTransportData) Creates a new WCS client using the specified URI.TLcdWCSClient.describeCoverage
(TLcdWCSDescribeCoverageRequest aRequest) Performs the 'DescribeCoverage' request.TLcdWCSClient.getCapabilities
(TLcdWCSGetCapabilitiesRequest aRequest) Performs the 'GetCapabilities' request.TLcdWCSClient.getCoverage
(TLcdWCSGetCoverageRequest aRequest) Performs the 'GetCoverage' request.protected final TLcdOWSInputStream
TLcdWCSClient.performRequest
(String aOperationName, ILcdOWSRequest aRequest) Performs a WCS request.ModifierConstructorDescriptionprotected
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. -
Uses of TLcdOWSTransportException in com.luciad.ogc.wfs.client
Modifier and TypeMethodDescriptionstatic TLcdWFSClient
TLcdWFSClient.createWFSClient
(TLcdWFSCapabilities aCapabilities, ILcdOWSTransport aTransport) Creates a new WFS client using the specified capabilities.static TLcdWFSClient
TLcdWFSClient.createWFSClient
(URI aURI) Creates a new WFS client using the specified URI.static TLcdWFSClient
TLcdWFSClient.createWFSClient
(URI aURI, ILcdOWSTransport aTransport, Object aTransportData) Creates a new WFS client using the specified URI.TLcdWFSClient.describeFeatureType
(TLcdWFSDescribeFeatureTypeRequest aRequest) Performs the 'DescribeFeatureType' request.TLcdWFSClient.getCapabilities
(TLcdWFSGetCapabilitiesRequest aRequest) Performs the 'GetCapabilities' request.TLcdWFSClient.getFeature
(TLcdWFSGetFeatureRequest aRequest) Performs the 'GetFeature' request.TLcdWFSClient.getFeatureWithLock
(TLcdWFSGetFeatureWithLockRequest aRequest) Performs the 'GetFeatureWithLock' request.TLcdWFSClient.lockFeature
(TLcdWFSLockFeatureRequest aRequest) Performs the 'LockFeature' request.protected final TLcdOWSInputStream
TLcdWFSClient.performRequest
(String aOperationName, ILcdOWSRequest aRequest) Performs a WFS request.TLcdWFSClient.transaction
(TLcdWFSTransactionRequest aRequest) Performs the 'Transaction' request.ModifierConstructorDescriptionprotected
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. -
Uses of TLcdOWSTransportException in com.luciad.ogc.wmts.client
Modifier and TypeMethodDescriptionTLcdWMTSClient.getFeatureInfo
(TLcdWMTSGetFeatureInfoContext aContext) Performs the 'GetFeatureInfo' request.ModifierConstructorDescriptionTLcdWMTSClient
(URI aUri) Create a client.TLcdWMTSClient
(URI aUri, ILcdTransport aTransport) Create a client.TLcdWMTSClient
(URI aUri, ILcdOWSTransport aTransport) Create a client. -
Uses of TLcdOWSTransportException in com.luciad.wms.client.model
Modifier and TypeClassDescriptionclass
Represents an exception that results from an invalid HTTP response that was received from a server.Modifier and TypeMethodDescriptionstatic TLcdWMSClient
TLcdWMSClient.createWMSClient
(ALcdOGCWMSCapabilities aCapabilities, ILcdOWSTransport aTransport) Creates a new WMS client using the specified capabilities.static TLcdWMSClient
TLcdWMSClient.createWMSClient
(URI aURI) Creates a new WMS client using the specified URI.static TLcdWMSClient
TLcdWMSClient.createWMSClient
(URI aURI, ILcdOWSTransport aTransport, Object aTransportData) Creates a new WMS client using the specified URI.TLcdWMSClient.describeLayer
(TLcdWMSDescribeLayerRequest aRequest) Performs the 'DescribeLayer' request.TLcdWMSClient.getCapabilities
(TLcdWMSGetCapabilitiesRequest aRequest) Performs the 'GetCapabilities' request.TLcdWMSClient.getFeatureInfo
(TLcdWMSGetFeatureInfoRequest aRequest) Performs the 'GetFeatureInfo' request.TLcdWMSClient.getLegendGraphic
(TLcdWMSGetLegendGraphicRequest aRequest) Performs the 'GetLegendGraphic' request.TLcdWMSClient.getMap
(TLcdWMSGetMapRequest aRequest) Performs the 'GetMap' request.protected final TLcdOWSInputStream
TLcdWMSClient.performRequest
(String aOperationName, ILcdOWSRequest aRequest) Performs a WMS request.ModifierConstructorDescriptionprotected
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.