Revision 1897 org.gvsig.raster.tools/trunk/org.gvsig.raster.tools/org.gvsig.raster.tools.algorithm/org.gvsig.raster.tools.algorithm.saveraster/src/main/java/org/gvsig/raster/tools/algorithm/saveraster/SaveRasterProcess.java

View differences:

SaveRasterProcess.java
44 44
import org.gvsig.fmap.geom.primitive.Envelope;
45 45
import org.gvsig.fmap.mapcontext.ViewPort;
46 46
import org.gvsig.fmap.mapcontext.layers.FLayers;
47
import org.gvsig.raster.tools.algorithm.base.RasterBaseAlgorithmLibrary;
48
import org.gvsig.raster.tools.algorithm.base.process.ProcessException;
49
import org.gvsig.raster.tools.algorithm.base.process.RasterProcess;
47
import org.gvsig.raster.algorithm.RasterBaseAlgorithmLibrary;
48
import org.gvsig.raster.algorithm.process.ProcessException;
49
import org.gvsig.raster.algorithm.process.RasterProcess;
50 50

  
51 51
/**
52 52
 * Thread que se encarga de llamar a los writer para realizar la tarea de

Also available in: Unified diff