org.gcube.common.geoserverinterface.engine
Class GeoserverPutMethods

java.lang.Object
  extended by org.gcube.common.geoserverinterface.engine.GeoserverPutMethods

public class GeoserverPutMethods
extends Object


Constructor Summary
GeoserverPutMethods(HttpMethodCall hMC)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoserverPutMethods

public GeoserverPutMethods(HttpMethodCall hMC)
Method Detail

addLayersGroup

public boolean addLayersGroup(GroupRest group)
                       throws Exception
Throws:
Exception

addFeatureType

public boolean addFeatureType(FeatureTypeRest featureTypeRest)
                       throws Exception
Throws:
Exception

addLayer

public boolean addLayer(LayerRest layerRest)
                 throws Exception
Throws:
Exception

setLayer

public boolean setLayer(FeatureTypeRest featureTypeRest,
                        String defaultStyle,
                        ArrayList<String> styles)
                 throws Exception
Throws:
Exception

addStyleToLayer

public boolean addStyleToLayer(String layer,
                               String style)
                        throws Exception
Throws:
Exception

sendStyleSDL

public boolean sendStyleSDL(String xmlSdl)
                     throws Exception
Throws:
Exception


Copyright © 2012. All Rights Reserved.