comparison artifacts/src/main/java/org/dive4elements/river/exports/process/WOutProcessor.java @ 7114:e3333da25634 generator-refactoring

Actually commit the canHandle part of the last revision. (WQCKms in WOut proc.)
author Andre Heinecke <aheinecke@intevation.de>
date Tue, 24 Sep 2013 11:43:21 +0200
parents 099f9faf5bf9
children 30cec9369608
comparison
equal deleted inserted replaced
7113:099f9faf5bf9 7114:e3333da25634
163 if (facetType.equals(FacetTypes.LONGITUDINAL_W) 163 if (facetType.equals(FacetTypes.LONGITUDINAL_W)
164 || facetType.equals(FacetTypes.STATIC_WKMS) 164 || facetType.equals(FacetTypes.STATIC_WKMS)
165 || facetType.equals(FacetTypes.HEIGHTMARKS_POINTS) 165 || facetType.equals(FacetTypes.HEIGHTMARKS_POINTS)
166 || facetType.equals(FacetTypes.STATIC_WQKMS) 166 || facetType.equals(FacetTypes.STATIC_WQKMS)
167 || facetType.equals(FacetTypes.STATIC_WQKMS_W) 167 || facetType.equals(FacetTypes.STATIC_WQKMS_W)
168 || facetType.equals(FacetTypes.DISCHARGE_LONGITUDINAL_W)) 168 || facetType.equals(FacetTypes.DISCHARGE_LONGITUDINAL_W)
169 || facetType.equals(FacetTypes.DISCHARGE_LONGITUDINAL_C))
169 { 170 {
170 return true; 171 return true;
171 } 172 }
172 return false; 173 return false;
173 } 174 }

http://dive4elements.wald.intevation.org