comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/BedDiffEpochFacet.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
comparison
equal deleted inserted replaced
7893:56e7e6c18c26 7894:42076d94977e
28 } 28 }
29 29
30 public BedDiffEpochFacet(int idx, String name, String description, 30 public BedDiffEpochFacet(int idx, String name, String description,
31 ComputeType type, String stateId, String hash) { 31 ComputeType type, String stateId, String hash) {
32 super(idx, name, description, type, hash, stateId); 32 super(idx, name, description, type, hash, stateId);
33 this.metaData.put("X", "chart.longitudinal.section.xaxis.label");
34 this.metaData.put("Y", "chart.beddifference.height.yaxis.label");
33 } 35 }
34 36
35 public Object getData(Artifact artifact, CallContext context) { 37 public Object getData(Artifact artifact, CallContext context) {
36 logger.debug("Get data for bed density at index: " + index); 38 logger.debug("Get data for bed density at index: " + index);
37 39

http://dive4elements.wald.intevation.org