comparison artifacts/src/main/java/org/dive4elements/river/exports/process/SedimentLoadTAProcessor.java @ 8117:ca072278ad02

Complete mapping and themes for sediment load.
author "Tom Gottfried <tom@intevation.de>"
date Thu, 21 Aug 2014 18:09:37 +0200
parents 270946b97539
children eb48b244921d
comparison
equal deleted inserted replaced
8116:fdb29e8b7ec0 8117:ca072278ad02
23 public static final String I18N_YAXIS_LABEL_DEFAULT = "[t/a]"; 23 public static final String I18N_YAXIS_LABEL_DEFAULT = "[t/a]";
24 24
25 @Override 25 @Override
26 public boolean canHandle(String facettype) { 26 public boolean canHandle(String facettype) {
27 return FacetTypes.IS.SEDIMENT_LOAD_TA(facettype) || 27 return FacetTypes.IS.SEDIMENT_LOAD_TA(facettype) ||
28 FacetTypes.IS.SEDIMENT_LOAD(facettype) ||
28 FacetTypes.SEDIMENT_LOAD_TA_UNKNOWN.equals(facettype); 29 FacetTypes.SEDIMENT_LOAD_TA_UNKNOWN.equals(facettype);
29 } 30 }
30 31
31 @Override 32 @Override
32 public String getAxisLabel(DiagramGenerator generator) { 33 public String getAxisLabel(DiagramGenerator generator) {

http://dive4elements.wald.intevation.org