view 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
line wrap: on
line source
package de.intevation.flys.client.client.services;

import java.util.List;

import com.google.gwt.user.client.rpc.AsyncCallback;


import de.intevation.flys.client.shared.model.Theme;


/**
 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
 */
public interface GFIServiceAsync {

    void query(
        List<Theme>           themes,
        String                format,
        String                bbox,
        String                projection,
        int                   height,
        int                   width,
        int                   x,
        int                   y,
        AsyncCallback<String> callback
    );
}
// vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org