comparison gnv-artifacts/src/main/java/de/intevation/gnv/math/AreaInterpolation.java @ 801:d766fe2d917a

More javadoc. gnv-artifacts/trunk@883 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 06 Apr 2010 16:53:43 +0000
parents c4156275c1e1
children 2e951160c43d
comparison
equal deleted inserted replaced
800:db5b04ecb426 801:d766fe2d917a
147 } 147 }
148 148
149 long stopTime = System.currentTimeMillis(); 149 long stopTime = System.currentTimeMillis();
150 150
151 if (debug) { 151 if (debug) {
152 log.debug("interpolation took: " + (stopTime - startTime)/1000f + " secs"); 152 log.debug("interpolation took: " +
153 (stopTime - startTime)/1000f + " secs");
153 } 154 }
154 155
155 this.raster = raster; 156 this.raster = raster;
156 this.width = W; 157 this.width = W;
157 this.height = H; 158 this.height = H;

http://dive4elements.wald.intevation.org