Revision 4573 trunk/extensions/extWCS/src/com/iver/cit/gvsig/gui/wcs/WCSWizardData.java

View differences:

WCSWizardData.java
168 168
        Abstract = string;
169 169
    }
170 170

  
171

  
172
//    /**
173
//     * Adds a coverage to the coverages list
174
//     * 
175
//     * A?ande una cobertura a la lista de coberturas
176
//     *
177
//     * @param CoverageInfo
178
//     */
179
//    public void setCoverage(CoverageInfo info) {
180
//        coverages.add(info);
181
//    }
182

  
183 171
    /**
184 172
     * Sets the server's title (not used in gvSIG)
185 173
     * 
......
228 216
		return null;
229 217
	}
230 218
	
231
//	/**
232
//	 * Sets the coverage names
233
//	 * 
234
//	 * @param String[] coverageNames
235
//	 */
236
//	public void setCoverageNames(String[] coverageNames) {
237
//		this.coverageNames = coverageNames;
238
//	}
239
//	
240
//	/** 
241
//	 * Sets the coverages list from an ArrayList
242
//	 * 
243
//	 * @param coverages
244
//	 */
245
//	public void setCoveragesList(ArrayList coverages){
246
//		this.coverages = coverages;
247
//	}
248
//
249
//	/**
250
//	 * Returns an ArrayList containing the positions for the TIME
251
//	 * 
252
//	 * Devuelve las posiciones del tiempo
253
//	 * @param string
254
//	 * @return
255
//	 */
256
//	public ArrayList getCoverageTimes(String name) {
257
//	   	CoverageInfo ci = getCoverageInfo(name);
258
//	   	if (ci.getTimes()== null) return new ArrayList();
259
//    	return ci.getTimes();
260
// 	}
261
//	
262
//	/**
263
//	 * Returns an ArrayList containing a list of Parametro with the parameters list
264
//	 * and its possible values of a coverage specified by its name.
265
//	 * 
266
//	 * Devuelve la lista de par?metros (y sus posibles valores) de la cobertura y sus
267
//	 * posibles valores de una cobertura especificada por su nombre
268
//	 * 
269
//	 * @return ArrayList
270
//	 */
271
//		
272
//	public ArrayList getCoverageParameters(String name){
273
//		CoverageInfo ci = getCoverageInfo(name);
274
//		return ci.getParametros();
275
//	}
276
//
277
//	/**
278
//	 * Gets the coverage label.
279
//	 */
280
//	public String getCoverageLabel(String name) {
281
//		CoverageInfo ci = getCoverageInfo(name);
282
//		return ci.getLabel();
283
//	}
284 219

  
285

  
286 220
}

Also available in: Unified diff