it.eng.spagobi.engines.geo.component
Class AbstractGeoEngineComponent

java.lang.Object
  extended by it.eng.spagobi.engines.geo.component.AbstractGeoEngineComponent
All Implemented Interfaces:
IGeoEngineComponent
Direct Known Subclasses:
AbstractDataMartProvider, AbstractMapProvider, AbstractMapRenderer

public class AbstractGeoEngineComponent
extends java.lang.Object
implements IGeoEngineComponent

The Class AbstractGeoEngineComponent.

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

Constructor Summary
AbstractGeoEngineComponent()
           
 
Method Summary
protected  java.lang.Object getConf()
          Gets the conf.
 java.util.Map getEnv()
          Gets the env.
 void init(java.lang.Object conf)
          Inits the.
 void setEnv(java.util.Map env)
          Sets the env.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractGeoEngineComponent

public AbstractGeoEngineComponent()
Method Detail

init

public void init(java.lang.Object conf)
          throws GeoEngineException
Description copied from interface: IGeoEngineComponent
Inits the.

Specified by:
init in interface IGeoEngineComponent
Parameters:
conf - the conf
Throws:
GeoEngineException - the geo engine exception

getConf

protected java.lang.Object getConf()
Gets the conf.

Returns:
the conf

setEnv

public void setEnv(java.util.Map env)
Description copied from interface: IGeoEngineComponent
Sets the env.

Specified by:
setEnv in interface IGeoEngineComponent
Parameters:
env - the new env

getEnv

public java.util.Map getEnv()
Gets the env.

Returns:
the env