Uses of Class
ucar.unidata.data.gis.WmsSelection

Packages that use WmsSelection
ucar.unidata.idv.control DisplayControls for the IDV - A DisplayControl generally has a data depiction and a control window for modifying or interacting with the display. 
ucar.unidata.util General utilities. 
 

Uses of WmsSelection in ucar.unidata.idv.control
 

Subclasses of WmsSelection in ucar.unidata.idv.control
 class WMSInfo
          This is a stub so legacy bundles that contained the old version will still work.
 

Methods in ucar.unidata.idv.control that return WmsSelection
 WmsSelection WMSControl.getWmsInfo()
          Get the WmsInfo property.
 

Methods in ucar.unidata.idv.control with parameters of type WmsSelection
 void WMSControl.setWmsInfo(WmsSelection value)
          Set the WmsInfo property.
 

Uses of WmsSelection in ucar.unidata.util
 

Methods in ucar.unidata.util that return types with arguments of type WmsSelection
static List<WmsSelection> WmsUtil.processNode(Element root, List selectedNodes, String[] message, boolean mergeLayers)
          _more_