Package org.geotools.ows.wms
Class WMS1_1_0
- Object
- 
- Specification
- 
- WMSSpecification
- 
- WMS1_0_0
- 
- WMS1_1_0
 
 
 
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classWMS1_1_0.GetCapsRequeststatic classWMS1_1_0.GetFeatureInfoRequeststatic classWMS1_1_0.GetMapRequeststatic classWMS1_1_0.InternalDescribeLayerRequeststatic classWMS1_1_0.InternalGetLegendGraphicRequest- 
Nested classes/interfaces inherited from class WMS1_0_0WMS1_0_0.InternalGetStylesRequest
 
- 
 - 
Constructor SummaryConstructors Constructor Description WMS1_1_0()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeLayerRequestcreateDescribeLayerRequest(URL onlineResource)Note that WMS 1.0.0 does not support this method.GetCapabilitiesRequestcreateGetCapabilitiesRequest(URL server)Create a request for performing GetCapabilities requests on a 1.0.0 server.GetFeatureInfoRequestcreateGetFeatureInfoRequest(URL onlineResource, GetMapRequest getMapRequest)Creates a GetFeatureInfoRequest for this specification, populating it with valid values.GetLegendGraphicRequestcreateGetLegendGraphicRequest(URL onlineResource)Note that WMS 1.0.0 does not support this method.GetMapRequestcreateGetMapRequest(URL get)Creates a GetMapRequest for this specification, populating it with valid values.StringgetVersion()Expected version attribute for root element.- 
Methods inherited from class WMS1_0_0createGetStylesRequest, createPutStylesRequest, getExceptionValue, getFormatValue, toExceptionMimeType, toFormatMIME
 
- 
 
- 
- 
- 
Method Detail- 
createGetMapRequestpublic GetMapRequest createGetMapRequest(URL get) Description copied from class:WMSSpecificationCreates a GetMapRequest for this specification, populating it with valid values.- Overrides:
- createGetMapRequestin class- WMS1_0_0
- Parameters:
- get- the URL for the GetMapRequest
- Returns:
- a GetMapRequest that can be configured and used
- See Also:
- WMSSpecification.createGetMapRequest(java.net.URL)
 
 - 
getVersionpublic String getVersion() Description copied from class:WMS1_0_0Expected version attribute for root element.- Overrides:
- getVersionin class- WMS1_0_0
- Returns:
- the expect version value for this specification
 
 - 
createGetCapabilitiesRequestpublic GetCapabilitiesRequest createGetCapabilitiesRequest(URL server) Description copied from class:WMS1_0_0Create a request for performing GetCapabilities requests on a 1.0.0 server.- Overrides:
- createGetCapabilitiesRequestin class- WMS1_0_0
- Parameters:
- server- a URL that points to the 1.0.0 server
- Returns:
- a AbstractGetCapabilitiesRequest object that can provide a valid request
- See Also:
- org.geotools.data.wms.Specification#createGetCapabilitiesRequest(java.net.URL)
 
 - 
createGetFeatureInfoRequestpublic GetFeatureInfoRequest createGetFeatureInfoRequest(URL onlineResource, GetMapRequest getMapRequest) Description copied from class:WMSSpecificationCreates a GetFeatureInfoRequest for this specification, populating it with valid values.- Overrides:
- createGetFeatureInfoRequestin class- WMS1_0_0
- Parameters:
- onlineResource- the URL to be executed against
- getMapRequest- a previously configured GetMapRequest
- Returns:
- a GetFeatureInfoRequest that can be configured and used
- See Also:
- WMS1_0_0#createGetFeatureInfoRequest(java.net.URL, org.geotools.ows.wms.request.GetMapRequest, java.util.Set, java.lang.String[])
 
 - 
createDescribeLayerRequestpublic DescribeLayerRequest createDescribeLayerRequest(URL onlineResource) throws UnsupportedOperationException Description copied from class:WMS1_0_0Note that WMS 1.0.0 does not support this method.- Overrides:
- createDescribeLayerRequestin class- WMS1_0_0
- Parameters:
- onlineResource- the location where the request can be made
- Returns:
- a DescribeLayerRequest to be configured and then passed to the Web Map Server
- Throws:
- UnsupportedOperationException- if the version of the specification doesn't support this request
- See Also:
- WMS1_0_0.createDescribeLayerRequest(java.net.URL)
 
 - 
createGetLegendGraphicRequestpublic GetLegendGraphicRequest createGetLegendGraphicRequest(URL onlineResource) Description copied from class:WMS1_0_0Note that WMS 1.0.0 does not support this method.- Overrides:
- createGetLegendGraphicRequestin class- WMS1_0_0
- Parameters:
- onlineResource- the location where the request can be made
- Returns:
- a GetLegendGraphicRequest to be configured and passed to the WMS
- See Also:
- WMSSpecification.createGetLegendGraphicRequest(java.net.URL)
 
 
- 
 
-