public class WMSRequest extends Object
Constructor and Description |
---|
WMSRequest() |
Modifier and Type | Method and 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) |
public OperationType getGetCapabilities()
public void setGetCapabilities(OperationType getCapabilities)
getCapabilities
- The getCapabilities to set.public OperationType getGetFeatureInfo()
public void setGetFeatureInfo(OperationType getFeatureInfo)
getFeatureInfo
- The getFeatureInfo to set.public OperationType getGetMap()
public void setGetMap(OperationType getMap)
getMap
- The getMap to set.public OperationType getDescribeLayer()
public void setDescribeLayer(OperationType describeLayer)
public OperationType getGetLegendGraphic()
public void setGetLegendGraphic(OperationType getLegendGraphic)
public OperationType getGetStyles()
public void setGetStyles(OperationType getStyles)
public OperationType getPutStyles()
public void setPutStyles(OperationType putStyles)
Copyright © 1996–2021 Geotools. All rights reserved.