Revision 2303 org.gvsig.raster/branches/org.gvsig.raster_dataaccess_refactoring/org.gvsig.raster.lib/org.gvsig.raster.lib.impl/src/main/java/org/gvsig/raster/impl/provider/tile/FileTileServer.java

View differences:

FileTileServer.java
38 38
* @author Nacho Brodin (nachobrodin@gmail.com)
39 39
*/
40 40
public class FileTileServer implements TileServer {
41
	private CacheStruct                struct         = null;
42
	private Downloader                 downloader     = null;
43
	private RasterDataStore            store          = null;
44
	private String                     suffix         = "tif";
45
	private boolean                    externalStruct = false;
41
	protected   CacheStruct                struct         = null;
42
	protected   Downloader                 downloader     = null;
43
	protected   RasterDataStore            store          = null;
44
	protected   String                     suffix         = "tif";
45
	protected   boolean                    externalStruct = false;
46 46
	
47 47
	public FileTileServer(RasterDataStore store) {
48 48
		this.store = store;

Also available in: Unified diff