Revision 11906 trunk/libraries/libFMap/src-test/com/iver/cit/gvsig/fmap/featureiterators/PerformanceFeatureIteratorTest.java

View differences:

PerformanceFeatureIteratorTest.java
45 45
*
46 46
* $Id$
47 47
* $Log$
48
* Revision 1.1  2007-05-29 19:11:03  azabala
48
* Revision 1.2  2007-05-30 20:12:41  azabala
49
* fastIteration = true optimized.
50
*
51
* Revision 1.1  2007/05/29 19:11:03  azabala
49 52
* *** empty log message ***
50 53
*
51 54
*
......
96 99
	public void test1() {
97 100
		try {
98 101
			//pruebas de iteracion espacial
102
			System.out.println("TEST 1: ESPACIAL CON FULL EXTENT Y REPROYECCI?N");
99 103
			Rectangle2D rect = lyr.getFullExtent();
100 104
			IFeature feature = null;
101 105
			//fast iteration
......
209 213
		double xmax = 725000;
210 214
		double ymin = 4373800;
211 215
		double ymax = 4374300;
216
		System.out.println("TEST 2: ESPACIAL CON RECTANGULO PEQUE?O Y REPROYECCI?N");
212 217
		Rectangle2D rect = new Rectangle2D.Double(xmin, ymin, (xmax-xmin), (ymax-ymin));
213 218
		ICoordTrans trans = FeatureIteratorTest.PROJECTION_DEFAULT.
214 219
							getCT(FeatureIteratorTest.newProjection);
......
303 308
			//pruebas de iteracion espacial
304 309
			Rectangle2D rect = lyr.getFullExtent();
305 310
			IFeature feature = null;
311
			System.out.println("TEST 3: ESPACIAL CON FULL EXTENT SIN REPROYECCI?N");
306 312
			//fast iteration
307 313
			long t0 = System.currentTimeMillis();
308 314
			ISpatialIndex spatialIndex = lyr.getSource().getSpatialIndex();
......
384 390
		double ymin = 4373800;
385 391
		double ymax = 4374300;
386 392
		Rectangle2D rect = new Rectangle2D.Double(xmin, ymin, (xmax-xmin), (ymax-ymin));
387
		
393
		System.out.println("TEST 4: ESPACIAL CON RECTANGULO PEQUE?O SIN REPROYECCI?N");
388 394
		IFeature feature = null;
389 395
		//fast iteration
390 396
		try {

Also available in: Unified diff