Mercurial > dive4elements > river
view flys-artifacts/src/main/java/de/intevation/flys/artifacts/math/Function.java @ 5350:2f6e6ae2fc56
Add small howto which consists mostly of the notes i took while
adding the HWSLines / Points wms artifacts
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Wed, 20 Mar 2013 16:42:52 +0100 |
parents | 913b52064449 |
children |
line wrap: on
line source
package de.intevation.flys.artifacts.math; public interface Function { double value(double x); } // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :