comparison flys-client/src/main/java/de/intevation/flys/client/client/services/MapUrlService.java @ 2455:0b7535e2e9aa

Issue 508. Added a list of WMS services to the external WMS dialog. flys-client/trunk@4142 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Wed, 14 Mar 2012 15:34:02 +0000
parents
children
comparison
equal deleted inserted replaced
2454:99bd77501188 2455:0b7535e2e9aa
1 package de.intevation.flys.client.client.services;
2
3 import java.util.Map;
4
5 import com.google.gwt.user.client.rpc.RemoteService;
6 import com.google.gwt.user.client.rpc.RemoteServiceRelativePath;
7
8 import de.intevation.flys.client.shared.exceptions.ServerException;
9
10 /**
11 * This interface describes the service to get wms urls for UESK and new maps.
12 *
13 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a>
14 */
15 @RemoteServiceRelativePath("map-urls")
16 public interface MapUrlService extends RemoteService {
17
18 Map<String, String> getUrls() throws ServerException;
19 }
20 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org