Package | Description |
---|---|
org.geotools.data.ows | |
org.geotools.data.wfs | |
org.geotools.data.wfs.internal | |
org.geotools.ows.wms |
Provides for Web Map Server client access as a Grid Coverage Exchange.
|
org.geotools.ows.wmts |
Modifier and Type | Class and Description |
---|---|
class |
DelegateHTTPClient |
class |
LoggingHTTPClient |
class |
SimpleHttpClient
A simple
HTTPClient that creates a new HTTP connection for each
request. |
Modifier and Type | Field and Description |
---|---|
protected HTTPClient |
DelegateHTTPClient.delegate |
Modifier and Type | Method and Description |
---|---|
HTTPClient |
AbstractOpenWebService.getHTTPClient() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractOpenWebService.setHttpClient(HTTPClient httpClient) |
Constructor and Description |
---|
AbstractOpenWebService(URL serverURL,
HTTPClient httpClient,
C capabilities) |
AbstractOpenWebService(URL serverURL,
HTTPClient httpClient,
C capabilities,
Map<String,Object> hints) |
DelegateHTTPClient(HTTPClient delegate) |
LoggingHTTPClient(HTTPClient delegate) |
LoggingHTTPClient(HTTPClient delegate,
String charsetName) |
Modifier and Type | Method and Description |
---|---|
HTTPClient |
WFSDataStoreFactory.getHttpClient(Map<String,Serializable> params)
Creates the HttpClient instance used to connect to the WFS service, compatible with the given
parameters.
|
Constructor and Description |
---|
WFSClient(URL capabilitiesURL,
HTTPClient httpClient,
WFSConfig config) |
WFSClient(URL capabilitiesURL,
HTTPClient httpClient,
WFSConfig config,
WFSGetCapabilities capabilities) |
Modifier and Type | Class and Description |
---|---|
class |
MultithreadedHttpClient
An Apache commons HTTP client based
HTTPClient backed by a multithreaded connection
manager that allows to reuse connections to the backing server and to limit the max number of concurrent connections . |
Constructor and Description |
---|
WebMapServer(URL serverURL,
HTTPClient httpClient)
Creates a new WebMapServer instance and attempts to retrieve the Capabilities document
specified by serverURL.
|
WebMapServer(URL serverURL,
HTTPClient httpClient,
Map<String,Object> hints)
Creates a new WebMapServer instance and attempts to retrieve the Capabilities document
specified by serverURL.
|
Constructor and Description |
---|
WebMapTileServer(URL serverURL,
HTTPClient httpClient,
WMTSCapabilities capabilities) |
WebMapTileServer(URL serverURL,
HTTPClient httpClient,
WMTSCapabilities capabilities,
Map<String,Object> hints) |
Copyright © 1996–2019 Geotools. All rights reserved.