Revision 595 org.gvsig.raster.cache/trunk/org.gvsig.raster.cache/org.gvsig.raster.cache.lib.api/src/main/java/org/gvsig/raster/cache/tile/Tile.java

View differences:

Tile.java
170 170
	 * @return
171 171
	 */
172 172
	public boolean dataIsLoaded();	
173
	
174
	/**
175
	 * Sets this flag to true if the data is corrupt
176
	 * @param corrupt
177
	 */
178
	public void setCorrupt();
179
	
173 180
}

Also available in: Unified diff