org.geotools.data.ows
Class WMSRequest

Object
  extended by WMSRequest

public class WMSRequest
extends Object

Available WMS Operations are listed in a Request element.

Author:
rgould
Module:
modules/extension/wms (gt-wms.jar)

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

Constructor Detail

WMSRequest

public WMSRequest()
Method Detail

getGetCapabilities

public OperationType getGetCapabilities()
DOCUMENT ME!

Returns:
Returns the getCapabilities.

setGetCapabilities

public void setGetCapabilities(OperationType getCapabilities)
DOCUMENT ME!

Parameters:
getCapabilities - The getCapabilities to set.

getGetFeatureInfo

public OperationType getGetFeatureInfo()
DOCUMENT ME!

Returns:
Returns the getFeatureInfo.

setGetFeatureInfo

public void setGetFeatureInfo(OperationType getFeatureInfo)
DOCUMENT ME!

Parameters:
getFeatureInfo - The getFeatureInfo to set.

getGetMap

public OperationType getGetMap()
DOCUMENT ME!

Returns:
Returns the getMap.

setGetMap

public void setGetMap(OperationType getMap)
DOCUMENT ME!

Parameters:
getMap - The getMap to set.

getDescribeLayer

public OperationType getDescribeLayer()

setDescribeLayer

public void setDescribeLayer(OperationType describeLayer)

getGetLegendGraphic

public OperationType getGetLegendGraphic()

setGetLegendGraphic

public void setGetLegendGraphic(OperationType getLegendGraphic)

getGetStyles

public OperationType getGetStyles()

setGetStyles

public void setGetStyles(OperationType getStyles)

getPutStyles

public OperationType getPutStyles()

setPutStyles

public void setPutStyles(OperationType putStyles)


Copyright © 1996-2009 Geotools. All Rights Reserved.