Revision 5628 trunk/extensions/extGeoProcessing/src/com/iver/cit/gvsig/geoprocess/spatialjoin/fmap/IntersectsFinderFeatureVisitor.java

View differences:

IntersectsFinderFeatureVisitor.java
45 45
 *
46 46
 * $Id$
47 47
 * $Log$
48
 * Revision 1.1  2006-05-24 21:09:47  azabala
48
 * Revision 1.2  2006-06-02 18:21:28  azabala
49
 * *** empty log message ***
50
 *
51
 * Revision 1.1  2006/05/24 21:09:47  azabala
49 52
 * primera version en cvs despues de refactoring orientado a crear un framework extensible de geoprocessing
50 53
 *
51 54
 * Revision 1.2  2006/03/07 21:01:33  azabala
......
121 124
	}
122 125

  
123 126
	public void visit(IGeometry g, int index) throws VisitException {
127
		if(g == null)
128
			return;
124 129
		if(selection != null){
125 130
			if(! selection.get(index)){
126 131
				//dont process feature because is not selected

Also available in: Unified diff