Revision 13874 trunk/extensions/extGeoProcessing/src/com/iver/cit/gvsig/geoprocess/impl/intersection/fmap/IntersectVisitor.java

View differences:

IntersectVisitor.java
45 45
 *
46 46
 * $Id$
47 47
 * $Log$
48
 * Revision 1.3  2007-08-07 16:07:06  azabala
48
 * Revision 1.4  2007-09-19 16:07:28  jaume
49
 * ReadExpansionFileException removed from this context
50
 *
51
 * Revision 1.3  2007/08/07 16:07:06  azabala
49 52
 * centrilizing JTS in JTSFacade and allowing all geometry types (not only Polygon)
50 53
 *
51 54
 * Revision 1.2  2007/03/06 16:47:58  caballero
......
111 114
import com.iver.cit.gvsig.fmap.operations.strategies.Strategy;
112 115
import com.iver.cit.gvsig.geoprocess.core.fmap.FeatureFactory;
113 116
import com.iver.cit.gvsig.geoprocess.core.fmap.FeatureProcessor;
114
import com.iver.cit.gvsig.geoprocess.core.fmap.XTypes;
115 117
import com.iver.cit.gvsig.geoprocess.core.util.JTSFacade;
116 118
import com.vividsolutions.jts.geom.Geometry;
117
import com.vividsolutions.jts.geom.MultiPolygon;
118
import com.vividsolutions.jts.geom.Polygon;
119
import com.vividsolutions.jts.precision.EnhancedPrecisionOp;
120 119

  
121 120
/**
122 121
 * Computes intersections of features of a layer with features of an overlay
......
265 264
		} catch (ReadDriverException e) {
266 265
			throw new ProcessVisitorException(overlayLayer.getName(),e,
267 266
					"Error buscando los overlays que intersectan con un feature");
268
		} catch (ExpansionFileReadException e) {
269
			throw new ProcessVisitorException(overlayLayer.getName(),e,
270
					"Error buscando los overlays que intersectan con un feature");
271
		}
267
		} 
272 268
	}
273 269

  
274 270
	public void stop(FLayer layer) throws VisitorException {

Also available in: Unified diff