Revision 1356 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
46 46
import org.gvsig.fmap.dal.coverage.store.props.Histogramable;
47 47
import org.gvsig.fmap.dal.coverage.store.props.Metadata;
48 48
import org.gvsig.fmap.dal.exception.CloseException;
49
import org.gvsig.fmap.dal.exception.InitializeException;
49 50
import org.gvsig.fmap.dal.raster.spi.CoverageStoreProvider;
50 51

  
51 52
/**
......
461 462
	 * created if the cache structure is different to the current.
462 463
	 * @param tileServer
463 464
	 */
464
	public void setTileServer(Class<?> tileServer);
465
	public void setTileServer(Class<?> tileServer) throws InitializeException;
465 466
	
466 467
	/**
467 468
	 * Some sevices has neither limits nor pixel size. For instance, WebMapService 

Also available in: Unified diff