/[projects]/dao/FuldDaekningWorker/src/dk/daoas/fulddaekning/Lookup.java
ViewVC logotype

Diff of /dao/FuldDaekningWorker/src/dk/daoas/fulddaekning/Lookup.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2329 by torben, Thu Feb 19 13:39:33 2015 UTC revision 2330 by torben, Fri Feb 20 08:52:52 2015 UTC
# Line 42  public class Lookup { Line 42  public class Lookup {
42                  logger.info("Starting for postnr=" + postnr);                  logger.info("Starting for postnr=" + postnr);
43                                    
44                  Statistik stat = new Statistik();                  Statistik stat = new Statistik();
45                    
46                    Constants consts = Constants.getInstance();
47                                                                    
48                  long start1 = System.currentTimeMillis();                                long start1 = System.currentTimeMillis();              
49                  long start2 = 0;                  long start2 = 0;
# Line 61  public class Lookup { Line 63  public class Lookup {
63                          bbox.validateBbox();                          bbox.validateBbox();
64                                                    
65                          logger.info("Bbox=" + bbox);                          logger.info("Bbox=" + bbox);
66                          bbox.adjustToMargin();                          bbox.adjustToMargin( consts.getKmMargin() );
67                          logger.info("Bbox Adjusted=" + bbox);                          logger.info("Bbox Adjusted=" + bbox);
68                                                    
69                          logger.info("Henter daekkede adresser i " + postnr);                          logger.info("Henter daekkede adresser i " + postnr);

Legend:
Removed from v.2329  
changed lines
  Added in v.2330

  ViewVC Help
Powered by ViewVC 1.1.20