Revision 18621 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/drivers/IVectorialDatabaseDriver.java

View differences:

IVectorialDatabaseDriver.java
82 82
 */
83 83
package com.iver.cit.gvsig.fmap.drivers;
84 84

  
85
import com.hardcode.gdbms.driver.exceptions.ReadDriverException;
85
import java.awt.geom.Rectangle2D;
86
import java.sql.SQLException;
86 87

  
88
import com.hardcode.gdbms.driver.exceptions.ReadDriverException;
87 89
import com.iver.cit.gvsig.exceptions.expansionfile.ExpansionFileReadException;
88 90
import com.iver.cit.gvsig.fmap.core.IFeature;
89 91
import com.iver.cit.gvsig.fmap.layers.XMLException;
90

  
91 92
import com.iver.utiles.XMLEntity;
92 93

  
93
import java.awt.geom.Rectangle2D;
94
import java.sql.SQLException;
95 94

  
96

  
97 95
/**
98 96
 * Vectorial Database Driver.
99 97
 *

Also available in: Unified diff