Uses of Interface
com.luciad.ogc.ows.model.ILcdOWSRequest
Packages that use ILcdOWSRequest
Package
Description
This package provides some basic Input/Output functionality classes.
Provides API for modeling OGC Catalog Service domain concepts.
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).
Modeling of an OGC Web Map Service (WMS) and corresponding client API.
-
Uses of ILcdOWSRequest in com.luciad.lucy.io
Methods in com.luciad.lucy.io with parameters of type ILcdOWSRequestModifier and TypeMethodDescriptionTLcyCompositeOWSTransport.performRequest(TLcdOWSOperation aOWSOperation, ILcdOWSRequest aOWSRequest) -
Uses of ILcdOWSRequest in com.luciad.ogc.csw.model
Classes in com.luciad.ogc.csw.model that implement ILcdOWSRequestModifier and TypeClassDescriptionclassConvenience operation to retrieve default record representations byidentifier.
Aside from this identifier, a valid request should specify aversionand anelement set nameto specify which properties of the output record to include in the response.classThe principal means of searching the catalogue. -
Uses of ILcdOWSRequest in com.luciad.ogc.ows.model
Methods in com.luciad.ogc.ows.model with parameters of type ILcdOWSRequestModifier and TypeMethodDescriptiondefault booleanILcdOWSTransport.canPerformRequest(TLcdOWSOperation aOperation, ILcdOWSRequest aRequest) Fast check to see whether or not this transport is capable of performing the request.booleanTLcdOWSHttpTransport.canPerformRequest(TLcdOWSOperation aOperation, ILcdOWSRequest aRequest) protected voidTLcdOWSHttpTransport.configureConnection(URI aURI, ILcdOWSRequest aRequest, HttpURLConnection aConnection) Configures the specified connection.protected TLcdOWSInputStreamTLcdOWSHttpTransport.handleResponse(URI aURI, ILcdOWSRequest aRequest, int aResponse, String aResponseMessage, Map aHeaderFields) This method is called if an error response code is received from the HTTP server and if the content of response is not a service exception.ILcdOWSTransport.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 voidTLcdOWSHttpTransport.sendData(HttpURLConnection aConnection, ILcdOWSRequest aRequest, String aMethod) Writes request data to the given connection, if required by the request method. -
Uses of ILcdOWSRequest in com.luciad.ogc.wcs.client
Classes in com.luciad.ogc.wcs.client that implement ILcdOWSRequestModifier and TypeClassDescriptionclassA WCSDescribeCoveragerequest.classA WCSGetCapabilitiesrequest.classA WCSGetCoveragerequest.Methods in com.luciad.ogc.wcs.client with parameters of type ILcdOWSRequestModifier and TypeMethodDescriptionprotected final TLcdOWSInputStreamTLcdWCSClient.performRequest(String aOperationName, ILcdOWSRequest aRequest) Performs a WCS request. -
Uses of ILcdOWSRequest in com.luciad.ogc.wfs.client
Classes in com.luciad.ogc.wfs.client that implement ILcdOWSRequestModifier and TypeClassDescriptionclassA WFSDescribeFeatureTyperequest.classA WFSGetCapabilitiesrequest.classA WFSGetFeaturerequest.classA WFSGetFeatureWithLockrequest.classA WFSLockFeaturerequest.classA WFSTransactionrequest.Methods in com.luciad.ogc.wfs.client with parameters of type ILcdOWSRequestModifier and TypeMethodDescriptionprotected final TLcdOWSInputStreamTLcdWFSClient.performRequest(String aOperationName, ILcdOWSRequest aRequest) Performs a WFS request. -
Uses of ILcdOWSRequest in com.luciad.wms.client.model
Classes in com.luciad.wms.client.model that implement ILcdOWSRequestModifier and TypeClassDescriptionclassA class which represents a WMSDescribeLayerrequest.classA class which represents a WMSGetCapabilitiesrequest.classA class which represents a WMSGetFeatureInforequest.classA class which represents a WMSGetLegendGraphicrequest.classA class which represents a WMSGetMaprequest.Methods in com.luciad.wms.client.model with parameters of type ILcdOWSRequestModifier and TypeMethodDescriptionprotected final TLcdOWSInputStreamTLcdWMSClient.performRequest(String aOperationName, ILcdOWSRequest aRequest) Performs a WMS request.