it.eng.spagobi.engines.georeport
Class GeoReportEngine

java.lang.Object
  extended by it.eng.spagobi.engines.georeport.GeoReportEngine

public class GeoReportEngine
extends java.lang.Object

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

Constructor Summary
GeoReportEngine()
           
 
Method Summary
static GeoReportEngineInstance createInstance(java.lang.String template, java.util.Map env)
          Creates the instance.
static GeoReportEngineConfig getConfig()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoReportEngine

public GeoReportEngine()
Method Detail

getConfig

public static GeoReportEngineConfig getConfig()

createInstance

public static GeoReportEngineInstance createInstance(java.lang.String template,
                                                     java.util.Map env)
Creates the instance.

Parameters:
template - the template
env - the env
Returns:
the geo report engine instance