Class WMSRequest


  • public class WMSRequest
    extends Object
    Available WMS Operations are listed in a Request element.
    Author:
    rgould
    • Constructor Detail

      • WMSRequest

        public WMSRequest()
    • Method Detail

      • getGetCapabilities

        public OperationType getGetCapabilities()
        Returns:
        Returns the getCapabilities.
      • setGetCapabilities

        public void setGetCapabilities​(OperationType getCapabilities)
        Parameters:
        getCapabilities - The getCapabilities to set.
      • getGetFeatureInfo

        public OperationType getGetFeatureInfo()
        Returns:
        Returns the getFeatureInfo.
      • setGetFeatureInfo

        public void setGetFeatureInfo​(OperationType getFeatureInfo)
        Parameters:
        getFeatureInfo - The getFeatureInfo to set.
      • getGetMap

        public OperationType getGetMap()
        Returns:
        Returns the getMap.
      • setGetMap

        public void setGetMap​(OperationType getMap)
        Parameters:
        getMap - The getMap to set.
      • setDescribeLayer

        public void setDescribeLayer​(OperationType describeLayer)
      • getGetLegendGraphic

        public OperationType getGetLegendGraphic()
      • setGetLegendGraphic

        public void setGetLegendGraphic​(OperationType getLegendGraphic)
      • setGetStyles

        public void setGetStyles​(OperationType getStyles)
      • setPutStyles

        public void setPutStyles​(OperationType putStyles)