Revision 5628 trunk/extensions/extGeoProcessing/src/com/iver/cit/gvsig/geoprocess/convexhull/fmap/MemoryConvexHullVisitor.java

View differences:

MemoryConvexHullVisitor.java
45 45
*
46 46
* $Id$
47 47
* $Log$
48
* Revision 1.1  2006-05-24 21:13:31  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:13:31  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
......
92 95
		
93 96
	}
94 97
	public void visit(IGeometry g, int index) throws VisitException {
98
		if(g == null)
99
			return;
95 100
		Geometry jtsgeo = g.toJTSGeometry();
96 101
		geometries.add(jtsgeo);
97 102
	}

Also available in: Unified diff