/[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 2221 by torben, Thu Sep 11 14:46:59 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; //max 200 km                  return 30.0; //max 200 km
18          }          }
19                    
20          public int getMinPostnr() {          public int getMinPostnr() {

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

  ViewVC Help
Powered by ViewVC 1.1.20