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

View differences:

GenericDissolveVisitor.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/03/23 21:03:45  azabala
......
143 146
	 * For each adjacent feature, put it in the Stack
144 147
	 */
145 148
	public void visit(IGeometry g, int index) throws VisitException {
149
		if(g == null)
150
			return;
146 151
		if (!dissolvedGeometries.get(index)) {
147 152
			// if we havent dissolved this feature
148 153
			Stack toDissol = new Stack();// stack for adjacent features

Also available in: Unified diff