Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/src/main/java/de/intevation/gnv/state/timeseries/TimeSeriesOutputState.java @ 805:bb7afd783321
Removed trailing whitespace. Added more javadoc.
gnv-artifacts/trunk@887 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Thu, 08 Apr 2010 11:31:44 +0000 |
parents | 9058c08eac3a |
children | 41a7c49b5cb4 |
comparison
equal
deleted
inserted
replaced
804:9058c08eac3a | 805:bb7afd783321 |
---|---|
201 "Bot. Depth [m]", | 201 "Bot. Depth [m]", |
202 "Depth [m]", | 202 "Depth [m]", |
203 "QF" | 203 "QF" |
204 }; | 204 }; |
205 | 205 |
206 | 206 |
207 /** | 207 /** |
208 * Profile for exporting data to odv | 208 * Profile for exporting data to odv |
209 */ | 209 */ |
210 public static final Profile TIMESERIES_ODV_PROFILE = | 210 public static final Profile TIMESERIES_ODV_PROFILE = |
211 new DefaultProfile( | 211 new DefaultProfile( |
618 | 618 |
619 | 619 |
620 /** | 620 /** |
621 * Create an odv file representing the data corresponding to the current | 621 * Create an odv file representing the data corresponding to the current |
622 * parameterization. | 622 * parameterization. |
623 * | 623 * |
624 * @param outputStream The output stream used to export the odv file. | 624 * @param outputStream The output stream used to export the odv file. |
625 * @param result The data used for odv file creation. | 625 * @param result The data used for odv file creation. |
626 * @param uuid The UUID of the current artifact. | 626 * @param uuid The UUID of the current artifact. |
627 * @throws IOException if an error occured while writing to output stream. | 627 * @throws IOException if an error occured while writing to output stream. |
628 * @throws StateException if an error occured while creating the odv file. | 628 * @throws StateException if an error occured while creating the odv file. |