comparison flys-client/src/main/java/de/intevation/flys/client/client/services/GFIServiceAsync.java @ 1400:96708d81eaf6

Added an initial GetFeatureInfo tool to get information about points in the map. flys-client/trunk@3285 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 17 Nov 2011 16:20:55 +0000
parents
children 15ef3d3081b7
comparison
equal deleted inserted replaced
1399:748e7c828d03 1400:96708d81eaf6
1 package de.intevation.flys.client.client.services;
2
3 import java.util.List;
4
5 import com.google.gwt.user.client.rpc.AsyncCallback;
6
7
8 import de.intevation.flys.client.shared.model.Theme;
9
10
11 /**
12 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
13 */
14 public interface GFIServiceAsync {
15
16 void query(
17 List<Theme> themes,
18 String format,
19 String bbox,
20 String projection,
21 int height,
22 int width,
23 int x,
24 int y,
25 AsyncCallback<String> callback
26 );
27 }
28 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org