public class GeoserverPutMethods extends Object
| Constructor and Description |
|---|
GeoserverPutMethods(HttpMethodCall hMC) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCoverageStore(String storeName,
String type,
boolean enabled,
String workspace,
String urlFile) |
boolean |
addFeatureType(FeatureTypeRest featureTypeRest) |
boolean |
addLayer(LayerRest layerRest) |
boolean |
addLayersGroup(GroupRest group) |
boolean |
addStyleToLayer(String layer,
String style) |
boolean |
sendStyleSDL(String xmlSdl) |
boolean |
setLayer(FeatureTypeRest featureTypeRest,
String defaultStyle,
ArrayList<String> styles) |
public GeoserverPutMethods(HttpMethodCall hMC)
public boolean addFeatureType(FeatureTypeRest featureTypeRest) throws Exception
Exceptionpublic void addCoverageStore(String storeName, String type, boolean enabled, String workspace, String urlFile) throws Exception
string - geotiffType - b - workspace - urlFile - Exceptionpublic boolean setLayer(FeatureTypeRest featureTypeRest, String defaultStyle, ArrayList<String> styles) throws Exception
Exceptionpublic boolean addStyleToLayer(String layer, String style) throws Exception
ExceptionCopyright © 2018. All Rights Reserved.