Revision 3913

View differences:

branches/v05/libraries/libRemoteServices/src/org/gvsig/remoteClient/wms/WMSClient.java
169 169
        return handler.getServiceInformation().formats;         
170 170
    } 
171 171
    
172
    /**
173
     * <p>Gets the SRS availables in the Service, all the SRS the Service can reproject to.</p>
174
     * @return vector with all the available SRS.
175
     */
176
    public Vector getSrs() {        
177
        return handler.srs;
178
    } 
179
    
180 172
    public void close() {        
181 173
        // your code here
182 174
    } 

Also available in: Unified diff