comparison backend/src/main/java/org/dive4elements/river/importer/Config.java @ 7841:8036688f24e1

Parse and import porosities.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 30 Apr 2014 14:12:59 +0200
parents e1b831fe435a
children 06a4071143b0
comparison
equal deleted inserted replaced
7840:02711de579cc 7841:8036688f24e1
76 public static final String SKIP_BED_HEIGHT_EPOCH = 76 public static final String SKIP_BED_HEIGHT_EPOCH =
77 "flys.backend.importer.skip.bed.height.epoch"; 77 "flys.backend.importer.skip.bed.height.epoch";
78 78
79 public static final String SKIP_SEDIMENT_DENSITY = 79 public static final String SKIP_SEDIMENT_DENSITY =
80 "flys.backend.importer.skip.sediment.density"; 80 "flys.backend.importer.skip.sediment.density";
81
82 public static final String SKIP_POROSITY =
83 "flys.backend.importer.skip.porosity";
81 84
82 public static final String SKIP_MORPHOLOGICAL_WIDTH = 85 public static final String SKIP_MORPHOLOGICAL_WIDTH =
83 "flys.backend.importer.skip.morphological.width"; 86 "flys.backend.importer.skip.morphological.width";
84 87
85 public static final String SKIP_FLOW_VELOCITY = 88 public static final String SKIP_FLOW_VELOCITY =
217 220
218 public boolean skipSedimentDensity() { 221 public boolean skipSedimentDensity() {
219 return getFlag(SKIP_SEDIMENT_DENSITY); 222 return getFlag(SKIP_SEDIMENT_DENSITY);
220 } 223 }
221 224
225 public boolean skipPorosity() {
226 return getFlag(SKIP_POROSITY);
227 }
228
222 public boolean skipMorphologicalWidth() { 229 public boolean skipMorphologicalWidth() {
223 return getFlag(SKIP_MORPHOLOGICAL_WIDTH); 230 return getFlag(SKIP_MORPHOLOGICAL_WIDTH);
224 } 231 }
225 232
226 public boolean skipFlowVelocity() { 233 public boolean skipFlowVelocity() {

http://dive4elements.wald.intevation.org