Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 331:5a2df8677b3e
Added a service that returns the MainValues of a Gauge based on a river name and a stationing.
flys-artifacts/trunk@1729 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 19 Apr 2011 12:33:39 +0000 |
parents | 4791fd92a208 |
children | bf4e12f1d025 |
comparison
equal
deleted
inserted
replaced
330:4791fd92a208 | 331:5a2df8677b3e |
---|---|
1 2011-04-19 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/services/MainValuesService.java: | |
4 New. This service returns an XML document that includes the main values | |
5 of a gauge based on a river name, a start and an end point. | |
6 | |
7 * doc/conf/conf.xml: Registered the MainValuesService. | |
8 | |
1 2011-04-19 Ingo Weinzierl <ingo@intevation.de> | 9 2011-04-19 Ingo Weinzierl <ingo@intevation.de> |
2 | 10 |
3 * src/main/java/de/intevation/flys/artifacts/model/MainValuesFactory.java: | 11 * src/main/java/de/intevation/flys/artifacts/model/MainValuesFactory.java: |
4 A factory that provides methods to return MainValues. | 12 A factory that provides methods to return MainValues. |
5 | 13 |