comparison flys-artifacts/src/main/java/de/intevation/flys/exports/AbstractExporter.java @ 2993:70469e3d34b9

FixA: Made Delta W/t calculation finally work flys-artifacts/trunk@4545 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 28 May 2012 20:59:27 +0000
parents 5d1ba04d2f68
children 79dd823733e2
comparison
equal deleted inserted replaced
2992:0abdede5a0b8 2993:70469e3d34b9
74 * Concrete subclasses need to use this method to write their special data 74 * Concrete subclasses need to use this method to write their special data
75 * objects into the CSV document. 75 * objects into the CSV document.
76 * 76 *
77 * @param writer The CSVWriter. 77 * @param writer The CSVWriter.
78 */ 78 */
79 protected abstract void writeCSVData(CSVWriter writer); 79 protected abstract void writeCSVData(CSVWriter writer) throws IOException;
80 80
81 81
82 /** 82 /**
83 * Concrete subclasses need to use this method to write their special data 83 * Concrete subclasses need to use this method to write their special data
84 * objects into the PDF document. 84 * objects into the PDF document.

http://dive4elements.wald.intevation.org