| Modifier and Type | Class and Description |
|---|---|
static class |
WMS1_1_0.GetCapsRequest |
static class |
WMS1_1_0.GetFeatureInfoRequest |
static class |
WMS1_1_0.GetMapRequest |
static class |
WMS1_1_0.InternalDescribeLayerRequest |
static class |
WMS1_1_0.InternalGetLegendGraphicRequest |
WMS1_0_0.InternalGetStylesRequest| Constructor and Description |
|---|
WMS1_1_0() |
| Modifier and Type | Method and Description |
|---|---|
DescribeLayerRequest |
createDescribeLayerRequest(URL onlineResource)
Note that WMS 1.0.0 does not support this method.
|
GetCapabilitiesRequest |
createGetCapabilitiesRequest(URL server)
Create a request for performing GetCapabilities requests on a 1.0.0 server.
|
GetFeatureInfoRequest |
createGetFeatureInfoRequest(URL onlineResource,
GetMapRequest getMapRequest)
Creates a GetFeatureInfoRequest for this specification, populating it with valid values.
|
GetLegendGraphicRequest |
createGetLegendGraphicRequest(URL onlineResource)
Note that WMS 1.0.0 does not support this method.
|
GetMapRequest |
createGetMapRequest(URL get)
Creates a GetMapRequest for this specification, populating it with valid values.
|
String |
getVersion()
Expected version attribute for root element.
|
createGetStylesRequest, createPutStylesRequest, getExceptionValue, getFormatValue, toExceptionMimeType, toFormatMIMEpublic GetMapRequest createGetMapRequest(URL get)
WMSSpecificationcreateGetMapRequest in class WMS1_0_0get - the URL for the GetMapRequestWMSSpecification.createGetMapRequest(java.net.URL)public String getVersion()
WMS1_0_0getVersion in class WMS1_0_0public GetCapabilitiesRequest createGetCapabilitiesRequest(URL server)
WMS1_0_0createGetCapabilitiesRequest in class WMS1_0_0server - a URL that points to the 1.0.0 serverorg.geotools.data.wms.Specification#createGetCapabilitiesRequest(java.net.URL)public GetFeatureInfoRequest createGetFeatureInfoRequest(URL onlineResource, GetMapRequest getMapRequest)
WMSSpecificationcreateGetFeatureInfoRequest in class WMS1_0_0onlineResource - the URL to be executed againstgetMapRequest - a previously configured GetMapRequestWMS1_0_0#createGetFeatureInfoRequest(java.net.URL,
org.geotools.ows.wms.request.GetMapRequest, java.util.Set, java.lang.String[])public DescribeLayerRequest createDescribeLayerRequest(URL onlineResource) throws UnsupportedOperationException
WMS1_0_0createDescribeLayerRequest in class WMS1_0_0onlineResource - the location where the request can be madeUnsupportedOperationException - if the version of the specification doesn't support
this requestWMS1_0_0.createDescribeLayerRequest(java.net.URL)public GetLegendGraphicRequest createGetLegendGraphicRequest(URL onlineResource)
WMS1_0_0createGetLegendGraphicRequest in class WMS1_0_0onlineResource - the location where the request can be madeWMSSpecification.createGetLegendGraphicRequest(java.net.URL)Copyright © 1996–2019 Geotools. All rights reserved.