Uses of Class
org.geotools.data.ows.Response
-
Packages that use Response Package Description org.geotools.data.ows org.geotools.data.wfs.internal org.geotools.data.wfs.internal.v1_x org.geotools.data.wfs.internal.v2_0 org.geotools.ows.wms Provides for Web Map Server client access as a Grid Coverage Exchange.org.geotools.ows.wms.response org.geotools.ows.wmts.response -
-
Uses of Response in org.geotools.data.ows
Subclasses of Response in org.geotools.data.ows Modifier and Type Class Description classGetCapabilitiesResponseBase class for GetCapabilities responses.Methods in org.geotools.data.ows that return Response Modifier and Type Method Description default ResponseRequest. createResponse(HTTPResponse response)Each Request must know how to create it's counterpart Response.protected ResponseAbstractOpenWebService. 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.internal Modifier and Type Class Description classComplexGetFeatureResponseGetFeature response for feature's that isn't treated as SimpleFeatureType.classDescribeFeatureTypeResponseclassDescribeStoredQueriesResponseclassGetCapabilitiesResponseclassGetFeatureResponseclassListStoredQueriesResponseclassWFSResponseA 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 Response Modifier and Type Method Description ResponseGetCapabilitiesRequest. createResponse(HTTPResponse response)protected ResponseWFSClient. 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 Modifier and Type Class Description classTransactionResponseImpl -
Uses of Response in org.geotools.data.wfs.internal.v2_0
Subclasses of Response in org.geotools.data.wfs.internal.v2_0 Modifier and Type Class Description classTransactionResponseImpl -
Uses of Response in org.geotools.ows.wms
Methods in org.geotools.ows.wms that return Response Modifier and Type Method Description ResponseWMS1_0_0.GetCapsRequest. createResponse(HTTPResponse httpResponse)ResponseWMS1_0_0.GetFeatureInfoRequest. createResponse(HTTPResponse httpResponse)ResponseWMS1_0_0.GetMapRequest. createResponse(HTTPResponse httpResponse)ResponseWMS1_0_0.InternalGetStylesRequest. createResponse(HTTPResponse httpResponse)ResponseWMS1_1_0.InternalDescribeLayerRequest. createResponse(HTTPResponse httpResponse)ResponseWMS1_1_0.InternalGetLegendGraphicRequest. createResponse(HTTPResponse httpResponse)ResponseWMS1_1_1.InternalGetStylesRequest. createResponse(HTTPResponse httpResponse)ResponseWMS1_1_1.InternalPutStylesRequest. createResponse(HTTPResponse httpResponse) -
Uses of Response in org.geotools.ows.wms.response
Subclasses of Response in org.geotools.ows.wms.response Modifier and Type Class Description classDescribeLayerResponseRepresents the response from a server after a DescribeLayer request has been issued.classGetFeatureInfoResponseProcess GetFeatureInfoResponse.classGetLegendGraphicResponseclassGetMapResponseProcess GetMapResponse.classGetStylesResponseRepresents the result of a GetStyles request.classPutStylesResponseRepresents the results of a PutStyles request.classWMSGetCapabilitiesResponseProvides 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.response Modifier and Type Class Description classGetFeatureInfoResponseProcess GetFeatureInfoResponse.classGetLegendGraphicResponse(Based on existing work by rgould for WMS service)classGetTileResponseRepresents the response of a tile request.classWMTSGetCapabilitiesResponseProvides a hook up to parse the capabilities document from input stream.
-