comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/BedDifferencesResult.java @ 7981:45cced06490c facet-metadata

merged with default.
author Raimund Renkert <rrenkert@intevation.de>
date Mon, 30 Jun 2014 11:29:45 +0200
parents 76b5add4f268
children
comparison
equal deleted inserted replaced
7894:42076d94977e 7981:45cced06490c
11 import gnu.trove.TDoubleArrayList; 11 import gnu.trove.TDoubleArrayList;
12 12
13 import java.io.Serializable; 13 import java.io.Serializable;
14 14
15 15
16 public class BedDifferencesResult 16 public abstract class BedDifferencesResult
17 implements Serializable 17 implements Serializable
18 { 18 {
19 19
20 protected TDoubleArrayList kms; 20 protected TDoubleArrayList kms;
21 protected TDoubleArrayList differences; 21 protected TDoubleArrayList differences;
22 protected TDoubleArrayList height1; 22 protected TDoubleArrayList height1;
91 return new double[][] { 91 return new double[][] {
92 kms.toNativeArray(), 92 kms.toNativeArray(),
93 height2.toNativeArray() 93 height2.toNativeArray()
94 }; 94 };
95 } 95 }
96
97 public abstract String getDiffDescription();
96 } 98 }

http://dive4elements.wald.intevation.org