|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.data.ows.WMSRequest
public class WMSRequest
Available WMS Operations are listed in a Request element.
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WMSRequest()
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |