it.eng.spagobi.engines.geo.map.provider.configurator
Class SOMapProviderConfigurator

java.lang.Object
  extended by it.eng.spagobi.engines.geo.map.provider.configurator.SOMapProviderConfigurator

public class SOMapProviderConfigurator
extends java.lang.Object

The Class SOMapProviderConfigurator.

Author:
Andrea Gioia (andrea.gioia@eng.it)

Field Summary
static org.apache.log4j.Logger logger
          Logger component.
 
Constructor Summary
SOMapProviderConfigurator()
           
 
Method Summary
static void configure(SOMapProvider soMapProvider, java.lang.Object conf)
          Configure.
static it.eng.spagobi.tools.datasource.bo.IDataSource getDataSource(it.eng.spago.base.SourceBean confSB)
          Gets the data source.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static transient org.apache.log4j.Logger logger
Logger component.

Constructor Detail

SOMapProviderConfigurator

public SOMapProviderConfigurator()
Method Detail

configure

public static void configure(SOMapProvider soMapProvider,
                             java.lang.Object conf)
                      throws GeoEngineException
Configure.

Parameters:
soMapProvider - the so map provider
conf - the conf
Throws:
GeoEngineException - the geo engine exception

getDataSource

public static it.eng.spagobi.tools.datasource.bo.IDataSource getDataSource(it.eng.spago.base.SourceBean confSB)
                                                                    throws GeoEngineException
Gets the data source.

Parameters:
confSB - the conf sb
Returns:
the data source
Throws:
GeoEngineException - the geo engine exception