Revision 162 org.gvsig.raster/trunk/org.gvsig.raster/org.gvsig.raster.lib/org.gvsig.raster.lib.api/src/main/java/org/gvsig/fmap/dal/coverage/store/RasterDataStore.java

View differences:

RasterDataStore.java
27 27
import org.cresques.cts.IProjection;
28 28
import org.gvsig.fmap.dal.DataStore;
29 29
import org.gvsig.fmap.dal.coverage.dataset.Buffer;
30
import org.gvsig.fmap.dal.coverage.datastruct.BandList;
30 31
import org.gvsig.fmap.dal.coverage.datastruct.Extent;
31 32
import org.gvsig.fmap.dal.coverage.exception.BandAccessException;
32 33
import org.gvsig.fmap.dal.coverage.exception.HistogramException;
......
40 41
import org.gvsig.fmap.dal.coverage.store.props.ColorTable;
41 42
import org.gvsig.fmap.dal.coverage.store.props.Histogram;
42 43
import org.gvsig.fmap.dal.coverage.store.props.Metadata;
44
import org.gvsig.fmap.dal.coverage.store.props.SerialInfo;
43 45
import org.gvsig.fmap.dal.coverage.store.props.Statistics;
44 46
import org.gvsig.fmap.dal.coverage.store.props.Transparency;
45 47
import org.gvsig.fmap.dal.exception.CloseException;
......
327 329
	public int getOverviewHeight(int band, int overview) throws BandAccessException, RasterDriverException;
328 330

  
329 331
	/**
332
	 * Returns the band list
333
	 * @return
334
	 */
335
	public BandList getBands();
336
		
337
	/**
330 338
	 * Clones this object
331 339
	 * @return RasterDataStore
332 340
	 */
......
382 390
	 */
383 391
	public Histogram getHistogram() throws HistogramException;
384 392
	
393
	/**
394
	 * Gets the serial information
395
	 * @return
396
	 * @throws RmfSerializerException 
397
	 */
398
	public SerialInfo getSerialInfo() throws RmfSerializerException;
399
	
400
	/**
401
	 * Sets the serial information
402
	 * @throws RmfSerializerException 
403
	 */
404
	public void setSerialInfo(SerialInfo serialInfo) throws RmfSerializerException;
405
	
406
	
385 407
	//******************************************
386 408
	//***********Query methods******************
387 409
	

Also available in: Unified diff