comparison flys-artifacts/src/main/java/de/intevation/flys/exports/FlowVelocityGenerator.java @ 4457:e7252480ded3

FlowVelocityGenerator: Added TODO about 3rd and 4th axis.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 08 Nov 2012 16:53:57 +0100
parents 146f1894e6a6
children 0968a35247ac
comparison
equal deleted inserted replaced
4456:dd3b91dbe496 4457:e7252480ded3
31 implements FacetTypes 31 implements FacetTypes
32 { 32 {
33 public enum YAXIS { 33 public enum YAXIS {
34 V(0), 34 V(0),
35 T(1); 35 T(1);
36 /* TODO Q and Density will come as 4th and 3rd axis. */
36 protected int idx; 37 protected int idx;
37 private YAXIS(int c) { 38 private YAXIS(int c) {
38 idx = c; 39 idx = c;
39 } 40 }
40 } 41 }

http://dive4elements.wald.intevation.org