Uses of Class
com.luciad.ogc.ows.model.TLcdOWSInputStream
Package
Description
This package provides some basic Input/Output functionality classes.
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 TLcdOWSInputStream in com.luciad.lucy.io
Modifier and TypeMethodDescriptionTLcyCompositeOWSTransport.performRequest
(TLcdOWSOperation aOWSOperation, ILcdOWSRequest aOWSRequest) -
Uses of TLcdOWSInputStream in com.luciad.ogc.ows.model
Modifier and TypeMethodDescriptionprotected 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. -
Uses of TLcdOWSInputStream in com.luciad.ogc.wcs.client
Modifier and TypeMethodDescriptionTLcdWCSClient.getCoverage
(TLcdWCSGetCoverageRequest aRequest) Performs the 'GetCoverage' request.protected final TLcdOWSInputStream
TLcdWCSClient.performRequest
(String aOperationName, ILcdOWSRequest aRequest) Performs a WCS request. -
Uses of TLcdOWSInputStream in com.luciad.ogc.wfs.client
Modifier and TypeMethodDescriptionTLcdWFSClient.describeFeatureType
(TLcdWFSDescribeFeatureTypeRequest aRequest) Performs the 'DescribeFeatureType' request.TLcdWFSClient.getFeature
(TLcdWFSGetFeatureRequest aRequest) Performs the 'GetFeature' request.TLcdWFSClient.getFeatureWithLock
(TLcdWFSGetFeatureWithLockRequest aRequest) Performs the 'GetFeatureWithLock' request.protected final TLcdOWSInputStream
TLcdWFSClient.performRequest
(String aOperationName, ILcdOWSRequest aRequest) Performs a WFS request. -
Uses of TLcdOWSInputStream in com.luciad.ogc.wmts.client
Modifier and TypeMethodDescriptionTLcdWMTSClient.getFeatureInfo
(TLcdWMTSGetFeatureInfoContext aContext) Performs the 'GetFeatureInfo' request. -
Uses of TLcdOWSInputStream in com.luciad.wms.client.model
Modifier and TypeMethodDescriptionTLcdWMSClient.describeLayer
(TLcdWMSDescribeLayerRequest aRequest) Performs the 'DescribeLayer' 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.