Revision 9057 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/operations/strategies/ShpStrategy.java

View differences:

ShpStrategy.java
359 359
				return;
360 360
			}
361 361
			FLyrVect lyr = (FLyrVect) getCapa();
362
			lyr.beforePrinting(printProperties);
363

  
362 364
			Selectable selectable = lyr.getRecordset();
363
			// Selectable selection = (Selectable) getCapa().;
364 365
			ICoordTrans ct = getCapa().getCoordTrans();
365 366
			BitSet bitSet = selectable.getSelection();
366 367
			BoundedShapes shapeBounds = (BoundedShapes) adapter.getDriver();
......
425 426
						geom.reProject(ct);
426 427
					}
427 428

  
428
					symbol.setPrintingProperties(printProperties);
429 429
					geom.draw(g, viewPort, symbol);
430
					symbol.setPrintingProperties(null);
431

  
430
				
432 431
				}
433 432
			}
434 433

  
......
438 437
			long t2 = System.currentTimeMillis();
439 438
			// logger.debug("adapter.stop()");
440 439
			adapter.stop();
441

  
440
			lyr.afterPrinting();
442 441
			// System.out.println(t2 - t1);
443 442
		} catch (DriverIOException e) {
444 443
			throw new DriverException(e);
......
450 449
			throw new DriverException(e);
451 450
		}
452 451

  
452

  
453 453
	}
454 454

  
455 455
	public FBitSet queryByShape(IGeometry g, int relationship)

Also available in: Unified diff