org.gcube.contentmanagement.timeseries.geotools.gisconnectors
Class GISLayerSaver

java.lang.Object
  extended by org.gcube.contentmanagement.timeseries.geotools.gisconnectors.GISLayerSaver

public class GISLayerSaver
extends java.lang.Object


Constructor Summary
GISLayerSaver(ConnectionsManager connManager)
           
 
Method Summary
 java.lang.String createGISgroup(java.util.List<GISLayer> layers, GISInformation gisInfo, java.lang.String externalGroupName)
           
 java.lang.String createGISgroup(java.util.List<GISLayer> layers, GISInformation gisInfo, java.lang.String externalGroupName, boolean generateMap, boolean ignoreStyleCreationFailure)
           
 void createLayerOnDB(GISLayer layer, GISOperations.featuresTypes type)
           
 GISOperations getGisOperation()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GISLayerSaver

public GISLayerSaver(ConnectionsManager connManager)
Method Detail

createLayerOnDB

public void createLayerOnDB(GISLayer layer,
                            GISOperations.featuresTypes type)
                     throws java.lang.Exception
Throws:
java.lang.Exception

createGISgroup

public java.lang.String createGISgroup(java.util.List<GISLayer> layers,
                                       GISInformation gisInfo,
                                       java.lang.String externalGroupName)

getGisOperation

public GISOperations getGisOperation()

createGISgroup

public java.lang.String createGISgroup(java.util.List<GISLayer> layers,
                                       GISInformation gisInfo,
                                       java.lang.String externalGroupName,
                                       boolean generateMap,
                                       boolean ignoreStyleCreationFailure)