Uses of Class
es.prodevelop.gvsig.mobile.fmap.driver.raster.wms.WMSLayerDescription

Packages that use WMSLayerDescription
es.prodevelop.gvsig.mobile.fmap.driver.raster.wms   
es.prodevelop.gvsig.mobile.gui.dialog.control   
 

Uses of WMSLayerDescription in es.prodevelop.gvsig.mobile.fmap.driver.raster.wms
 

Fields in es.prodevelop.gvsig.mobile.fmap.driver.raster.wms declared as WMSLayerDescription
 WMSLayerDescription WMSProtocolHandler.root
           
 

Methods in es.prodevelop.gvsig.mobile.fmap.driver.raster.wms that return WMSLayerDescription
 WMSLayerDescription WMSProtocolHandler.getRoot()
           
 WMSLayerDescription WMSLayerDescription.getChild(int i)
          Gets child description by index
 

Methods in es.prodevelop.gvsig.mobile.fmap.driver.raster.wms with parameters of type WMSLayerDescription
static java.lang.String WMSProtocolHandler.leaveInfoable(java.lang.String all_csv, WMSLayerDescription root, boolean getname)
          This method excludes from a comma separated string of IDs, the ones that are not infoable.
 void WMSLayerDescription.addChild(WMSLayerDescription c)
          Adds a child to this layer description (used while the capabilities response is being parsed)
 

Constructors in es.prodevelop.gvsig.mobile.fmap.driver.raster.wms with parameters of type WMSLayerDescription
WMSLayerDescription(int lvl, WMSLayerDescription p)
          Constructor
 

Uses of WMSLayerDescription in es.prodevelop.gvsig.mobile.gui.dialog.control
 

Methods in es.prodevelop.gvsig.mobile.gui.dialog.control that return WMSLayerDescription
 WMSLayerDescription WMSLayerListItem.getLayerDescription()
           
 

Constructors in es.prodevelop.gvsig.mobile.gui.dialog.control with parameters of type WMSLayerDescription
WMSLayerListItem(WMSLayerDescription d, int max_w, WMSDialog dlg)
          Constructor