Package org.geotools.ows.wms
Class WMSRequest
- Object
-
- WMSRequest
-
public class WMSRequest extends Object
Available WMS Operations are listed in a Request element.- Author:
- rgould
-
-
Constructor Summary
Constructors Constructor Description WMSRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationType
getDescribeLayer()
OperationType
getGetCapabilities()
OperationType
getGetFeatureInfo()
OperationType
getGetLegendGraphic()
OperationType
getGetMap()
OperationType
getGetStyles()
OperationType
getPutStyles()
void
setDescribeLayer(OperationType describeLayer)
void
setGetCapabilities(OperationType getCapabilities)
void
setGetFeatureInfo(OperationType getFeatureInfo)
void
setGetLegendGraphic(OperationType getLegendGraphic)
void
setGetMap(OperationType getMap)
void
setGetStyles(OperationType getStyles)
void
setPutStyles(OperationType putStyles)
-
-
-
Method Detail
-
getGetCapabilities
public OperationType getGetCapabilities()
- Returns:
- Returns the getCapabilities.
-
setGetCapabilities
public void setGetCapabilities(OperationType getCapabilities)
- Parameters:
getCapabilities
- The getCapabilities to set.
-
getGetFeatureInfo
public OperationType getGetFeatureInfo()
- Returns:
- Returns the getFeatureInfo.
-
setGetFeatureInfo
public void setGetFeatureInfo(OperationType getFeatureInfo)
- Parameters:
getFeatureInfo
- The getFeatureInfo to set.
-
getGetMap
public OperationType getGetMap()
- Returns:
- Returns the getMap.
-
setGetMap
public void setGetMap(OperationType getMap)
- 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)
-
-