|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.data.ows.WMSRequest
Available WMS Operations are listed in a Request element.
Constructor Summary | |
WMSRequest()
|
Method Summary | |
WMSOperationType |
getDescribeLayer()
|
WMSOperationType |
getGetCapabilities()
DOCUMENT ME! |
WMSOperationType |
getGetFeatureInfo()
DOCUMENT ME! |
WMSOperationType |
getGetLegendGraphic()
|
WMSOperationType |
getGetMap()
DOCUMENT ME! |
WMSOperationType |
getGetStyles()
|
WMSOperationType |
getPutStyles()
|
void |
setDescribeLayer(WMSOperationType describeLayer)
|
void |
setGetCapabilities(WMSOperationType getCapabilities)
DOCUMENT ME! |
void |
setGetFeatureInfo(WMSOperationType getFeatureInfo)
DOCUMENT ME! |
void |
setGetLegendGraphic(WMSOperationType getLegendGraphic)
|
void |
setGetMap(WMSOperationType getMap)
DOCUMENT ME! |
void |
setGetStyles(WMSOperationType getStyles)
|
void |
setPutStyles(WMSOperationType 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 WMSOperationType getGetCapabilities()
public void setGetCapabilities(WMSOperationType getCapabilities)
getCapabilities
- The getCapabilities to set.public WMSOperationType getGetFeatureInfo()
public void setGetFeatureInfo(WMSOperationType getFeatureInfo)
getFeatureInfo
- The getFeatureInfo to set.public WMSOperationType getGetMap()
public void setGetMap(WMSOperationType getMap)
getMap
- The getMap to set.public WMSOperationType getDescribeLayer()
public void setDescribeLayer(WMSOperationType describeLayer)
public WMSOperationType getGetLegendGraphic()
public void setGetLegendGraphic(WMSOperationType getLegendGraphic)
public WMSOperationType getGetStyles()
public void setGetStyles(WMSOperationType getStyles)
public WMSOperationType getPutStyles()
public void setPutStyles(WMSOperationType putStyles)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |