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

View differences:

NearestHeuristicSpatialJoinVisitor.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.1  2006/05/01 19:09:09  azabala
......
195 198
	 * target layer and taking attributes from it
196 199
	 */
197 200
	public void visit(IGeometry g, int sourceIndex) throws VisitException {
201
		if(g == null)
202
			return;
198 203
		final Geometry geometry = g.toJTSGeometry();	
199 204
		Stack stackOfEnvelopes = quadTree.getNearestEnvelopeOfIdealDimension(geometry,
200 205
				targetLayerEnv);

Also available in: Unified diff