public class WMSRequest extends Object
Constructor and Description |
---|
WMSRequest() |
Modifier and Type | Method and Description |
---|---|
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) |
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–2019 Geotools. All rights reserved.