|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.eng.spagobi.engines.geo.GeoEngineComponentFactory
public class GeoEngineComponentFactory
The Class GeoEngineComponentFactory.
| Field Summary | |
|---|---|
static org.apache.log4j.Logger |
logger
Logger component. |
| Constructor Summary | |
|---|---|
GeoEngineComponentFactory()
|
|
| Method Summary | |
|---|---|
static IGeoEngineComponent |
build(java.lang.String geoEngineComponentClassName,
java.lang.Object conf,
java.util.Map env)
Builds the. |
static IDataMartProvider |
buildDataMartProvider(it.eng.spago.base.SourceBean template,
java.util.Map env)
Builds the dataset provider. |
static IMapProvider |
buildMapProvider(it.eng.spago.base.SourceBean template,
java.util.Map env)
Builds the map provider. |
static IMapRenderer |
buildMapRenderer(it.eng.spago.base.SourceBean template,
java.util.Map env)
Builds the map renderer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static transient org.apache.log4j.Logger logger
| Constructor Detail |
|---|
public GeoEngineComponentFactory()
| Method Detail |
|---|
public static IGeoEngineComponent build(java.lang.String geoEngineComponentClassName,
java.lang.Object conf,
java.util.Map env)
throws GeoEngineException
geoEngineComponentClassName - the geo engine component class nameconf - the confenv - the env
GeoEngineException - the geo engine exception
public static IMapProvider buildMapProvider(it.eng.spago.base.SourceBean template,
java.util.Map env)
throws GeoEngineException
template - the templateenv - the env
GeoEngineException - the geo engine exception
public static IMapRenderer buildMapRenderer(it.eng.spago.base.SourceBean template,
java.util.Map env)
throws GeoEngineException
template - the templateenv - the env
GeoEngineException - the geo engine exception
public static IDataMartProvider buildDataMartProvider(it.eng.spago.base.SourceBean template,
java.util.Map env)
throws GeoEngineException
template - the templateenv - the env
GeoEngineException - the geo engine exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||