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 TypeMethodDescriptionvoid
setDescribeLayer
(OperationType describeLayer) void
setGetCapabilities
(OperationType getCapabilities) void
setGetFeatureInfo
(OperationType getFeatureInfo) void
setGetLegendGraphic
(OperationType getLegendGraphic) void
setGetMap
(OperationType getMap) void
setGetStyles
(OperationType getStyles) void
setPutStyles
(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
-