Revision 38579 branches/v2_0_0_prep/libraries/libRemoteServices/src/org/gvsig/remoteclient/wms/WMSClient.java

View differences:

WMSClient.java
179 179
        return ((WMSServiceInformation)handler.getServiceInformation()).formats;         
180 180
    } 
181 181
    
182
    /**
183
     * <p>Gets the information by point formats available in the Service</p>
184
     * @return a vector with all the available formats
185
     */
186
    public Vector getInfoFormats() {        
187
        return ((WMSServiceInformation)handler.getServiceInformation()).infoformats;
188
    } 
189
    
182 190
    public boolean isQueryable()
183 191
    {
184 192
    	return ((WMSServiceInformation)handler.getServiceInformation()).isQueryable();  

Also available in: Unified diff