comparison gnv-artifacts/src/main/java/de/intevation/gnv/profile/vertical/VerticalProfileArtifact.java @ 222:3e82b4f1c455

Removed some Compilation-Errors according to API-Changes in the ArtifactDatabase. Added the possibility to switch to an alternative Transition. gnv-artifacts/trunk@284 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Thu, 05 Nov 2009 14:45:54 +0000
parents a33d59f5791a
children 70df44021a9f
comparison
equal deleted inserted replaced
221:21152e1bf325 222:3e82b4f1c455
33 log.debug("VerticalProfileArtifact.Constructor"); 33 log.debug("VerticalProfileArtifact.Constructor");
34 this.name = "verticalProfile"; 34 this.name = "verticalProfile";
35 } 35 }
36 36
37 /** 37 /**
38 * @see de.intevation.artifactdatabase.DefaultArtifact#describe(java.lang.Object) 38 * @see de.intevation.artifactdatabase.DefaultArtifact#describe(org.w3c.dom.Document, de.intevation.artifacts.CallContext)
39 */ 39 */
40 @Override 40 @Override
41 public Document describe(CallContext context) { 41 public Document describe(Document data, CallContext context) {
42 log.debug("VerticalProfileArtifact.describe"); 42 log.debug("VerticalProfileArtifact.describe");
43 return super.createDescibeOutput(context.getMeta(),super.identifier); 43 return super.createDescibeOutput(context.getMeta(),
44 super.identifier,
45 this.getIncludeUIFromDocument(data));
44 } 46 }
45 47
46 /** 48 /**
47 * @see de.intevation.gnv.artifacts.GNVArtifactBase#setup(java.lang.String, 49 * @see de.intevation.gnv.artifacts.GNVArtifactBase#setup(java.lang.String,
48 * de.intevation.artifacts.ArtifactFactory, java.lang.Object) 50 * de.intevation.artifacts.ArtifactFactory, java.lang.Object)

http://dive4elements.wald.intevation.org