Uses of Interface
com.luciad.ogc.ows.model.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
Modifier and TypeMethodDescriptionTLcyCompositeOWSTransport.performRequest
(TLcdOWSOperation aOWSOperation, ILcdOWSRequest aOWSRequest) -
Uses of ILcdOWSRequest in com.luciad.ogc.csw.model
Modifier and TypeClassDescriptionclass
Convenience operation to retrieve default record representations byidentifier
.
Aside from this identifier, a valid request should specify aversion
and anelement set name
to specify which properties of the output record to include in the response.class
The principal means of searching the catalogue. -
Uses of ILcdOWSRequest in com.luciad.ogc.ows.model
Modifier and TypeMethodDescriptiondefault boolean
ILcdOWSTransport.canPerformRequest
(TLcdOWSOperation aOperation, ILcdOWSRequest aRequest) Fast check to see whether or not this transport is capable of performing the request.boolean
TLcdOWSHttpTransport.canPerformRequest
(TLcdOWSOperation aOperation, ILcdOWSRequest aRequest) protected void
TLcdOWSHttpTransport.configureConnection
(URI aURI, ILcdOWSRequest aRequest, HttpURLConnection aConnection) Configures the specified connection.protected TLcdOWSInputStream
TLcdOWSHttpTransport.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 void
TLcdOWSHttpTransport.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
Modifier and TypeClassDescriptionclass
A WCSDescribeCoverage
request.class
A WCSGetCapabilities
request.class
A WCSGetCoverage
request.Modifier and TypeMethodDescriptionprotected final TLcdOWSInputStream
TLcdWCSClient.performRequest
(String aOperationName, ILcdOWSRequest aRequest) Performs a WCS request. -
Uses of ILcdOWSRequest in com.luciad.ogc.wfs.client
Modifier and TypeClassDescriptionclass
A WFSDescribeFeatureType
request.class
A WFSGetCapabilities
request.class
A WFSGetFeature
request.class
A WFSGetFeatureWithLock
request.class
A WFSLockFeature
request.class
A WFSTransaction
request.Modifier and TypeMethodDescriptionprotected final TLcdOWSInputStream
TLcdWFSClient.performRequest
(String aOperationName, ILcdOWSRequest aRequest) Performs a WFS request. -
Uses of ILcdOWSRequest in com.luciad.wms.client.model
Modifier and TypeClassDescriptionclass
A class which represents a WMSDescribeLayer
request.class
A class which represents a WMSGetCapabilities
request.class
A class which represents a WMSGetFeatureInfo
request.class
A class which represents a WMSGetLegendGraphic
request.class
A class which represents a WMSGetMap
request.Modifier and TypeMethodDescriptionprotected final TLcdOWSInputStream
TLcdWMSClient.performRequest
(String aOperationName, ILcdOWSRequest aRequest) Performs a WMS request.