public interface GSRESTClient
| Modifier and Type | Method and Description |
|---|---|
void |
createWorkspace(String ws)
RESTLayer l=reader.getLayer(workspace, toSetLayerName);
RESTFeatureType f= reader.getFeatureType(l);
|
void |
deleteDataStore(String ds)
publisher.removeDatastore(toDelete.getWorkspace(), toDelete.getStore(), true);
|
void |
deleteLayer(String layer) |
void |
deleteStyle(String style) |
void |
deleteWorkspace(String ws)
publisher.removeWorkspace(toDelete.getWorkspace(), true);
|
boolean |
exist() |
org.json.simple.JSONObject |
getDataStore(String workspace,
String dsName) |
org.json.simple.JSONObject |
getDataStoresInWorkspace(String ws) |
List<String> |
getDataStoresNamesInWorkspace(String ws) |
String |
getSLD(String styleName) |
org.json.simple.JSONObject |
getStyles() |
org.json.simple.JSONObject |
getStylesByLayer(String layer) |
org.json.simple.JSONObject |
getStylesInWorkspace(String ws) |
List<String> |
getStylesNames() |
List<String> |
getStylesNamesByLayer(String layer) |
List<String> |
getStylesNamesinWorkspace(String ws) |
org.json.simple.JSONObject |
getWorkspace(String workspace) |
List<String> |
getWorkspaceNames() |
org.json.simple.JSONObject |
getWorkspaces() |
boolean exist()
org.json.simple.JSONObject getWorkspaces()
throws org.gcube.spatial.data.sdi.model.faults.RemoteException,
Exception
org.gcube.spatial.data.sdi.model.faults.RemoteExceptionExceptionList<String> getWorkspaceNames() throws org.gcube.spatial.data.sdi.model.faults.RemoteException, Exception
org.gcube.spatial.data.sdi.model.faults.RemoteExceptionExceptionorg.json.simple.JSONObject getWorkspace(String workspace) throws org.gcube.spatial.data.sdi.model.faults.RemoteException, Exception
org.gcube.spatial.data.sdi.model.faults.RemoteExceptionExceptionorg.json.simple.JSONObject getDataStoresInWorkspace(String ws) throws org.gcube.spatial.data.sdi.model.faults.RemoteException, Exception
org.gcube.spatial.data.sdi.model.faults.RemoteExceptionExceptionList<String> getDataStoresNamesInWorkspace(String ws) throws org.gcube.spatial.data.sdi.model.faults.RemoteException, Exception
org.gcube.spatial.data.sdi.model.faults.RemoteExceptionExceptionorg.json.simple.JSONObject getDataStore(String workspace, String dsName) throws org.gcube.spatial.data.sdi.model.faults.RemoteException, Exception
org.gcube.spatial.data.sdi.model.faults.RemoteExceptionExceptionorg.json.simple.JSONObject getStyles()
throws org.gcube.spatial.data.sdi.model.faults.RemoteException,
Exception
org.gcube.spatial.data.sdi.model.faults.RemoteExceptionExceptionList<String> getStylesNames() throws org.gcube.spatial.data.sdi.model.faults.RemoteException, Exception
org.gcube.spatial.data.sdi.model.faults.RemoteExceptionExceptionorg.json.simple.JSONObject getStylesInWorkspace(String ws) throws org.gcube.spatial.data.sdi.model.faults.RemoteException, Exception
org.gcube.spatial.data.sdi.model.faults.RemoteExceptionExceptionList<String> getStylesNamesinWorkspace(String ws) throws org.gcube.spatial.data.sdi.model.faults.RemoteException, Exception
org.gcube.spatial.data.sdi.model.faults.RemoteExceptionExceptionorg.json.simple.JSONObject getStylesByLayer(String layer) throws org.gcube.spatial.data.sdi.model.faults.RemoteException, Exception
org.gcube.spatial.data.sdi.model.faults.RemoteExceptionExceptionList<String> getStylesNamesByLayer(String layer) throws org.gcube.spatial.data.sdi.model.faults.RemoteException, Exception
org.gcube.spatial.data.sdi.model.faults.RemoteExceptionExceptionString getSLD(String styleName) throws org.gcube.spatial.data.sdi.model.faults.RemoteException, Exception
org.gcube.spatial.data.sdi.model.faults.RemoteExceptionExceptionvoid createWorkspace(String ws) throws org.gcube.spatial.data.sdi.model.faults.RemoteException, Exception
ws - org.gcube.spatial.data.sdi.model.faults.RemoteExceptionExceptionvoid deleteWorkspace(String ws) throws org.gcube.spatial.data.sdi.model.faults.RemoteException, Exception
ws - org.gcube.spatial.data.sdi.model.faults.RemoteExceptionExceptionvoid deleteStyle(String style) throws org.gcube.spatial.data.sdi.model.faults.RemoteException, Exception
org.gcube.spatial.data.sdi.model.faults.RemoteExceptionExceptionvoid deleteDataStore(String ds) throws org.gcube.spatial.data.sdi.model.faults.RemoteException, Exception
ds - org.gcube.spatial.data.sdi.model.faults.RemoteExceptionExceptionCopyright © 2021. All Rights Reserved.