Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/src/main/java/de/intevation/gnv/profile/vertical/VerticalProfileArtifact.java @ 117:ef157bd2fa92
LanguageSupport integrated
gnv-artifacts/trunk@178 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Fri, 02 Oct 2009 14:24:47 +0000 |
parents | 5eb62df21f9a |
children | 7fb9441dd8af |
comparison
equal
deleted
inserted
replaced
116:820238357bab | 117:ef157bd2fa92 |
---|---|
39 * @see de.intevation.artifactdatabase.DefaultArtifact#describe(java.lang.Object) | 39 * @see de.intevation.artifactdatabase.DefaultArtifact#describe(java.lang.Object) |
40 */ | 40 */ |
41 @Override | 41 @Override |
42 public Document describe(CallContext context) { | 42 public Document describe(CallContext context) { |
43 log.debug("VerticalProfileArtifact.describe"); | 43 log.debug("VerticalProfileArtifact.describe"); |
44 return super.createDescibeOutput(); | 44 return super.createDescibeOutput(context.getMeta()); |
45 } | 45 } |
46 | 46 |
47 /** | 47 /** |
48 * @see de.intevation.gnv.artifacts.GNVArtifactBase#setup(java.lang.String, de.intevation.artifacts.ArtifactFactory, java.lang.Object) | 48 * @see de.intevation.gnv.artifacts.GNVArtifactBase#setup(java.lang.String, de.intevation.artifacts.ArtifactFactory, java.lang.Object) |
49 */ | 49 */ |