Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/src/test/java/de/intevation/gnv/artifacts/TestCallContext.java @ 116:820238357bab
Added Horizontal-Profile-Support for Meshes.
Modify the Workflow for Horizontal-Profile-InstantaneousPoint
gnv-artifacts/trunk@169 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Fri, 02 Oct 2009 08:07:00 +0000 |
parents | 994a39b084d6 |
children | ef157bd2fa92 |
comparison
equal
deleted
inserted
replaced
115:158e89c2263b | 116:820238357bab |
---|---|
2 * | 2 * |
3 */ | 3 */ |
4 package de.intevation.gnv.artifacts; | 4 package de.intevation.gnv.artifacts; |
5 | 5 |
6 import de.intevation.artifacts.CallContext; | 6 import de.intevation.artifacts.CallContext; |
7 import de.intevation.artifacts.CallMeta; | |
7 | 8 |
8 /** | 9 /** |
9 * @author Tim Englich <tim.englich@intevation.de> | 10 * @author Tim Englich <tim.englich@intevation.de> |
10 * | 11 * |
11 */ | 12 */ |
36 */ | 37 */ |
37 public Object globalContext() { | 38 public Object globalContext() { |
38 return this.globalContext; | 39 return this.globalContext; |
39 } | 40 } |
40 | 41 |
42 public CallMeta getMeta() { | |
43 | |
44 return null; | |
45 } | |
46 | |
41 } | 47 } |