comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/RangeState.java @ 379:c21fb8de54f8

Enabled the FLYSArtifact to handle an array of inserted WQ values (without given ranges). flys-artifacts/trunk@1793 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 02 May 2011 15:17:04 +0000
parents 448d0dc64357
children acf3b49ec31f
comparison
equal deleted inserted replaced
378:20c3a5b36434 379:c21fb8de54f8
25 * @param to The upper value. 25 * @param to The upper value.
26 * @param step The step width. 26 * @param step The step width.
27 * 27 *
28 * @return true, if everything was fine, otherwise an exception is thrown. 28 * @return true, if everything was fine, otherwise an exception is thrown.
29 */ 29 */
30 protected boolean validateRange( 30 protected boolean validateBounds(
31 double fromValid, double toValid, 31 double fromValid, double toValid,
32 double from, double to, double step) 32 double from, double to, double step)
33 throws IllegalArgumentException 33 throws IllegalArgumentException
34 { 34 {
35 logger.debug("RangeState.validateRange"); 35 logger.debug("RangeState.validateRange");

http://dive4elements.wald.intevation.org