comparison flys-backend/src/main/java/de/intevation/flys/importer/Config.java @ 4135:ac93f397018d

Importer: Ignore historical discharge tables.
author Sascha L. Teichmann <teichmann@intevation.de>
date Mon, 15 Oct 2012 14:03:47 +0200
parents 0f99e9f1a2ca
children f63b39799d2d
comparison
equal deleted inserted replaced
4134:9c78264109ad 4135:ac93f397018d
14 public static final String ANNOTATION_TYPES = 14 public static final String ANNOTATION_TYPES =
15 "flys.backend.importer.annotation.types"; 15 "flys.backend.importer.annotation.types";
16 16
17 public static final String SKIP_GAUGES = 17 public static final String SKIP_GAUGES =
18 "flys.backend.importer.skip.gauges"; 18 "flys.backend.importer.skip.gauges";
19
20 public static final String SKIP_HISTORICAL_DISCHARGE_TABLES =
21 "flys.backend.importer.skip.historical.discharge.tables";
19 22
20 public static final String SKIP_ANNOTATIONS = 23 public static final String SKIP_ANNOTATIONS =
21 "flys.backend.importer.skip.annotations"; 24 "flys.backend.importer.skip.annotations";
22 25
23 public static final String SKIP_PRFS = 26 public static final String SKIP_PRFS =
98 101
99 public boolean skipGauges() { 102 public boolean skipGauges() {
100 return getFlag(SKIP_GAUGES); 103 return getFlag(SKIP_GAUGES);
101 } 104 }
102 105
106 public boolean skipHistoricalDischargeTables() {
107 return getFlag(SKIP_HISTORICAL_DISCHARGE_TABLES);
108 }
109
103 public boolean skipAnnotations() { 110 public boolean skipAnnotations() {
104 return getFlag(SKIP_ANNOTATIONS); 111 return getFlag(SKIP_ANNOTATIONS);
105 } 112 }
106 113
107 public boolean skipPRFs() { 114 public boolean skipPRFs() {

http://dive4elements.wald.intevation.org