Uses of Class
org.geotools.ows.ServiceException
-
Packages that use ServiceException 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 A placeholder for data objects common to OWS code, such as WMS, WFS, etc.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.model org.geotools.ows.wmts.request org.geotools.ows.wmts.response -
-
Uses of ServiceException in org.geotools.data.ows
Methods in org.geotools.data.ows that return ServiceException Modifier and Type Method Description static ServiceException
ServiceExceptionParser. parse(InputStream inputStream)
Tries to read a ServiceExceptionReport from the input stream, and construct a chain of ServiceExceptions.protected ServiceException
Response. parseException(InputStream inputStream)
Methods in org.geotools.data.ows that throw ServiceException Modifier and Type Method Description default 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.GetCapabilitiesResponse
AbstractOpenWebService. issueRequest(GetCapabilitiesRequest request)
protected C
AbstractOpenWebService. negotiateVersion()
Version number negotiation occurs as follows (credit OGC): 1) If the server implements the requested version number, the server shall send that version.Constructors in org.geotools.data.ows that throw ServiceException Constructor Description AbstractOpenWebService(URL serverURL)
Set up the specifications used and retrieve the Capabilities document given by serverURL.AbstractOpenWebService(URL serverURL, HTTPClient httpClient)
AbstractOpenWebService(URL serverURL, HTTPClient httpClient, C capabilities)
AbstractOpenWebService(URL serverURL, HTTPClient httpClient, C capabilities, Map<String,Object> hints)
AbstractOpenWebService(URL serverURL, HTTPClient httpClient, C capabilities, Map<String,Object> hints, Map<String,String> headers)
GetCapabilitiesResponse(HTTPResponse httpResponse)
Response(HTTPResponse httpResponse)
-
Uses of ServiceException in org.geotools.data.wfs.internal
Methods in org.geotools.data.wfs.internal that throw ServiceException Modifier and Type Method Description Response
GetCapabilitiesRequest. createResponse(HTTPResponse response)
GetCapabilitiesResponse
WFSClient. issueRequest(GetCapabilitiesRequest request)
Constructors in org.geotools.data.wfs.internal that throw ServiceException Constructor Description ComplexGetFeatureResponse(WFSRequest originatingRequest, HTTPResponse httpResponse, XmlComplexFeatureParser parser)
DescribeFeatureTypeResponse(DescribeFeatureTypeRequest request, HTTPResponse httpResponse)
DescribeStoredQueriesResponse(WFSRequest originatingRequest, HTTPResponse response)
GetCapabilitiesResponse(HTTPResponse response, EntityResolver entityResolver)
GetFeatureResponse(WFSRequest originatingRequest, HTTPResponse httpResponse, GetParser<SimpleFeature> features)
ListStoredQueriesResponse(WFSRequest originatingRequest, HTTPResponse response)
WFSClient(URL capabilitiesURL, HTTPClient httpClient, WFSConfig config)
WFSClient(URL capabilitiesURL, HTTPClient httpClient, WFSConfig config, WFSGetCapabilities capabilities)
WFSResponse(WFSRequest originatingRequest, HTTPResponse httpResponse)
-
Uses of ServiceException in org.geotools.data.wfs.internal.v1_x
Constructors in org.geotools.data.wfs.internal.v1_x that throw ServiceException Constructor Description TransactionResponseImpl(WFSRequest originatingRequest, HTTPResponse response, InputStream in)
-
Uses of ServiceException in org.geotools.data.wfs.internal.v2_0
Constructors in org.geotools.data.wfs.internal.v2_0 that throw ServiceException Constructor Description TransactionResponseImpl(WFSRequest originatingRequest, HTTPResponse response, InputStream in)
-
Uses of ServiceException in org.geotools.ows
Methods in org.geotools.ows that return ServiceException Modifier and Type Method Description ServiceException
ServiceException. getNext()
Methods in org.geotools.ows with parameters of type ServiceException Modifier and Type Method Description void
ServiceException. setNext(ServiceException next)
-
Uses of ServiceException in org.geotools.ows.wms
Constructors in org.geotools.ows.wms that throw ServiceException Constructor Description WebMapServer(URL serverURL)
Creates a new WebMapServer instance and attempts to retrieve the Capabilities document specified by serverURL.WebMapServer(URL serverURL, int timeout)
Creates a new WebMapServer instance and attempts to retrieve the Capabilities document specified by serverURL.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.WebMapServer(URL serverURL, HTTPClient httpClient, Map<String,Object> hints, Map<String,String> headers)
Creates a new WebMapServer instance and retrieve the Capabilities document specified by serverURL.WebMapServer(WMSCapabilities capabilities)
Creates a new WebMapServer from a WMSCapablitiles document. -
Uses of ServiceException in org.geotools.ows.wms.response
Constructors in org.geotools.ows.wms.response that throw ServiceException Constructor 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)
-
Uses of ServiceException in org.geotools.ows.wmts
Methods in org.geotools.ows.wmts that throw ServiceException Modifier and Type Method Description WMTSGetCapabilitiesResponse
WMTSSpecification.GetCapsRequest. createResponse(HTTPResponse httpResponse)
GetTileResponse
WMTSSpecification.GetKVPTileRequest. createResponse(HTTPResponse httpResponse)
Creating a GetTileResponseGetTileResponse
WMTSSpecification.GetRestTileRequest. createResponse(HTTPResponse httpResponse)
Creating a GetTileResponseSet<Tile>
WebMapTileServer. issueRequest(GetTileRequest tileRequest)
Deprecated.- change to tileRequest.getTiles()GetTileResponse
WebMapTileServer. issueRequest(WMTSSpecification.GetSingleTileRequest tileRequest)
The new issueRequest, which gives a GetTileResponse in response for a GetSingleTileRequest.TileMatrixSet
WebMapTileServer. selectMatrixSet(WMTSLayer layer, CoordinateReferenceSystem requestCRS)
Selects the tileMatrixSet that is linked to this layer with the given CRSConstructors in org.geotools.ows.wmts that throw ServiceException Constructor Description WebMapTileServer(URL serverURL)
Set up the WebMapTileServer by calling serverURL with the default http client.WebMapTileServer(URL serverURL, HTTPClient httpClient)
Set up the WebMapTileServer by the given serverUrl using the given http client.WebMapTileServer(URL serverURL, HTTPClient httpClient, Map<String,String> headers)
Set up the WebMapTileServer by the given serverUrl, using the http client with additional headers.WebMapTileServer(URL serverURL, HTTPClient httpClient, WMTSCapabilities capabilities)
Set up the WebMapTileServer by the given capabilities, with the given serverURL.WebMapTileServer(URL serverURL, HTTPClient httpClient, WMTSCapabilities capabilities, Map<String,Object> hints)
Set up the WebMapTileServer by the given capabilities, with the given serverURL and additional hints.WebMapTileServer(URL serverURL, WMTSCapabilities capabilities)
Set up the WebMapTileServer by the given capabilities, with the given serverURL.WebMapTileServer(WebMapTileServer delegate)
Set up a WebMapTileServer by the same serverURL, httpClient, capabilities and hints as delegate -
Uses of ServiceException in org.geotools.ows.wmts.model
Constructors in org.geotools.ows.wmts.model that throw ServiceException Constructor Description WMTSCapabilities(CapabilitiesType capabilities)
-
Uses of ServiceException in org.geotools.ows.wmts.request
Methods in org.geotools.ows.wmts.request that throw ServiceException Modifier and Type Method Description Set<Tile>
AbstractGetTileRequest. getTiles()
Compute the set of tiles needed to generate the image.Set<Tile>
GetTileRequest. getTiles()
-
Uses of ServiceException in org.geotools.ows.wmts.response
Constructors in org.geotools.ows.wmts.response that throw ServiceException Constructor Description GetFeatureInfoResponse(HTTPResponse httpResponse)
GetLegendGraphicResponse(HTTPResponse httpResponse)
GetTileResponse(HTTPResponse httpResponse, WMTSServiceType wmtsServiceType)
Constructor of GetTileResponse.WMTSGetCapabilitiesResponse(HTTPResponse response)
WMTSGetCapabilitiesResponse(HTTPResponse response, Map<String,Object> hints)
-