comparison backend/src/main/java/org/dive4elements/river/importer/ImportSedimentLoad.java @ 8059:bde5f5ec7c72

SCHEMA CHANGE and Importer: get time intervals of SQ-relations from metalines in sediment load files.
author Tom Gottfried <tom@intevation.de>
date Fri, 18 Jul 2014 18:01:49 +0200
parents d86cc6a17b7a
children 3ae11daff343
comparison
equal deleted inserted replaced
8058:fbe3ba5a480e 8059:bde5f5ec7c72
27 } 27 }
28 28
29 public ImportSedimentLoad ( 29 public ImportSedimentLoad (
30 ImportGrainFraction grainFraction, 30 ImportGrainFraction grainFraction,
31 ImportTimeInterval timeInterval, 31 ImportTimeInterval timeInterval,
32 ImportTimeInterval sqTimeInterval,
32 String description, 33 String description,
33 Integer kind 34 Integer kind
34 ) { 35 ) {
35 this.grainFraction = grainFraction; 36 this.grainFraction = grainFraction;
36 this.timeInterval = timeInterval; 37 this.timeInterval = timeInterval;
37 this.description = description; 38 this.sqTimeInterval = sqTimeInterval;
38 this.kind = kind; 39 this.description = description;
40 this.kind = kind;
39 41
40 this.values = new ArrayList<ImportSedimentLoadValue>(); 42 this.values = new ArrayList<ImportSedimentLoadValue>();
41 } 43 }
42 44
43 public void addValue(ImportSedimentLoadValue value) { 45 public void addValue(ImportSedimentLoadValue value) {

http://dive4elements.wald.intevation.org