comparison flys-backend/src/main/java/de/intevation/flys/importer/parsers/DA66Parser.java @ 4722:c3e2b0d343dc

DA66Parser: Use filename without extension as description for cross section.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 27 Dec 2012 13:20:19 +0100
parents 9f7cd65daac2
children 83304d3651ec
comparison
equal deleted inserted replaced
4721:b0b1008c07e9 4722:c3e2b0d343dc
172 172
173 173
174 /** Get the description of the cross section parsed. */ 174 /** Get the description of the cross section parsed. */
175 @Override 175 @Override
176 public String getDescription() { 176 public String getDescription() {
177 // TODO place file name here 177 return removeExtension(getFileName());
178 return "da66-dummy";
179 } 178 }
180 179
181 180
182 /** Get the year of this cross sections measurement. */ 181 /** Get the year of this cross sections measurement. */
183 @Override 182 @Override

http://dive4elements.wald.intevation.org