comparison gnv-artifacts/src/main/java/de/intevation/gnv/profile/horizontal/HorizontalProfileArtifact.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
34 log.debug("HorizontalProfileArtifact.Constructor"); 34 log.debug("HorizontalProfileArtifact.Constructor");
35 this.name = "horizontalProfile"; 35 this.name = "horizontalProfile";
36 } 36 }
37 37
38 /** 38 /**
39 * @see de.intevation.artifactdatabase.DefaultArtifact#describe(java.lang.Object) 39 * @see de.intevation.artifactdatabase.DefaultArtifact#describe(org.w3c.dom.Document, de.intevation.artifacts.CallContext)
40 */ 40 */
41 @Override 41 @Override
42 public Document describe(CallContext context) { 42 public Document describe(Document data, CallContext context) {
43 log.debug("HorizontalProfileArtifact.describe"); 43 log.debug("HorizontalProfileArtifact.describe");
44 return super.createDescibeOutput(context.getMeta(), super.identifier); 44 return super.createDescibeOutput(context.getMeta(),
45 super.identifier,
46 this.getIncludeUIFromDocument(data));
45 } 47 }
46 48
47 /** 49 /**
48 * @see de.intevation.gnv.artifacts.GNVArtifactBase#setup(java.lang.String, 50 * @see de.intevation.gnv.artifacts.GNVArtifactBase#setup(java.lang.String,
49 * de.intevation.artifacts.ArtifactFactory, java.lang.Object) 51 * de.intevation.artifacts.ArtifactFactory, java.lang.Object)

http://dive4elements.wald.intevation.org