org.gcube.portlets.user.gisviewer.client
Interface GisViewerServiceAsync
public interface GisViewerServiceAsync
The async counterpart of GreetingService
.
getDataResult
void getDataResult(List<String> urls,
com.google.gwt.user.client.rpc.AsyncCallback<List<DataResult>> callback)
getGroupsInfo
void getGroupsInfo(String groupName,
com.google.gwt.user.client.rpc.AsyncCallback<LayerItemsResult> callback)
getLayersInfo
void getLayersInfo(List<String> layersName,
com.google.gwt.user.client.rpc.AsyncCallback<LayerItemsResult> callback)
getLayersInfoByLayerItems
void getLayersInfoByLayerItems(List<LayerItem> layerItems,
com.google.gwt.user.client.rpc.AsyncCallback<LayerItemsResult> asyncCallback)
getTransectUrl
void getTransectUrl(com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
getDataResult
void getDataResult(List<LayerItem> layerItems,
String bbox,
com.google.gwt.user.client.rpc.AsyncCallback<List<WfsTable>> asyncCallback)
getListProperty
void getListProperty(String geoserverUrl,
LayerItem layer,
com.google.gwt.user.client.rpc.AsyncCallback<List<Property>> callback)
Copyright © 2014. All Rights Reserved.