Mercurial > dive4elements > river
diff flys-artifacts/ChangeLog @ 1116:05e4ef0f9489
Improved stub for CrossSections (including Factory and Facet).
flys-artifacts/trunk@2623 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 31 Aug 2011 12:23:05 +0000 |
parents | eaf32c767bac |
children | ea80e652f033 |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Wed Aug 31 12:20:23 2011 +0000 +++ b/flys-artifacts/ChangeLog Wed Aug 31 12:23:05 2011 +0000 @@ -1,3 +1,18 @@ +2011-08-31 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + More bones to CrossSection sceleton. + + * src/main/java/de/intevation/flys/artifacts/model/CrossSectionFactory.java, + src/main/java/de/intevation/flys/artifacts/model/CrossSectionFacet.java: + New, yet trivial implementations of Factory and Facet for CrossSections. + + * src/main/java/de/intevation/flys/artifacts/states/WaterlevelState.java: + Add new CrossSection- (instead of Default-)Facet. + + * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java, + src/main/java/de/intevation/flys/exports/CrossSectionGenerator.java: + Adjusted to use (touch) new Factory and Facet. + 2011-08-31 Felix Wolfsteller <felix.wolfsteller@intevation.de> Cosmetics.