org.geotools.data.ows
Class WMSRequest

java.lang.Object
  extended byorg.geotools.data.ows.WMSRequest

public class WMSRequest
extends java.lang.Object

Available WMS Operations are listed in a Request element.

Author:
rgould

Constructor Summary
WMSRequest()
           
 
Method Summary
 WMSOperationType getDescribeLayer()
           
 WMSOperationType getGetCapabilities()
          DOCUMENT ME!
 WMSOperationType getGetFeatureInfo()
          DOCUMENT ME!
 WMSOperationType getGetLegendGraphic()
           
 WMSOperationType getGetMap()
          DOCUMENT ME!
 WMSOperationType getGetStyles()
           
 WMSOperationType getPutStyles()
           
 void setDescribeLayer(WMSOperationType describeLayer)
           
 void setGetCapabilities(WMSOperationType getCapabilities)
          DOCUMENT ME!
 void setGetFeatureInfo(WMSOperationType getFeatureInfo)
          DOCUMENT ME!
 void setGetLegendGraphic(WMSOperationType getLegendGraphic)
           
 void setGetMap(WMSOperationType getMap)
          DOCUMENT ME!
 void setGetStyles(WMSOperationType getStyles)
           
 void setPutStyles(WMSOperationType putStyles)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WMSRequest

public WMSRequest()
Method Detail

getGetCapabilities

public WMSOperationType getGetCapabilities()
DOCUMENT ME!

Returns:
Returns the getCapabilities.

setGetCapabilities

public void setGetCapabilities(WMSOperationType getCapabilities)
DOCUMENT ME!

Parameters:
getCapabilities - The getCapabilities to set.

getGetFeatureInfo

public WMSOperationType getGetFeatureInfo()
DOCUMENT ME!

Returns:
Returns the getFeatureInfo.

setGetFeatureInfo

public void setGetFeatureInfo(WMSOperationType getFeatureInfo)
DOCUMENT ME!

Parameters:
getFeatureInfo - The getFeatureInfo to set.

getGetMap

public WMSOperationType getGetMap()
DOCUMENT ME!

Returns:
Returns the getMap.

setGetMap

public void setGetMap(WMSOperationType getMap)
DOCUMENT ME!

Parameters:
getMap - The getMap to set.

getDescribeLayer

public WMSOperationType getDescribeLayer()

setDescribeLayer

public void setDescribeLayer(WMSOperationType describeLayer)

getGetLegendGraphic

public WMSOperationType getGetLegendGraphic()

setGetLegendGraphic

public void setGetLegendGraphic(WMSOperationType getLegendGraphic)

getGetStyles

public WMSOperationType getGetStyles()

setGetStyles

public void setGetStyles(WMSOperationType getStyles)

getPutStyles

public WMSOperationType getPutStyles()

setPutStyles

public void setPutStyles(WMSOperationType putStyles)


Copyright © GeoTools. All Rights Reserved.