/[projects]/dao/DaoAdresseVedligehold/src/main/java/dk/daoas/adressevedligehold/afstandandenrute/BKConstants.java
ViewVC logotype

Annotation of /dao/DaoAdresseVedligehold/src/main/java/dk/daoas/adressevedligehold/afstandandenrute/BKConstants.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2878 - (hide annotations) (download)
Sat Jan 30 14:05:53 2016 UTC (8 years, 4 months ago) by torben
File size: 514 byte(s)
WIP: Merge AfstandAndenRute(FulddaekningWorker) into this project
1 torben 2878 package dk.daoas.adressevedligehold.afstandandenrute;
2    
3     public class BKConstants extends Constants {
4    
5     protected final static double MAX_DISTANCE = 30.0;
6    
7    
8     @Override
9     public double getMaxDistance() {
10     return MAX_DISTANCE;
11     }
12    
13     @Override
14     public int getMinPostnr() {
15     return 1000;
16     }
17    
18     @Override
19     public int getMaxPostnr() {
20     return 4999;
21     }
22    
23     @Override
24     public String getTableExtension() {
25     return "_bk";
26     }
27    
28    
29     @Override
30     public boolean doCheckHO() {
31     return true;
32     }
33     }

  ViewVC Help
Powered by ViewVC 1.1.20