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

View differences:

DissolveVisitor.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.5  2006/05/08 15:37:26  azabala
......
189 192
	 * feature, put it in the Stack
190 193
	 */
191 194
	public void visit(IGeometry g, int index) throws VisitException {
195
		if(g == null)
196
			return;
192 197
		if (!dissolvedGeometries.get(index)) {
193 198
			// if we havent dissolved this feature
194 199
			Stack toDissol = new Stack();// stack for adjacent features

Also available in: Unified diff