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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2200 - (show annotations) (download)
Thu Sep 11 08:14:40 2014 UTC (9 years, 8 months ago) by torben
File size: 326 byte(s)
Generalize solution so it also works with BK - all distributor specific values are moved to Constants system
1 package dk.daoas.fulddaekning;
2
3 public class BKConstants extends Constants {
4
5 @Override
6 public double getLatitudeMargin() {
7 return 0.5; //0.5 ~ 55 km
8 }
9
10 @Override
11 public double getLongitudeMargin() {
12 return 0.5; // 0.5 ~ 30km
13 }
14
15 @Override
16 public double getMaxDistance() {
17 return 200.0;
18 }
19
20 }

  ViewVC Help
Powered by ViewVC 1.1.20