comparison flys-client/src/main/java/de/intevation/flys/client/client/services/ChartInfoService.java @ 552:6050d49eaba3

Adapted the ChartInfoService to return more information about charts than before. In addition, the PanControl is added to the chart toolbar. flys-client/trunk@2066 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 07 Jun 2011 13:26:24 +0000
parents e74bf6bfeeb6
children bc06a671ef60
comparison
equal deleted inserted replaced
551:13c7f90917fc 552:6050d49eaba3
3 import java.util.Map; 3 import java.util.Map;
4 4
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 import de.intevation.flys.client.shared.Transform2D;
9 import de.intevation.flys.client.shared.exceptions.ServerException; 8 import de.intevation.flys.client.shared.exceptions.ServerException;
9 import de.intevation.flys.client.shared.model.ChartInfo;
10 import de.intevation.flys.client.shared.model.Collection; 10 import de.intevation.flys.client.shared.model.Collection;
11 11
12 /** 12 /**
13 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 13 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
14 */ 14 */
15 @RemoteServiceRelativePath("chart-info") 15 @RemoteServiceRelativePath("chart-info")
16 public interface ChartInfoService extends RemoteService { 16 public interface ChartInfoService extends RemoteService {
17 17
18 Transform2D getChartInfo( 18 ChartInfo getChartInfo(
19 Collection collection, 19 Collection collection,
20 String url, 20 String url,
21 String locale, 21 String locale,
22 String type, 22 String type,
23 Map<String, String> attr) 23 Map<String, String> attr)

http://dive4elements.wald.intevation.org