Revision 9524 branches/piloto3d/libraries/libFMap/src/com/iver/cit/gvsig/fmap/spatialindex/QuadtreeGt2.java

View differences:

QuadtreeGt2.java
45 45
*
46 46
* $Id$
47 47
* $Log$
48
* Revision 1.1  2006-05-24 21:58:04  azabala
48
* Revision 1.1.4.1  2007-01-03 15:12:33  sbayarri
49
* v10 synch & 3D
50
*
51
* Revision 1.1.6.1  2006/11/29 19:22:25  azabala
52
* bug fixed with envelopes that are similar -or greater- to the full extent of a layer
53
*
54
* Revision 1.1  2006/05/24 21:58:04  azabala
49 55
* *** empty log message ***
50 56
*
51 57
*
......
261 267
			IOException, TreeException, StoreException {
262 268
		
263 269
        List solution = null;
264
		if ((quadtree != null) && !bbox.contains(quadtree.getRoot().getBounds())) {
270
		if ((quadtree != null) ) {
265 271
			solution = quadtree.query(bbox);
266 272
//            tmp = quadtree.search(bbox);
267 273
//            if( tmp==null || !tmp.isEmpty())

Also available in: Unified diff