Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1106:e9f66d63bdd0
Write user defined barriers into a shapefile that is placed in the Artifact's directory.
flys-artifacts/trunk@2609 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 30 Aug 2011 11:09:54 +0000 |
parents | adb52a2005e7 |
children | 005c2964f9af |
comparison
equal
deleted
inserted
replaced
1105:adb52a2005e7 | 1106:e9f66d63bdd0 |
---|---|
1 2011-08-30 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * pom.xml: Added GeoTools 2.7.2 dependencies for Shapefile, GeoJSON and | |
4 EPSG support. | |
5 | |
6 * src/main/java/de/intevation/flys/artifacts/model/WSPLGENJob.java: Store | |
7 'LIN' parameter in a list now. A WSPLGEN parameter might contain many | |
8 LINs. | |
9 | |
10 * src/main/java/de/intevation/flys/utils/GeometryUtils.java: New functions | |
11 to create FeatureTypes and to write shapefiles. | |
12 | |
13 * src/main/java/de/intevation/flys/artifacts/states/FloodMapState.java: | |
14 Write user specified barriers into a shapefile placed in the artifact | |
15 directory. | |
16 | |
1 2011-08-30 Ingo Weinzierl <ingo@intevation.de> | 17 2011-08-30 Ingo Weinzierl <ingo@intevation.de> |
2 | 18 |
3 * src/main/java/de/intevation/flys/utils/FLYSUtils.java: Added a function | 19 * src/main/java/de/intevation/flys/utils/FLYSUtils.java: Added a function |
4 that extracts the SRID defined in the global configuration file for a | 20 that extracts the SRID defined in the global configuration file for a |
5 given river. | 21 given river. |