Revision 6323 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/drivers/VectorialDriver.java

View differences:

VectorialDriver.java
44 44
import java.io.IOException;
45 45

  
46 46
import com.hardcode.driverManager.Driver;
47
import com.hardcode.gdbms.engine.data.driver.DriverException;
47 48
import com.iver.cit.gvsig.fmap.core.IGeometry;
48 49

  
49 50

  
......
96 97
    public IGeometry getShape(int index) throws IOException;
97 98

  
98 99

  
99
	void reLoad() throws IOException;
100
	void reload() throws IOException, DriverException;
100 101

  
101 102

  
102 103
	boolean isWritable();

Also available in: Unified diff