public interface GisViewerServiceAsync
GreetingService
.Modifier and Type | Method and Description |
---|---|
void |
getBaseLayersToGisViewer(com.google.gwt.user.client.rpc.AsyncCallback<List<? extends GisViewerBaseLayerInterface>> callback) |
void |
getDataResult(List<LayerItem> layerItems,
String bbox,
com.google.gwt.user.client.rpc.AsyncCallback<List<WfsTable>> asyncCallback) |
void |
getDataResult(List<LayerItem> layerItems,
String bbox,
int maxWFSFeature,
com.google.gwt.user.client.rpc.AsyncCallback<List<WfsTable>> callback) |
void |
getDataResult(List<String> urls,
com.google.gwt.user.client.rpc.AsyncCallback<List<DataResult>> callback) |
void |
getGroupsInfo(String groupName,
com.google.gwt.user.client.rpc.AsyncCallback<LayerItemsResult> callback) |
void |
getLayersInfo(List<String> layersName,
com.google.gwt.user.client.rpc.AsyncCallback<LayerItemsResult> callback) |
void |
getLayersInfoByLayerItems(List<LayerItem> layerItems,
com.google.gwt.user.client.rpc.AsyncCallback<LayerItemsResult> asyncCallback) |
void |
getListProperty(String geoserverUrl,
LayerItem layer,
com.google.gwt.user.client.rpc.AsyncCallback<List<Property>> callback) |
void |
getTransectParameters(com.google.gwt.user.client.rpc.AsyncCallback<TransectParameters> callback) |
void |
parseWmsRequest(WmsRequest request,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void getDataResult(List<String> urls, com.google.gwt.user.client.rpc.AsyncCallback<List<DataResult>> callback)
void getGroupsInfo(String groupName, com.google.gwt.user.client.rpc.AsyncCallback<LayerItemsResult> callback)
void getLayersInfo(List<String> layersName, com.google.gwt.user.client.rpc.AsyncCallback<LayerItemsResult> callback)
void getLayersInfoByLayerItems(List<LayerItem> layerItems, com.google.gwt.user.client.rpc.AsyncCallback<LayerItemsResult> asyncCallback)
void getTransectParameters(com.google.gwt.user.client.rpc.AsyncCallback<TransectParameters> callback)
void getDataResult(List<LayerItem> layerItems, String bbox, com.google.gwt.user.client.rpc.AsyncCallback<List<WfsTable>> asyncCallback)
void getListProperty(String geoserverUrl, LayerItem layer, com.google.gwt.user.client.rpc.AsyncCallback<List<Property>> callback)
void getDataResult(List<LayerItem> layerItems, String bbox, int maxWFSFeature, com.google.gwt.user.client.rpc.AsyncCallback<List<WfsTable>> callback)
void getBaseLayersToGisViewer(com.google.gwt.user.client.rpc.AsyncCallback<List<? extends GisViewerBaseLayerInterface>> callback)
void parseWmsRequest(WmsRequest request, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
Copyright © 2015. All Rights Reserved.