public interface GisViewerServiceAsync
Modifier and Type | Method and Description |
---|---|
void |
getBaseLayersToGisViewer(com.google.gwt.user.client.rpc.AsyncCallback<List<? extends GisViewerBaseLayerInterface>> callback)
Gets the base layers to gis viewer.
|
void |
getDataResult(List<LayerItem> layerItems,
String bbox,
com.google.gwt.user.client.rpc.AsyncCallback<List<WfsTable>> asyncCallback)
Gets the data result.
|
void |
getDataResult(List<LayerItem> layerItems,
String bbox,
int maxWFSFeature,
com.google.gwt.user.client.rpc.AsyncCallback<List<WfsTable>> callback)
Gets the data result.
|
void |
getDataResult(List<String> urls,
com.google.gwt.user.client.rpc.AsyncCallback<List<DataResult>> callback)
Gets the data result.
|
void |
getGroupsInfo(String groupName,
com.google.gwt.user.client.rpc.AsyncCallback<LayerItemsResult> callback)
Gets the groups info.
|
void |
getLayersInfo(List<String> layersName,
com.google.gwt.user.client.rpc.AsyncCallback<LayerItemsResult> callback)
Gets the layers info.
|
void |
getLayersInfoByLayerItems(List<LayerItem> layerItems,
com.google.gwt.user.client.rpc.AsyncCallback<LayerItemsResult> asyncCallback)
Gets the layers info by layer items.
|
void |
getListProperty(String geoserverUrl,
LayerItem layer,
com.google.gwt.user.client.rpc.AsyncCallback<List<Property>> callback)
Gets the list property.
|
void |
getTransectParameters(com.google.gwt.user.client.rpc.AsyncCallback<TransectParameters> callback)
Gets the transect parameters.
|
void |
parseWmsRequest(WmsRequest request,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
Parses the wms request.
|
void getDataResult(List<String> urls, com.google.gwt.user.client.rpc.AsyncCallback<List<DataResult>> callback)
urls
- the urlscallback
- the callbackvoid getGroupsInfo(String groupName, com.google.gwt.user.client.rpc.AsyncCallback<LayerItemsResult> callback)
groupName
- the group namecallback
- the callbackvoid getLayersInfo(List<String> layersName, com.google.gwt.user.client.rpc.AsyncCallback<LayerItemsResult> callback)
layersName
- the layers namecallback
- the callbackvoid getLayersInfoByLayerItems(List<LayerItem> layerItems, com.google.gwt.user.client.rpc.AsyncCallback<LayerItemsResult> asyncCallback)
layerItems
- the layer itemsasyncCallback
- the async callbackvoid getTransectParameters(com.google.gwt.user.client.rpc.AsyncCallback<TransectParameters> callback)
callback
- the callbackvoid getDataResult(List<LayerItem> layerItems, String bbox, com.google.gwt.user.client.rpc.AsyncCallback<List<WfsTable>> asyncCallback)
layerItems
- the layer itemsbbox
- the bboxasyncCallback
- the async callbackvoid getListProperty(String geoserverUrl, LayerItem layer, com.google.gwt.user.client.rpc.AsyncCallback<List<Property>> callback)
geoserverUrl
- the geoserver urllayer
- the layercallback
- the callbackvoid getDataResult(List<LayerItem> layerItems, String bbox, int maxWFSFeature, com.google.gwt.user.client.rpc.AsyncCallback<List<WfsTable>> callback)
layerItems
- the layer itemsbbox
- the bboxmaxWFSFeature
- the max wfs featurecallback
- the callbackvoid getBaseLayersToGisViewer(com.google.gwt.user.client.rpc.AsyncCallback<List<? extends GisViewerBaseLayerInterface>> callback)
callback
- the callbackvoid parseWmsRequest(WmsRequest request, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
request
- the requestcallback
- the callbackCopyright © 2016. All Rights Reserved.