@RemoteServiceRelativePath(value="GisViewerService")
public interface GCubeGisViewerService
extends org.gcube.portlets.user.gisviewer.client.GisViewerService
Modifier and Type | Method and Description |
---|---|
void |
saveLayerItem(String name,
String mimeType,
String url,
String destinationFolderId) |
void |
saveMapImageItem(String name,
String outputFormat,
Map<String,String> parameters,
String id) |
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) |
void saveLayerItem(String name, String mimeType, String url, String destinationFolderId) throws Exception
Exception
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) throws Exception
Exception
void saveMapImageItem(String name, String outputFormat, Map<String,String> parameters, String id) throws GCubeGisViewerServiceException
GCubeGisViewerServiceException
Copyright © 2015. All Rights Reserved.