comparison gnv-artifacts/src/main/java/de/intevation/gnv/artifacts/context/GNVArtifactContext.java @ 778:9a828e5a2390

Removed trailing whitespace gnv-artifacts/trunk@851 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 29 Mar 2010 07:58:51 +0000
parents c8749d83d9b6
children b1f5f2a8840f
comparison
equal deleted inserted replaced
777:8009961db1cb 778:9a828e5a2390
17 17
18 /** 18 /**
19 * @author Tim Englich (tim.englich@intevation.de) 19 * @author Tim Englich (tim.englich@intevation.de)
20 * @author Sascha L. Teichmann (sascha.teichmann@intevation.de) 20 * @author Sascha L. Teichmann (sascha.teichmann@intevation.de)
21 */ 21 */
22 public class GNVArtifactContext 22 public class GNVArtifactContext
23 extends DefaultArtifactContext 23 extends DefaultArtifactContext
24 { 24 {
25 /** 25 /**
26 * the logger, used to log exceptions and additonaly information 26 * the logger, used to log exceptions and additonaly information
27 */ 27 */
30 public static final String CHART_TEMPLATE_KEY = 30 public static final String CHART_TEMPLATE_KEY =
31 "gnv.chart.template"; 31 "gnv.chart.template";
32 32
33 public static final String HORIZONTAL_CROSS_SECTION_PROFILE_SAMPLES_KEY = 33 public static final String HORIZONTAL_CROSS_SECTION_PROFILE_SAMPLES_KEY =
34 "gnv.horizontal.cross.section.profile.samples"; 34 "gnv.horizontal.cross.section.profile.samples";
35 35
36 public static final String HORIZONTAL_CROSS_SECTION_SAMPLES_KEY = 36 public static final String HORIZONTAL_CROSS_SECTION_SAMPLES_KEY =
37 "gnv.horizontal.cross.section.samples"; 37 "gnv.horizontal.cross.section.samples";
38 38
39 public static final String HORIZONTAL_CROSS_SECTION_EXTRAPOLATION_ROUNDS_KEY = 39 public static final String HORIZONTAL_CROSS_SECTION_EXTRAPOLATION_ROUNDS_KEY =
40 "gnv.horizontal.cross.section.extrapolation.rounds"; 40 "gnv.horizontal.cross.section.extrapolation.rounds";
42 public static final String 42 public static final String
43 HORIZONTAL_CROSS_SECTION_RESULT_SHAPEFILE_PATH_KEY = 43 HORIZONTAL_CROSS_SECTION_RESULT_SHAPEFILE_PATH_KEY =
44 "gnv.horizontal.cross.section.result.shapefile"; 44 "gnv.horizontal.cross.section.result.shapefile";
45 45
46 public static final File 46 public static final File
47 DEFAULT_HORIZONTAL_CROSS_SECTION_PROFILE_SHAPEFILE_PATH = 47 DEFAULT_HORIZONTAL_CROSS_SECTION_PROFILE_SHAPEFILE_PATH =
48 new File(System.getProperty("java.io.tmpdir")); 48 new File(System.getProperty("java.io.tmpdir"));
49 49
50 public static final Integer 50 public static final Integer
51 DEFAULT_HORIZONTAL_CROSS_SECTION_PROFILE_SAMPLES = Integer.valueOf(250); 51 DEFAULT_HORIZONTAL_CROSS_SECTION_PROFILE_SAMPLES = Integer.valueOf(250);
52 52
53 public static final Integer 53 public static final Integer
54 DEFAULT_HORIZONTAL_CROSS_SECTION_SAMPLES = Integer.valueOf(1024); 54 DEFAULT_HORIZONTAL_CROSS_SECTION_SAMPLES = Integer.valueOf(1024);
55 55
56 public static final Integer 56 public static final Integer
57 DEFAULT_HORIZONTAL_CROSS_SECTION_EXTRAPOLATION_ROUNDS = Integer.valueOf(0); 57 DEFAULT_HORIZONTAL_CROSS_SECTION_EXTRAPOLATION_ROUNDS = Integer.valueOf(0);
58 58
59 public static final String HORIZONTAL_CROSS_SECTION_GROUND_INTERPOLATION_KEY = 59 public static final String HORIZONTAL_CROSS_SECTION_GROUND_INTERPOLATION_KEY =
60 "gnv.horizontal.cross.section.ground.interpolation"; 60 "gnv.horizontal.cross.section.ground.interpolation";
61 61

http://dive4elements.wald.intevation.org