Revision 13881 trunk/extensions/extGeoProcessing/src/com/iver/cit/gvsig/geoprocess/impl/dissolve/fmap/AdjacencyDissolveCriteria.java

View differences:

AdjacencyDissolveCriteria.java
45 45
*
46 46
* $Id$
47 47
* $Log$
48
* Revision 1.3  2007-03-06 16:47:58  caballero
48
* Revision 1.4  2007-09-19 16:06:59  jaume
49
* removed unnecessary imports
50
*
51
* Revision 1.3  2007/03/06 16:47:58  caballero
49 52
* Exceptions
50 53
*
51 54
* Revision 1.2  2006/08/11 16:27:46  azabala
......
71 74
import com.hardcode.gdbms.driver.exceptions.ReadDriverException;
72 75
import com.hardcode.gdbms.engine.values.Value;
73 76
import com.hardcode.gdbms.engine.values.ValueFactory;
74
import com.iver.cit.gvsig.exceptions.expansionfile.ExpansionFileReadException;
75 77
import com.iver.cit.gvsig.fmap.core.DefaultFeature;
76 78
import com.iver.cit.gvsig.fmap.core.IFeature;
77 79
import com.iver.cit.gvsig.fmap.core.IGeometry;
......
131 133
			return cachedJts.intersects(secondJts);
132 134
		} catch (ReadDriverException e) {
133 135
			return false;
134
		} catch (ExpansionFileReadException e) {
135
			return false;
136
		}
136
		} 
137 137
	}
138 138

  
139 139
	/**
......
151 151
			} catch (ReadDriverException e) {
152 152
				// TODO Auto-generated catch block
153 153
				e.printStackTrace();
154
			} catch (ExpansionFileReadException e) {
155
				// TODO Auto-generated catch block
156
				e.printStackTrace();
157
			}
154
			} 
158 155
		}
159 156
	}
160 157

  

Also available in: Unified diff