comparison flys-artifacts/src/main/java/de/intevation/flys/utils/MapfileGenerator.java @ 4703:38ec171544de

Work on rivers.map Generator.
author Christian Lins <christian.lins@intevation.de>
date Tue, 18 Dec 2012 15:46:36 +0100
parents 442fbb290fa8
children b55975761708
comparison
equal deleted inserted replaced
4702:13abfb1bcb75 4703:38ec171544de
184 * @throws Exception if an error occured while reading the configuration. 184 * @throws Exception if an error occured while reading the configuration.
185 */ 185 */
186 protected Template getMapfileTemplateObj() 186 protected Template getMapfileTemplateObj()
187 throws Exception 187 throws Exception
188 { 188 {
189 String mapfileName = FLYSUtils.getXPathString( 189 String mapfileName = getMapfileTemplate();
190 FLYSUtils.XPATH_FLOODMAP_MAPFILE_TEMPLATE);
191
192 return getTemplateByName(mapfileName); 190 return getTemplateByName(mapfileName);
193 } 191 }
194 192
195 protected abstract String getMapfilePath(); 193 protected abstract String getMapfilePath();
196 194

http://dive4elements.wald.intevation.org