Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 468:7ba4c7222265
Added ij-Index determination for horizontal-cross-sections.
gnv-artifacts/trunk@531 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Tue, 12 Jan 2010 11:34:25 +0000 |
parents | b2d2b36b20a0 |
children | 62fc63d0f71d |
comparison
equal
deleted
inserted
replaced
467:b2d2b36b20a0 | 468:7ba4c7222265 |
---|---|
1 2010-01-12 Tim Englich <tim.englich@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/artifacts/context/GNVArtifactContextFactory.java (configureHorizontalCrossSection): | |
4 Added the Method to load the Configurationsettings for horizontal-cross-sections | |
5 from the global Configuartion and put it into the Context. | |
6 | |
7 * src/main/java/de/intevation/gnv/artifacts/context/GNVArtifactContext.java: | |
8 Added static variables to define the Keys used for horizontal-cross-sections | |
9 | |
10 * src/main/java/de/intevation/gnv/state/profile/horizontalcrosssection/HorizontalCrossSectionMeshOutputState.java (getChartResult): | |
11 Integrated the Possibility to determin the required Snipped of an Mesh | |
12 using the ij-Index determined by the given Polygon. | |
13 Added the process-method which must still be implemented. | |
14 | |
15 * src/main/java/de/intevation/gnv/utils/WKTUtils.java (worldEnvelopeCoordinatesToIndex): | |
16 Added worldEnvelopeCoordinatesToIndex-Method for determining the ij-Coodinates | |
17 for a given Envelope. | |
18 Some refactoring-Work done for reuse some existing Code of this Class. | |
19 | |
20 * doc/conf/conf.xml: | |
21 Added the Configuration-Node for horizontal-cross-sections in this | |
22 File. | |
23 | |
24 * doc/conf/products/horizontalcrosssection/conf_mesh.xml: | |
25 Added ij-Query Node to OutputState to make the Querystring | |
26 available to this Product. | |
27 | |
1 2010-01-12 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 28 2010-01-12 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 29 |
3 * src/main/java/de/intevation/gnv/state/timeseries/TimeSeriesOutputState.java: | 30 * src/main/java/de/intevation/gnv/state/timeseries/TimeSeriesOutputState.java: |
4 Use XMLUtils to read evaluate xpath expressions. Adapted xpath | 31 Use XMLUtils to read evaluate xpath expressions. Adapted xpath |
5 expressions regarding namespace and prefix. | 32 expressions regarding namespace and prefix. |