@RemoteServiceRelativePath(value="netcdfservice")
public interface NetCDFBasicWidgetService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
void |
closeNetCDF(NetCDFId netCDFId) |
NetCDFData |
getNetCDFFromPublicLink(String publicLink) |
UserInfo |
hello() |
NetCDFValues |
readDataVariable(NetCDFId netCDFId,
VariableData variableData,
boolean sample,
int limit) |
UserInfo hello() throws ServiceException
ServiceExceptionNetCDFData getNetCDFFromPublicLink(String publicLink) throws ServiceException
ServiceExceptionvoid closeNetCDF(NetCDFId netCDFId) throws ServiceException
ServiceExceptionNetCDFValues readDataVariable(NetCDFId netCDFId, VariableData variableData, boolean sample, int limit) throws ServiceException
ServiceExceptionCopyright © 2018. All Rights Reserved.