Class WMSRequest

Object
WMSRequest

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

    • WMSRequest

      public WMSRequest()
  • Method Details

    • 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.
    • getDescribeLayer

      public OperationType getDescribeLayer()
    • setDescribeLayer

      public void setDescribeLayer(OperationType describeLayer)
    • getGetLegendGraphic

      public OperationType getGetLegendGraphic()
    • setGetLegendGraphic

      public void setGetLegendGraphic(OperationType getLegendGraphic)
    • getGetStyles

      public OperationType getGetStyles()
    • setGetStyles

      public void setGetStyles(OperationType getStyles)
    • getPutStyles

      public OperationType getPutStyles()
    • setPutStyles

      public void setPutStyles(OperationType putStyles)