Revision 9524 branches/piloto3d/libraries/libFMap/src/com/iver/cit/gvsig/fmap/operations/strategies/FilterRectVisitor.java

View differences:

FilterRectVisitor.java
45 45
*
46 46
* $Id$
47 47
* $Log$
48
* Revision 1.3  2006-06-20 18:15:19  azabala
48
* Revision 1.3.2.1  2007-01-03 15:10:45  sbayarri
49
* v10 synch & 3D
50
*
51
* Revision 1.3  2006/06/20 18:15:19  azabala
49 52
* a?adida comprobaci?n de geometria nula en la construcci?n del indice espacial
50 53
*
51 54
* Revision 1.2  2006/03/07 20:59:28  azabala
......
61 64
import java.awt.geom.Rectangle2D;
62 65

  
63 66
import com.iver.cit.gvsig.fmap.core.IGeometry;
67
import com.iver.cit.gvsig.fmap.core.ISymbol;
64 68
import com.iver.cit.gvsig.fmap.layers.FLayer;
65 69
/**
66 70
 * This FeatureVisitor is a spatial filter.
......
97 101
	public String getProcessDescription() {
98 102
		return "Filters visit calls to a visitor by spatial criteria";
99 103
	}
104
	public void visitWithSymbol(IGeometry g, int index, ISymbol symbol) throws VisitException {
105
		// TODO Auto-generated method stub
106
		
107
	}
100 108
	
101 109
	
102 110
}

Also available in: Unified diff