Revision 515 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/drivers/RasterDriver.java

View differences:

RasterDriver.java
4 4

  
5 5
import java.io.File;
6 6
import java.io.IOException;
7

  
8
import org.cresques.cts.IProjection;
7 9
public interface RasterDriver {
8 10
    /**
9 11
     * Obtiene el n?mero de bandas del raster 
......
58 60

  
59 61
    void close() throws IOException;
60 62

  
61
    void initialize() throws IOException;
63
    void initialize(IProjection proj) throws IOException;
62 64
}

Also available in: Unified diff