comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/fixings/FixAvSectorFacet.java @ 3035:b388d888330d

Implemented facets and splitted up the event facet.Implemented facets and splitted up the event facet. flys-artifacts/trunk@4604 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Wed, 06 Jun 2012 11:35:32 +0000
parents 77b5f5a26700
children 22da13d1b180
comparison
equal deleted inserted replaced
3034:842502b3913a 3035:b388d888330d
75 75
76 if (periods == null) { 76 if (periods == null) {
77 return null; 77 return null;
78 } 78 }
79 QWD[] qwdData = periods[index].getQSectorAverages(); 79 QWD[] qwdData = periods[index].getQSectorAverages();
80 return periods; 80 return qwdData;
81 } 81 }
82 else { 82 else {
83 logger.debug("Not an instance of FixationArtifact."); 83 logger.debug("Not an instance of FixationArtifact.");
84 return null; 84 return null;
85 } 85 }

http://dive4elements.wald.intevation.org