Uses of Class
org.geotools.data.wms.WMSOperationType

Packages that use WMSOperationType
org.geotools.data.ows   
 

Uses of WMSOperationType in org.geotools.data.ows
 

Methods in org.geotools.data.ows that return WMSOperationType
 WMSOperationType WMSRequest.getGetCapabilities()
          DOCUMENT ME!
 WMSOperationType WMSRequest.getGetFeatureInfo()
          DOCUMENT ME!
 WMSOperationType WMSRequest.getGetMap()
          DOCUMENT ME!
 WMSOperationType WMSRequest.getDescribeLayer()
           
 WMSOperationType WMSRequest.getGetLegendGraphic()
           
 WMSOperationType WMSRequest.getGetStyles()
           
 WMSOperationType WMSRequest.getPutStyles()
           
 

Methods in org.geotools.data.ows with parameters of type WMSOperationType
 void WMSRequest.setGetCapabilities(WMSOperationType getCapabilities)
          DOCUMENT ME!
 void WMSRequest.setGetFeatureInfo(WMSOperationType getFeatureInfo)
          DOCUMENT ME!
 void WMSRequest.setGetMap(WMSOperationType getMap)
          DOCUMENT ME!
 void WMSRequest.setDescribeLayer(WMSOperationType describeLayer)
           
 void WMSRequest.setGetLegendGraphic(WMSOperationType getLegendGraphic)
           
 void WMSRequest.setGetStyles(WMSOperationType getStyles)
           
 void WMSRequest.setPutStyles(WMSOperationType putStyles)
           
 



Copyright © GeoTools. All Rights Reserved.