/[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 2330 - (show annotations) (download)
Fri Feb 20 08:52:52 2015 UTC (9 years, 3 months ago) by torben
File size: 629 byte(s)
Refactoring regarding who is responsible for calculate BBox margins
1 package dk.daoas.fulddaekning;
2
3 public class BKConstants extends Constants {
4
5 protected final static double MAX_DISTANCE = 30.0;
6
7
8 @Override
9 public double getKmMargin() {
10 return 8.0;
11 }
12
13 @Override
14 public double getMaxDistance() {
15 return MAX_DISTANCE;
16 }
17
18 @Override
19 public int getMinPostnr() {
20 return 1000;
21 }
22
23 @Override
24 public int getMaxPostnr() {
25 return 4999;
26 }
27
28 @Override
29 public String getTableExtension() {
30 return "_bk";
31 }
32
33 @Override
34 public boolean doExtendedLookup() {
35 return true;
36 }
37
38 @Override
39 public boolean doCheckHO() {
40 return true;
41 }
42 }

  ViewVC Help
Powered by ViewVC 1.1.20