Uses of Class
org.geotools.data.ows.Response
Packages that use Response
Package
Description
Provides for Web Map Server client access as a Grid Coverage Exchange.
-
Uses of Response in org.geotools.data.ows
Subclasses of Response in org.geotools.data.owsModifier and TypeClassDescriptionclass
Base class for GetCapabilities responses.Methods in org.geotools.data.ows that return ResponseModifier and TypeMethodDescriptiondefault Response
Request.createResponse
(HTTPResponse response) Each Request must know how to create it's counterpart Response.protected Response
AbstractOpenWebService.internalIssueRequest
(Request request) Issues a request to the server and returns that server's response. -
Uses of Response in org.geotools.data.wfs.internal
Subclasses of Response in org.geotools.data.wfs.internalModifier and TypeClassDescriptionclass
GetFeature response for feature's that isn't treated as SimpleFeatureType.class
class
class
class
class
class
A handle to a WFS response that contains the input stream to the actual contents and some well known response information derived from the HTTP response headers.Methods in org.geotools.data.wfs.internal that return ResponseModifier and TypeMethodDescriptionGetCapabilitiesRequest.createResponse
(HTTPResponse response) protected Response
WFSClient.internalIssueRequest
(Request request) -
Uses of Response in org.geotools.data.wfs.internal.v1_x
Subclasses of Response in org.geotools.data.wfs.internal.v1_x -
Uses of Response in org.geotools.data.wfs.internal.v2_0
Subclasses of Response in org.geotools.data.wfs.internal.v2_0 -
Uses of Response in org.geotools.ows.wms
Methods in org.geotools.ows.wms that return ResponseModifier and TypeMethodDescriptionWMS1_0_0.GetCapsRequest.createResponse
(HTTPResponse httpResponse) WMS1_0_0.GetFeatureInfoRequest.createResponse
(HTTPResponse httpResponse) WMS1_0_0.GetMapRequest.createResponse
(HTTPResponse httpResponse) WMS1_0_0.InternalGetStylesRequest.createResponse
(HTTPResponse httpResponse) WMS1_1_0.InternalDescribeLayerRequest.createResponse
(HTTPResponse httpResponse) WMS1_1_0.InternalGetLegendGraphicRequest.createResponse
(HTTPResponse httpResponse) WMS1_1_1.InternalGetStylesRequest.createResponse
(HTTPResponse httpResponse) WMS1_1_1.InternalPutStylesRequest.createResponse
(HTTPResponse httpResponse) -
Uses of Response in org.geotools.ows.wms.response
Subclasses of Response in org.geotools.ows.wms.responseModifier and TypeClassDescriptionclass
Represents the response from a server after a DescribeLayer request has been issued.class
Process GetFeatureInfoResponse.class
class
Process GetMapResponse.class
Represents the result of a GetStyles request.class
Represents the results of a PutStyles request.class
Provides a hook up to parse the capabilties document from inputstream. -
Uses of Response in org.geotools.ows.wmts.response
Subclasses of Response in org.geotools.ows.wmts.responseModifier and TypeClassDescriptionclass
Process GetFeatureInfoResponse.class
(Based on existing work by rgould for WMS service)class
Represents the response of a tile request.class
Provides a hook up to parse the capabilities document from input stream.