Package | Description |
---|---|
org.geotools.data.ows | |
org.geotools.data.wfs | |
org.geotools.data.wfs.internal | |
org.geotools.data.wfs.internal.parsers | |
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 | |
org.geotools.ows.wmts.request | |
org.geotools.ows.wmts.response |
Modifier and Type | Class and Description |
---|---|
class |
DelegateHTTPResponse |
static class |
SimpleHttpClient.SimpleHTTPResponse |
Modifier and Type | Field and Description |
---|---|
protected HTTPResponse |
DelegateHTTPResponse.delegate |
protected HTTPResponse |
Response.httpResponse |
Modifier and Type | Method and Description |
---|---|
HTTPResponse |
DelegateHTTPClient.get(URL url) |
HTTPResponse |
SimpleHttpClient.get(URL url) |
HTTPResponse |
HTTPClient.get(URL url)
Executes an HTTP GET request against the provided URL and returns the server response.
|
HTTPResponse |
LoggingHTTPClient.get(URL url) |
HTTPResponse |
DelegateHTTPClient.post(URL url,
InputStream postContent,
String postContentType) |
HTTPResponse |
SimpleHttpClient.post(URL url,
InputStream postContent,
String postContentType) |
HTTPResponse |
HTTPClient.post(URL url,
InputStream postContent,
String postContentType)
Executes an HTTP POST request against the provided URL, sending the contents of
postContent as the POST method body and setting the Content-Type request header to postContentType if given, and returns the server response. |
HTTPResponse |
LoggingHTTPClient.post(URL url,
InputStream postContent,
String postContentType) |
Modifier and Type | Method and Description |
---|---|
Response |
Request.createResponse(HTTPResponse response)
Each Request must know how to create it's counterpart Response.
|
Constructor and Description |
---|
DelegateHTTPResponse(HTTPResponse delegate) |
GetCapabilitiesResponse(HTTPResponse httpResponse) |
Response(HTTPResponse httpResponse) |
Modifier and Type | Method and Description |
---|---|
HTTPResponse |
MultithreadedHttpClient.get(URL url) |
HTTPResponse |
MultithreadedHttpClient.post(URL url,
InputStream postContent,
String postContentType) |
Modifier and Type | Method and Description |
---|---|
WFSResponse |
WFSRequest.createResponse(HTTPResponse response) |
WFSResponse |
TransactionRequest.createResponse(HTTPResponse response) |
Response |
GetCapabilitiesRequest.createResponse(HTTPResponse response) |
WFSResponse |
WFSResponseFactory.createResponse(WFSRequest request,
HTTPResponse response)
Creates a response parser for the given WFS response.
|
Constructor and Description |
---|
DescribeFeatureTypeResponse(DescribeFeatureTypeRequest request,
HTTPResponse httpResponse) |
DescribeStoredQueriesResponse(WFSRequest originatingRequest,
HTTPResponse response) |
GetCapabilitiesResponse(HTTPResponse response,
EntityResolver entityResolver) |
GetFeatureResponse(WFSRequest originatingRequest,
HTTPResponse httpResponse,
GetFeatureParser features) |
ListStoredQueriesResponse(WFSRequest originatingRequest,
HTTPResponse response) |
WFSResponse(WFSRequest originatingRequest,
HTTPResponse httpResponse) |
Modifier and Type | Method and Description |
---|---|
WFSResponse |
AbstractWFSResponseFactory.createResponse(WFSRequest request,
HTTPResponse response)
Returns either a properly parsed response object or an exception depending on what the server
returned.
|
WFSResponse |
DescribeStoredQueriesResponseFactory.createResponse(WFSRequest request,
HTTPResponse response) |
WFSResponse |
ListStoredQueriesResponseFactory.createResponse(WFSRequest request,
HTTPResponse response) |
WFSResponse |
DescribeFeatureTypeResponseFactory.createResponse(WFSRequest request,
HTTPResponse response) |
protected abstract WFSResponse |
AbstractWFSResponseFactory.createResponseImpl(WFSRequest request,
HTTPResponse response,
InputStream in)
Has to be implemented to turn the request and response into a proper
WFSResponse . |
protected WFSResponse |
AbstractGetFeatureResponseParserFactory.createResponseImpl(WFSRequest request,
HTTPResponse response,
InputStream in) |
protected WFSResponse |
TransactionResponseFactory.createResponseImpl(WFSRequest request,
HTTPResponse response,
InputStream in) |
Constructor and Description |
---|
TransactionResponseImpl(WFSRequest originatingRequest,
HTTPResponse response,
InputStream in) |
Constructor and Description |
---|
TransactionResponseImpl(WFSRequest originatingRequest,
HTTPResponse response,
InputStream in) |
Modifier and Type | Method and Description |
---|---|
HTTPResponse |
MultithreadedHttpClient.get(URL url) |
HTTPResponse |
MultithreadedHttpClient.post(URL url,
InputStream postContent,
String postContentType) |
Modifier and Type | Method and Description |
---|---|
Response |
WMS1_1_0.InternalDescribeLayerRequest.createResponse(HTTPResponse httpResponse) |
Response |
WMS1_1_0.InternalGetLegendGraphicRequest.createResponse(HTTPResponse httpResponse) |
Response |
WMS1_1_1.InternalGetStylesRequest.createResponse(HTTPResponse httpResponse) |
Response |
WMS1_1_1.InternalPutStylesRequest.createResponse(HTTPResponse httpResponse) |
Response |
WMS1_0_0.GetCapsRequest.createResponse(HTTPResponse httpResponse) |
Response |
WMS1_0_0.GetMapRequest.createResponse(HTTPResponse httpResponse) |
Response |
WMS1_0_0.GetFeatureInfoRequest.createResponse(HTTPResponse httpResponse) |
Response |
WMS1_0_0.InternalGetStylesRequest.createResponse(HTTPResponse httpResponse) |
Constructor and Description |
---|
DescribeLayerResponse(HTTPResponse httpResponse) |
DescribeLayerResponse(HTTPResponse httpResponse,
Map<String,Object> hints) |
GetFeatureInfoResponse(HTTPResponse httpResponse) |
GetLegendGraphicResponse(HTTPResponse httpResponse) |
GetMapResponse(HTTPResponse httpResponse) |
GetStylesResponse(HTTPResponse httpResponse) |
PutStylesResponse(HTTPResponse httpResponse) |
WMSGetCapabilitiesResponse(HTTPResponse response) |
WMSGetCapabilitiesResponse(HTTPResponse response,
Map<String,Object> hints) |
Modifier and Type | Method and Description |
---|---|
Response |
WMTSSpecification.GetTileRequest.createResponse(HTTPResponse response) |
WMTSGetCapabilitiesResponse |
WMTSSpecification.GetCapsRequest.createResponse(HTTPResponse httpResponse) |
Modifier and Type | Method and Description |
---|---|
Response |
AbstractGetTileRequest.createResponse(HTTPResponse response) |
Constructor and Description |
---|
GetFeatureInfoResponse(HTTPResponse httpResponse) |
GetLegendGraphicResponse(HTTPResponse httpResponse) |
GetTileResponse(HTTPResponse httpResponse,
WMTSServiceType wmtsServiceType) |
WMTSGetCapabilitiesResponse(HTTPResponse response) |
WMTSGetCapabilitiesResponse(HTTPResponse response,
Map<String,Object> hints) |
Copyright © 1996–2019 Geotools. All rights reserved.