| |
|
| java.lang.Object org.geotools.data.ows.WMSRequest
WMSRequest | public class WMSRequest (Code) | | Available WMS Operations are listed in a Request element.
author: rgould |
getGetCapabilities | public OperationType getGetCapabilities()(Code) | | DOCUMENT ME!
Returns the getCapabilities. |
getGetFeatureInfo | public OperationType getGetFeatureInfo()(Code) | | DOCUMENT ME!
Returns the getFeatureInfo. |
setGetCapabilities | public void setGetCapabilities(OperationType getCapabilities)(Code) | | DOCUMENT ME!
Parameters: getCapabilities - The getCapabilities to set. |
setGetFeatureInfo | public void setGetFeatureInfo(OperationType getFeatureInfo)(Code) | | DOCUMENT ME!
Parameters: getFeatureInfo - The getFeatureInfo to set. |
setGetMap | public void setGetMap(OperationType getMap)(Code) | | DOCUMENT ME!
Parameters: getMap - The getMap to set. |
|
|
|