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

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

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

revision 2201 by torben, Thu Sep 11 08:33:38 2014 UTC revision 2222 by torben, Sat Sep 20 11:02:26 2014 UTC
# Line 4  public class BKConstants extends Constan Line 4  public class BKConstants extends Constan
4    
5          @Override          @Override
6          public double getLatitudeMargin() {          public double getLatitudeMargin() {
7                  return 0.25; //0.25 ~ 27 km                  return GeoPoint.kmToLatitude(30); // 30 km
8          }          }
9    
10          @Override          @Override
11          public double getLongitudeMargin() {          public double getLongitudeMargin() {
12                  return 0.5; // 0.5 ~ 30km                  return GeoPoint.kmToLongitude(30);
13          }          }
14    
15          @Override          @Override
16          public double getMaxDistance() {          public double getMaxDistance() {
17                  return 200.0;                  return 30.0; //max 200 km
18            }
19            
20            public int getMinPostnr() {
21                    return 1000;
22            }
23            
24            public int getMaxPostnr() {
25                    return 4999;
26          }          }
27    
28  }  }

Legend:
Removed from v.2201  
changed lines
  Added in v.2222

  ViewVC Help
Powered by ViewVC 1.1.20