comparison gnv-artifacts/src/main/java/de/intevation/gnv/artifacts/services/requestobjects/FIS.java @ 606:9efc1c256dbb

Added the support of the usecase that one FIS can be identified by different MapServices. In that case the parameters will be merged into the existing FIS. gnv-artifacts/trunk@672 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Tue, 09 Feb 2010 15:23:07 +0000
parents cf38b983d1f3
children 9a828e5a2390
comparison
equal deleted inserted replaced
605:e8ebdbc7f1e3 606:9efc1c256dbb
11 */ 11 */
12 public interface FIS { 12 public interface FIS {
13 13
14 String getID(); 14 String getID();
15 Collection<Parameter> getParameter(); 15 Collection<Parameter> getParameter();
16 void addParameter(Collection<Parameter> parameter);
16 17
17 } 18 }

http://dive4elements.wald.intevation.org