Package org.geotools.ows.wms
Class WMS1_3_0
- 
 public class WMS1_3_0 extends WMS1_1_1 - Author:
- rgould
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classWMS1_3_0.GetCapsRequeststatic classWMS1_3_0.GetFeatureInfoRequeststatic classWMS1_3_0.GetMapRequest- 
Nested classes/interfaces inherited from class WMS1_1_1WMS1_1_1.InternalGetStylesRequest, WMS1_1_1.InternalPutStylesRequest
 - 
Nested classes/interfaces inherited from class WMS1_1_0WMS1_1_0.InternalDescribeLayerRequest, WMS1_1_0.InternalGetLegendGraphicRequest
 
- 
 - 
Constructor SummaryConstructors Constructor Description WMS1_3_0()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GetCapabilitiesRequestcreateGetCapabilitiesRequest(URL server)Factory method to create WMS 1.1.1 GetCapabilities RequestGetFeatureInfoRequestcreateGetFeatureInfoRequest(URL onlineResource, GetMapRequest getMapRequest)Creates a GetFeatureInfoRequest for this specification, populating it with valid values.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_1_1createGetStylesRequest, createPutStylesRequest
 - 
Methods inherited from class WMS1_1_0createDescribeLayerRequest, createGetLegendGraphicRequest
 - 
Methods inherited from class WMS1_0_0getExceptionValue, getFormatValue, toExceptionMimeType, toFormatMIME
 
- 
 
- 
- 
- 
Method Detail- 
getVersionpublic String getVersion() Description copied from class:WMS1_1_1Expected version attribute for root element.- Overrides:
- getVersionin class- WMS1_1_1
- Returns:
- the expect version value for this specification
 
 - 
createGetCapabilitiesRequestpublic GetCapabilitiesRequest createGetCapabilitiesRequest(URL server) Description copied from class:WMS1_1_1Factory method to create WMS 1.1.1 GetCapabilities Request- Overrides:
- createGetCapabilitiesRequestin class- WMS1_1_1
- 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)
 
 - 
createGetMapRequestpublic GetMapRequest createGetMapRequest(URL get) Description copied from class:WMSSpecificationCreates a GetMapRequest for this specification, populating it with valid values.- Overrides:
- createGetMapRequestin class- WMS1_1_1
- Parameters:
- get- the URL for the GetMapRequest
- Returns:
- a GetMapRequest that can be configured and used
- See Also:
- WMSSpecification.createGetMapRequest(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_1_1
- 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[])
 
 
- 
 
-