comparison artifacts/src/main/java/org/dive4elements/river/utils/MapfileGenerator.java @ 5865:73da40528cf2

River artifacts: Renamed FLYSUtils to RiverUtils.
author Sascha L. Teichmann <teichmann@intevation.de>
date Sun, 28 Apr 2013 15:09:31 +0200
parents 4897a58c8746
children af13ceeba52a
comparison
equal deleted inserted replaced
5864:f2e46a668fe6 5865:73da40528cf2
213 */ 213 */
214 public File getShapefileBaseDir() 214 public File getShapefileBaseDir()
215 throws FileNotFoundException, IOException 215 throws FileNotFoundException, IOException
216 { 216 {
217 if (shapefileDirectory == null) { 217 if (shapefileDirectory == null) {
218 String path = FLYSUtils.getXPathString( 218 String path = RiverUtils.getXPathString(
219 FLYSUtils.XPATH_FLOODMAP_SHAPEFILE_DIR); 219 RiverUtils.XPATH_FLOODMAP_SHAPEFILE_DIR);
220 220
221 if (path != null) { 221 if (path != null) {
222 shapefileDirectory = new File(path); 222 shapefileDirectory = new File(path);
223 } 223 }
224 224

http://dive4elements.wald.intevation.org