Revision 5449

View differences:

trunk/extensions/extWMS/src/com/iver/cit/gvsig/fmap/layers/WMSLayerNode.java
43 43
*
44 44
* $Id$
45 45
* $Log$
46
* Revision 1.8  2006-05-25 10:35:09  jaume
46
* Revision 1.9  2006-05-25 14:48:42  ldiaz
47 47
* *** empty log message ***
48 48
*
49
* Revision 1.8  2006/05/25 10:35:09  jaume
50
* *** empty log message ***
51
*
49 52
* Revision 1.7  2006/05/25 10:28:12  jaume
50 53
* *** empty log message ***
51 54
*
......
179 182
        return styles;
180 183
    }
181 184
    
185
    public ArrayList getKeywords(){
186
    	return keywords;
187
    }
182 188
    /**
183 189
     * @return Returns the queryable.
184 190
     */
trunk/extensions/extWMS/src/com/iver/cit/gvsig/gui/wizards/WMSWizardData.java
82 82
        return wms.getHost();
83 83
    }
84 84
    
85
    public String[] getAvailableLayerNames(){
86
    	return wms.getLayerNames(); 
87
    }
88
    
89 85
    public void setHost(URL host, boolean override) throws DriverException{        
90 86
        try {
91 87
        	wms = FMapWMSDriverFactory.getFMapDriverForURL(host);
trunk/extensions/extWMS/.project
10 10
			<arguments>
11 11
			</arguments>
12 12
		</buildCommand>
13
		<buildCommand>
14
			<name>org.eclipse.ve.java.core.vebuilder</name>
15
			<arguments>
16
			</arguments>
17
		</buildCommand>
18 13
	</buildSpec>
19 14
	<natures>
20 15
		<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>

Also available in: Unified diff