Package org.geotools.ows.wms
Class WMSRequest
Object
WMSRequest
Available WMS Operations are listed in a Request element.
- Author:
- rgould
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDescribeLayer(OperationType describeLayer) voidsetGetCapabilities(OperationType getCapabilities) voidsetGetFeatureInfo(OperationType getFeatureInfo) voidsetGetLegendGraphic(OperationType getLegendGraphic) voidsetGetMap(OperationType getMap) voidsetGetStyles(OperationType getStyles) voidsetPutStyles(OperationType putStyles)
-
Constructor Details
-
WMSRequest
public WMSRequest()
-
-
Method Details
-
getGetCapabilities
- Returns:
- Returns the getCapabilities.
-
setGetCapabilities
- Parameters:
getCapabilities- The getCapabilities to set.
-
getGetFeatureInfo
- Returns:
- Returns the getFeatureInfo.
-
setGetFeatureInfo
- Parameters:
getFeatureInfo- The getFeatureInfo to set.
-
getGetMap
- Returns:
- Returns the getMap.
-
setGetMap
- Parameters:
getMap- The getMap to set.
-
getDescribeLayer
-
setDescribeLayer
-
getGetLegendGraphic
-
setGetLegendGraphic
-
getGetStyles
-
setGetStyles
-
getPutStyles
-
setPutStyles
-