comparison flys-client/src/main/java/de/intevation/flys/client/client/services/GFIService.java @ 5818:a4ff4167be1e

Request feature info on all layers and show it as html if the server does not return valid gml. Non queryable layers produce an error message when the request fails. This is good enough
author Andre Heinecke <aheinecke@intevation.de>
date Wed, 24 Apr 2013 17:33:27 +0200
parents af2aa716152f
children
comparison
equal deleted inserted replaced
5817:a1dd784d8b07 5818:a4ff4167be1e
5 import com.google.gwt.user.client.rpc.RemoteService; 5 import com.google.gwt.user.client.rpc.RemoteService;
6 import com.google.gwt.user.client.rpc.RemoteServiceRelativePath; 6 import com.google.gwt.user.client.rpc.RemoteServiceRelativePath;
7 7
8 8
9 import de.intevation.flys.client.shared.exceptions.ServerException; 9 import de.intevation.flys.client.shared.exceptions.ServerException;
10 import de.intevation.flys.client.shared.model.FeatureInfo; 10 import de.intevation.flys.client.shared.model.FeatureInfoResponse;
11 import de.intevation.flys.client.shared.model.Theme; 11 import de.intevation.flys.client.shared.model.Theme;
12 12
13 13
14 @RemoteServiceRelativePath("getfeatureinfo") 14 @RemoteServiceRelativePath("getfeatureinfo")
15 public interface GFIService extends RemoteService { 15 public interface GFIService extends RemoteService {
16 16
17 public List<FeatureInfo> query( 17 public FeatureInfoResponse query(
18 Theme theme, 18 Theme theme,
19 String format, 19 String format,
20 String bbox, 20 String bbox,
21 String projection, 21 String projection,
22 int height, 22 int height,

http://dive4elements.wald.intevation.org