comparison flys-backend/src/main/java/de/intevation/flys/importer/Config.java @ 5018:e939098ee272

run_hydr_morph.sh,Config: Add flags for importer to skip bwastr_id.csv parsing.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 19 Feb 2013 11:58:39 +0100
parents e825a5780a90
children b9ae676a9afe
comparison
equal deleted inserted replaced
5017:51a353887871 5018:e939098ee272
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_BWASTR =
21 "flys.backend.importer.skip.bwastr";
19 22
20 public static final String SKIP_HISTORICAL_DISCHARGE_TABLES = 23 public static final String SKIP_HISTORICAL_DISCHARGE_TABLES =
21 "flys.backend.importer.skip.historical.discharge.tables"; 24 "flys.backend.importer.skip.historical.discharge.tables";
22 25
23 public static final String SKIP_ANNOTATIONS = 26 public static final String SKIP_ANNOTATIONS =
117 120
118 public boolean skipHistoricalDischargeTables() { 121 public boolean skipHistoricalDischargeTables() {
119 return getFlag(SKIP_HISTORICAL_DISCHARGE_TABLES); 122 return getFlag(SKIP_HISTORICAL_DISCHARGE_TABLES);
120 } 123 }
121 124
125 public boolean skipBWASTR() {
126 return getFlag(SKIP_BWASTR);
127 }
128
122 public boolean skipAnnotations() { 129 public boolean skipAnnotations() {
123 return getFlag(SKIP_ANNOTATIONS); 130 return getFlag(SKIP_ANNOTATIONS);
124 } 131 }
125 132
126 public boolean skipPRFs() { 133 public boolean skipPRFs() {

http://dive4elements.wald.intevation.org