public interface GeoServerRest extends GeoServerDataStoreRest, GeoServerCoverageRest, GeoServerLayerRest, GeoServerFeatureTypeRest, GeoServerStyleRest
| Modifier and Type | Method and Description |
|---|---|
void |
createWorkspace(org.geojsf.xml.geoserver.Workspace workspace) |
void |
deleteStyle(String name) |
void |
deleteStyle(String workspace,
String name) |
org.geojsf.xml.geoserver.Workspace |
getWorkspace(String workspaceName) |
org.geojsf.xml.geoserver.Workspaces |
getWorkspaces() |
org.jdom2.Document |
style(String name) |
org.jdom2.Document |
style(String workspace,
String name) |
org.geojsf.xml.geoserver.Styles |
styles() |
org.geojsf.xml.geoserver.Styles |
styles(String workspace) |
createDataStore, dataStore, getDataStorescoverageStore, createCoverage, createCoverageStore, getCoverage, getCoverages, getCoverageStoresallLayers, getLayer, updateLayercreateFeatureType, exportFeatureType, getFeatureType, getFeatureTypescreateStyle, getStyle, getStylesorg.geojsf.xml.geoserver.Styles styles()
throws IOException
IOExceptionorg.geojsf.xml.geoserver.Styles styles(String workspace) throws IOException
IOExceptionorg.jdom2.Document style(String name) throws IOException
IOExceptionorg.jdom2.Document style(String workspace, String name) throws IOException
IOExceptionvoid deleteStyle(String name) throws IOException
IOExceptionvoid deleteStyle(String workspace, String name) throws IOException
IOExceptionorg.geojsf.xml.geoserver.Workspaces getWorkspaces()
throws IOException
IOExceptionorg.geojsf.xml.geoserver.Workspace getWorkspace(String workspaceName) throws IOException
IOExceptionvoid createWorkspace(org.geojsf.xml.geoserver.Workspace workspace)
throws IOException
IOExceptionCopyright © 2016. All rights reserved.