Revision 5628 trunk/extensions/extGeoProcessing/src/com/iver/cit/gvsig/geoprocess/dissolve/fmap/AlphanumericDissolveVisitor.java

View differences:

AlphanumericDissolveVisitor.java
45 45
 *
46 46
 * $Id$
47 47
 * $Log$
48
 * Revision 1.1  2006-05-24 21:11:14  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:11:14  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/05/08 15:37:26  azabala
......
107 110
		}
108 111
		
109 112
		public void visit(IGeometry g, int index) throws VisitException {
113
			if(g == null)
114
				return;
110 115
			if (index == feature.getIndex())
111 116
				return;
112 117
			// have we dissolved this feature yet?

Also available in: Unified diff