org.geotools.data.wms
Class WMS1_3_0

java.lang.Object
  extended byorg.geotools.data.wms.Specification
      extended byorg.geotools.data.wms.WMS1_0_0
          extended byorg.geotools.data.wms.WMS1_1_0
              extended byorg.geotools.data.wms.WMS1_1_1
                  extended byorg.geotools.data.wms.WMS1_3_0

public class WMS1_3_0
extends WMS1_1_1

Author:
Kefka TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Nested Class Summary
static class WMS1_3_0.GetCapsRequest
           
static class WMS1_3_0.GetFeatureInfoRequest
           
static class WMS1_3_0.GetMapRequest
           
 
Nested classes inherited from class org.geotools.data.wms.WMS1_1_0
WMS1_1_0.InternalDescribeLayerRequest, WMS1_1_0.InternalGetLegendGraphicRequest, WMS1_1_0.InternalGetStylesRequest, WMS1_1_0.InternalPutStylesRequest
 
Constructor Summary
WMS1_3_0()
           
 
Method Summary
 AbstractGetCapabilitiesRequest createGetCapabilitiesRequest(java.net.URL server)
          Factory method to create WMS 1.1.1 GetCapabilities Request
 GetFeatureInfoRequest createGetFeatureInfoRequest(java.net.URL onlineResource, GetMapRequest getMapRequest)
          Creates a GetFeatureInfoRequest for this specification, populating it with valid values.
 GetMapRequest createGetMapRequest(java.net.URL get)
          Creates a GetMapRequest for this specification, populating it with valid values.
 java.lang.String getVersion()
          Expected version attribute for root element.
 
Methods inherited from class org.geotools.data.wms.WMS1_1_0
createDescribeLayerRequest, createGetLegendGraphicRequest, createGetStylesRequest, createPutStylesRequest
 
Methods inherited from class org.geotools.data.wms.WMS1_0_0
createGetStylesRequest, getExceptionValue, getFormatValue, toExceptionMimeType, toFormatMIME
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WMS1_3_0

public WMS1_3_0()
Method Detail

getVersion

public java.lang.String getVersion()
Description copied from class: WMS1_1_1
Expected version attribute for root element.

Overrides:
getVersion in class WMS1_1_1
Returns:
DOCUMENT ME!

createGetCapabilitiesRequest

public AbstractGetCapabilitiesRequest createGetCapabilitiesRequest(java.net.URL server)
Description copied from class: WMS1_1_1
Factory method to create WMS 1.1.1 GetCapabilities Request

Overrides:
createGetCapabilitiesRequest in class WMS1_1_1
Parameters:
server - DOCUMENT ME!
Returns:
DOCUMENT ME!

createGetMapRequest

public GetMapRequest createGetMapRequest(java.net.URL get)
Description copied from class: Specification
Creates a GetMapRequest for this specification, populating it with valid values.

Overrides:
createGetMapRequest in class WMS1_1_1

createGetFeatureInfoRequest

public GetFeatureInfoRequest createGetFeatureInfoRequest(java.net.URL onlineResource,
                                                         GetMapRequest getMapRequest)
Description copied from class: Specification
Creates a GetFeatureInfoRequest for this specification, populating it with valid values.

Overrides:
createGetFeatureInfoRequest in class WMS1_1_1


Copyright © GeoTools. All Rights Reserved.