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,
int maxWFSFeature,
int zoomLevel,
com.google.gwt.user.client.rpc.AsyncCallback<List<WebFeatureTable>> 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 |
getGcubeSecurityToken(com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
Gets the gcube security token.
|
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 |
getWFSToViewExporterMap(com.google.gwt.user.client.rpc.AsyncCallback<Map<String,FeatureExportViewConfig>> callback)
Gets the WFS to view exporter map.
|
void |
parseWmsRequest(String wmsRequest,
String layerName,
com.google.gwt.user.client.rpc.AsyncCallback<GeoInformationForWMSRequest> callback)
Parses the wms request.
|
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 getTransectParameters(com.google.gwt.user.client.rpc.AsyncCallback<TransectParameters> callback)
callback - the 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, int zoomLevel, com.google.gwt.user.client.rpc.AsyncCallback<List<WebFeatureTable>> callback)
layerItems - the layer itemsbbox - the bboxmaxWFSFeature - the max wfs featurecallback - the callbackzoomLevel - void 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 callbackvoid parseWmsRequest(String wmsRequest, String layerName, com.google.gwt.user.client.rpc.AsyncCallback<GeoInformationForWMSRequest> callback)
wmsRequest - the wms requestlayerName - the layer namecallback - the callbackvoid getGcubeSecurityToken(com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
callback - the callbackvoid getWFSToViewExporterMap(com.google.gwt.user.client.rpc.AsyncCallback<Map<String,FeatureExportViewConfig>> callback)
callback - the callbackCopyright © 2020. All Rights Reserved.