Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1981:bf62cc7052d4
Implement and use WaterLineArtifact interface.
flys-artifacts/trunk@3411 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 14 Dec 2011 10:44:00 +0000 |
parents | d377b89d2827 |
children | 8afd6a9bb244 |
comparison
equal
deleted
inserted
replaced
1980:d377b89d2827 | 1981:bf62cc7052d4 |
---|---|
1 2011-12-14 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 Implement new WaterLineArtifact where needed so far. | |
4 | |
5 * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: | |
6 Declare that we implement WaterLineArtifact. | |
7 | |
8 * src/main/java/de/intevation/flys/artifacts/StaticWKmsArtifact.java: | |
9 (getWaterLines): Implement to fulfil new WaterLineArtifact- | |
10 interface-impl. Also generate new Facet. | |
11 | |
12 | |
13 * src/main/java/de/intevation/flys/artifacts/model/CrossSectionWaterLineFacet.java: | |
14 Do not depend on WINFOArtifacts, but on WaterLineArtifacts instead. | |
15 | |
1 2011-12-14 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 16 2011-12-14 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 17 |
3 Added interface WaterLineArtifact to be implemented by artifacts | 18 Added interface WaterLineArtifact to be implemented by artifacts |
4 that know how to create a water line "against" a cross section. | 19 that know how to create a water line "against" a cross section. |
5 | 20 |