comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/FacetTypes.java @ 2220:f31d92060f21

Added reference curve facet type. flys-artifacts/trunk@3860 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 01 Feb 2012 13:56:38 +0000
parents ebbb18ed78c4
children 3f3e4f94171b
comparison
equal deleted inserted replaced
2219:4b6e9b377a84 2220:f31d92060f21
77 String DISCHARGE_LONGITUDINAL_Q = "discharge_longitudinal_section.q"; 77 String DISCHARGE_LONGITUDINAL_Q = "discharge_longitudinal_section.q";
78 String DISCHARGE_LONGITUDINAL_C = "discharge_longitudinal_section.c"; 78 String DISCHARGE_LONGITUDINAL_C = "discharge_longitudinal_section.c";
79 79
80 String LONGITUDINAL_W = "longitudinal_section.w"; 80 String LONGITUDINAL_W = "longitudinal_section.w";
81 String LONGITUDINAL_Q = "longitudinal_section.q"; 81 String LONGITUDINAL_Q = "longitudinal_section.q";
82 String LONGITUDINAL_ANNOTATION = "longitudinal_section.annotations"; 82 String LONGITUDINAL_ANNOTATION = "longitudinal_section.annotations";
83 String LONGITUDINAL_MANUALPOINTS = "longitudinal_section.manualpoints"; 83 String LONGITUDINAL_MANUALPOINTS = "longitudinal_section.manualpoints";
84 84
85 String W_DIFFERENCES = "w_differences"; 85 String W_DIFFERENCES = "w_differences";
86 86
87 String COMPUTED_DISCHARGE_Q = "computed_discharge_curve.q"; 87 String COMPUTED_DISCHARGE_Q = "computed_discharge_curve.q";
92 String MAINVALUES_W = "mainvalues.w"; 92 String MAINVALUES_W = "mainvalues.w";
93 93
94 String CROSS_SECTION = "cross_section"; 94 String CROSS_SECTION = "cross_section";
95 String CROSS_SECTION_WATER_LINE = "cross_section_water_line"; 95 String CROSS_SECTION_WATER_LINE = "cross_section_water_line";
96 96
97 String HYK = "hyk"; 97 String HYK = "hyk";
98 98
99 String DISCHARGE_CURVE = "discharge_curve.curve"; 99 String DISCHARGE_CURVE = "discharge_curve.curve";
100 100
101 String DURATION_W = "duration_curve.w"; 101 String DURATION_W = "duration_curve.w";
102 String DURATION_Q = "duration_curve.q"; 102 String DURATION_Q = "duration_curve.q";
103 String DURATION_MAINVALUES_Q = "duration_curve.mainvalues.q"; 103 String DURATION_MAINVALUES_Q = "duration_curve.mainvalues.q";
104 104
105 String MANUALPOINTS = "manualpoints"; 105 String MANUALPOINTS = "manualpoints";
106 106
107 String STATIC_WQ = "other.wq"; 107 String STATIC_WQ = "other.wq";
108 String STATIC_WQ_ANNOTATIONS = "other.wq.annotations"; 108 String STATIC_WQ_ANNOTATIONS = "other.wq.annotations";
109 String STATIC_WKMS = "other.wkms"; 109 String STATIC_WKMS = "other.wkms";
110 String STATIC_WQKMS = "other.wqkms"; 110 String STATIC_WQKMS = "other.wqkms";
111 String STATIC_WQKMS_W = "other.wqkms.w"; 111 String STATIC_WQKMS_W = "other.wqkms.w";
112 String STATIC_WQKMS_Q = "other.wqkms.q"; 112 String STATIC_WQKMS_Q = "other.wqkms.q";
113 String STATIC_WKMS_INTERPOL = "other.wkms.interpol"; 113 String STATIC_WKMS_INTERPOL = "other.wkms.interpol";
114 114
115 String HEIGHTMARKS_POINTS = "heightmarks_points"; 115 String HEIGHTMARKS_POINTS = "heightmarks_points";
120 String PDF = "pdf"; 120 String PDF = "pdf";
121 121
122 String REPORT = "report"; 122 String REPORT = "report";
123 123
124 String HISTORICAL_DISCHARGE_Q = "historical_discharge.historicalq"; 124 String HISTORICAL_DISCHARGE_Q = "historical_discharge.historicalq";
125
126 String REFERENCE_CURVE = "reference_curve";
125 } 127 }
126 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 : 128 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 :

http://dive4elements.wald.intevation.org