comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/MorphologicWidthFacet.java @ 7894:42076d94977e facet-metadata

Added metadata to facets.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 21 May 2014 11:43:10 +0200
parents 9344aa0fb021
children e4606eae8ea5
comparison
equal deleted inserted replaced
7893:56e7e6c18c26 7894:42076d94977e
34 } 34 }
35 35
36 public MorphologicWidthFacet(int idx, String name, String description, 36 public MorphologicWidthFacet(int idx, String name, String description,
37 ComputeType type, String stateId, String hash) { 37 ComputeType type, String stateId, String hash) {
38 super(idx, name, description, type, hash, stateId); 38 super(idx, name, description, type, hash, stateId);
39 this.metaData.put("X", "chart.longitudinal.section.xaxis.label");
40 this.metaData.put("Y", "chart.beddifference.yaxis.label.morph");
39 } 41 }
40 42
41 public Object getData(Artifact artifact, CallContext context) { 43 public Object getData(Artifact artifact, CallContext context) {
42 44
43 D4EArtifact flys = (D4EArtifact) artifact; 45 D4EArtifact flys = (D4EArtifact) artifact;

http://dive4elements.wald.intevation.org