it.eng.spagobi.engines.geo
Class GeoEngine

java.lang.Object
  extended by it.eng.spagobi.engines.geo.GeoEngine

public class GeoEngine
extends java.lang.Object

The Class GeoEngine.

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

Field Summary
static org.apache.log4j.Logger logger
          Logger component.
 
Constructor Summary
GeoEngine()
           
 
Method Summary
static GeoEngineInstance createInstance(it.eng.spago.base.SourceBean template, java.util.Map env)
          Creates the instance.
static GeoEngineConfig getConfig()
           
static GeoEngineVersion getVersion()
           
 
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

GeoEngine

public GeoEngine()
Method Detail

createInstance

public static GeoEngineInstance createInstance(it.eng.spago.base.SourceBean template,
                                               java.util.Map env)
                                        throws GeoEngineException
Creates the instance.

Parameters:
template - the template
env - the env
Returns:
the geo engine instance
Throws:
GeoEngineException - the geo engine exception

getVersion

public static GeoEngineVersion getVersion()

getConfig

public static GeoEngineConfig getConfig()