comparison artifacts/src/main/java/org/dive4elements/river/exports/process/QOutProcessor.java @ 6929:35ecfd1a861a

Let QOutProcessor also handle Discharge/Q-data.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 27 Aug 2013 16:15:45 +0200
parents 0288db5e90d5
children 1011a40ee79c
comparison
equal deleted inserted replaced
6928:2119f13f95ab 6929:35ecfd1a861a
56 if (facetType == null) { 56 if (facetType == null) {
57 return false; 57 return false;
58 } 58 }
59 59
60 if (facetType.equals(FacetTypes.STATIC_WQKMS_Q) 60 if (facetType.equals(FacetTypes.STATIC_WQKMS_Q)
61 || facetType.equals(FacetTypes.LONGITUDINAL_Q)) { 61 || facetType.equals(FacetTypes.LONGITUDINAL_Q)
62 || facetType.equals(FacetTypes.DISCHARGE_LONGITUDINAL_Q)) {
62 return true; 63 return true;
63 } 64 }
64 return false; 65 return false;
65 } 66 }
66 67

http://dive4elements.wald.intevation.org