public interface GCubeGisViewerServiceAsync
Modifier and Type | Method and Description |
---|---|
void |
getBaseLayersToGisViewer(com.google.gwt.user.client.rpc.AsyncCallback<List<? extends org.gcube.portlets.user.gisviewer.client.commons.beans.GisViewerBaseLayerInterface>> callback) |
void |
getDataResult(List<org.gcube.portlets.user.gisviewer.client.commons.beans.LayerItem> layerItems,
String bbox,
com.google.gwt.user.client.rpc.AsyncCallback<List<org.gcube.portlets.user.gisviewer.client.commons.beans.WfsTable>> asyncCallback) |
void |
getDataResult(List<org.gcube.portlets.user.gisviewer.client.commons.beans.LayerItem> layerItems,
String bbox,
int maxWFSFeature,
com.google.gwt.user.client.rpc.AsyncCallback<List<org.gcube.portlets.user.gisviewer.client.commons.beans.WfsTable>> callback) |
void |
getDataResult(List<String> urls,
com.google.gwt.user.client.rpc.AsyncCallback<List<org.gcube.portlets.user.gisviewer.client.commons.beans.DataResult>> callback) |
void |
getGroupsInfo(String groupName,
com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.user.gisviewer.client.commons.beans.LayerItemsResult> callback) |
void |
getLayersInfo(List<String> layersName,
com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.user.gisviewer.client.commons.beans.LayerItemsResult> callback) |
void |
getLayersInfoByLayerItems(List<org.gcube.portlets.user.gisviewer.client.commons.beans.LayerItem> layerItems,
com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.user.gisviewer.client.commons.beans.LayerItemsResult> asyncCallback) |
void |
getListProperty(String geoserverUrl,
org.gcube.portlets.user.gisviewer.client.commons.beans.LayerItem layer,
com.google.gwt.user.client.rpc.AsyncCallback<List<org.gcube.portlets.user.gisviewer.client.commons.beans.Property>> callback) |
void |
getTransectUrl(com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
saveLayerItem(String name,
String mimeType,
String url,
String destinationFolderId,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
saveMapImageItem(String name,
String mimeType,
String bbox,
String width,
String height,
String[] geoservers,
String[] layers,
String[] styles,
String[] opacities,
String[] cqlfilters,
String[] gsrefs,
String destinationFolderId,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void getDataResult(List<String> urls, com.google.gwt.user.client.rpc.AsyncCallback<List<org.gcube.portlets.user.gisviewer.client.commons.beans.DataResult>> callback)
GisViewerService.getDataResult(java.util.List)
void getGroupsInfo(String groupName, com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.user.gisviewer.client.commons.beans.LayerItemsResult> callback)
GisViewerService.getGroupsInfo(java.lang.String)
void getLayersInfo(List<String> layersName, com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.user.gisviewer.client.commons.beans.LayerItemsResult> callback)
GisViewerService.getLayersInfo(java.util.List)
void getTransectUrl(com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
GisViewerService.getTransectUrl()
void getLayersInfoByLayerItems(List<org.gcube.portlets.user.gisviewer.client.commons.beans.LayerItem> layerItems, com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.user.gisviewer.client.commons.beans.LayerItemsResult> asyncCallback)
void getDataResult(List<org.gcube.portlets.user.gisviewer.client.commons.beans.LayerItem> layerItems, String bbox, com.google.gwt.user.client.rpc.AsyncCallback<List<org.gcube.portlets.user.gisviewer.client.commons.beans.WfsTable>> asyncCallback)
void saveLayerItem(String name, String mimeType, String url, String destinationFolderId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void saveMapImageItem(String name, String mimeType, String bbox, String width, String height, String[] geoservers, String[] layers, String[] styles, String[] opacities, String[] cqlfilters, String[] gsrefs, String destinationFolderId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void getListProperty(String geoserverUrl, org.gcube.portlets.user.gisviewer.client.commons.beans.LayerItem layer, com.google.gwt.user.client.rpc.AsyncCallback<List<org.gcube.portlets.user.gisviewer.client.commons.beans.Property>> callback)
void getDataResult(List<org.gcube.portlets.user.gisviewer.client.commons.beans.LayerItem> layerItems, String bbox, int maxWFSFeature, com.google.gwt.user.client.rpc.AsyncCallback<List<org.gcube.portlets.user.gisviewer.client.commons.beans.WfsTable>> callback)
void getBaseLayersToGisViewer(com.google.gwt.user.client.rpc.AsyncCallback<List<? extends org.gcube.portlets.user.gisviewer.client.commons.beans.GisViewerBaseLayerInterface>> callback)
Copyright © 2014. All Rights Reserved.