comparison flys-client/src/main/java/de/intevation/flys/client/client/services/GFIServiceAsync.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
2 2
3 import java.util.List; 3 import java.util.List;
4 4
5 import com.google.gwt.user.client.rpc.AsyncCallback; 5 import com.google.gwt.user.client.rpc.AsyncCallback;
6 6
7 import de.intevation.flys.client.shared.model.FeatureInfo; 7 import de.intevation.flys.client.shared.model.FeatureInfoResponse;
8 import de.intevation.flys.client.shared.model.Theme; 8 import de.intevation.flys.client.shared.model.Theme;
9 9
10 10
11 /** 11 /**
12 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 12 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
20 String projection, 20 String projection,
21 int height, 21 int height,
22 int width, 22 int width,
23 int x, 23 int x,
24 int y, 24 int y,
25 AsyncCallback<List<FeatureInfo>> callback 25 AsyncCallback<FeatureInfoResponse> callback
26 ); 26 );
27 } 27 }
28 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 28 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org