|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.qbe.geo.configuration.MapConfiguration
public class MapConfiguration
The Class MapConfiguration.
Constructor Summary | |
---|---|
MapConfiguration()
Instantiates a new map configuration. |
|
MapConfiguration(java.lang.String contextPath,
byte[] template,
it.eng.spago.base.SourceBean servReq)
Builds the MapConfiguration object loading configuration from xml template into SourceBeans. |
Method Summary | |
---|---|
DatamartProviderConfiguration |
getDatamartProviderConfiguration()
Gets the DatamartProvider Configuration. |
java.lang.String |
getLegend()
Builds the svg code used for the legend rendering. |
it.eng.spago.base.SourceBean |
getLegenda()
Gets the legenda. |
static it.eng.spagobi.utilities.callbacks.mapcatalogue.MapCatalogueAccessUtils |
getMapCatalogueAccessUtils()
Gets the map catalogue access utils. |
java.lang.String |
getMapName()
Gets the map name. |
MapProviderConfiguration |
getMapProviderConfiguration()
Gets the MapProvider Configuration. |
MapRendererConfiguration |
getMapRendererConfiguration()
Gets the map renderer configuration. |
java.util.Properties |
getParametersFromRequest(it.eng.spago.base.SourceBean servReq)
Gets the parameters from request. |
java.lang.String |
getStyle(int value)
Recovers the svg style associated to the level of the legend which contains the value. |
void |
setDatamartProviderConfiguration(DatamartProviderConfiguration datamartProviderConfiguration)
Sets the DatamartProvider Configuration. |
void |
setLegenda(it.eng.spago.base.SourceBean legenda)
Sets the legenda. |
static void |
setMapCatalogueAccessUtils(it.eng.spagobi.utilities.callbacks.mapcatalogue.MapCatalogueAccessUtils mapCatalogueAccessUtils)
Sets the map catalogue access utils. |
void |
setMapName(java.lang.String mapName)
Sets the map name. |
void |
setMapProviderConfiguration(MapProviderConfiguration mapProviderConfiguration)
Sets the MapProvider Configuration. |
void |
setMapRendererConfiguration(MapRendererConfiguration mapRendererConfiguration)
Sets the map renderer configuration. |
java.lang.String |
toXml()
To xml. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapConfiguration()
public MapConfiguration(java.lang.String contextPath, byte[] template, it.eng.spago.base.SourceBean servReq) throws ConfigurationException
template
- The byte array of the xml templatecontextPath
- the context pathservReq
- the serv req
ConfigurationException
- raised If some configurations is missing or wrongMethod Detail |
---|
public java.lang.String toXml()
public java.util.Properties getParametersFromRequest(it.eng.spago.base.SourceBean servReq)
servReq
- the serv req
public java.lang.String getStyle(int value)
value
- The value associated to an svg element of the map
public java.lang.String getLegend()
public java.lang.String getMapName()
public void setMapName(java.lang.String mapName)
mapName
- the map namepublic DatamartProviderConfiguration getDatamartProviderConfiguration()
public void setDatamartProviderConfiguration(DatamartProviderConfiguration datamartProviderConfiguration)
datamartProviderConfiguration
- SourceBean that contains the configurationpublic MapProviderConfiguration getMapProviderConfiguration()
public void setMapProviderConfiguration(MapProviderConfiguration mapProviderConfiguration)
mapProviderConfiguration
- SourceBean that contains the configurationpublic it.eng.spago.base.SourceBean getLegenda()
public void setLegenda(it.eng.spago.base.SourceBean legenda)
legenda
- the new legendapublic MapRendererConfiguration getMapRendererConfiguration()
public void setMapRendererConfiguration(MapRendererConfiguration mapRendererConfiguration)
mapRendererConfiguration
- the new map renderer configurationpublic static it.eng.spagobi.utilities.callbacks.mapcatalogue.MapCatalogueAccessUtils getMapCatalogueAccessUtils()
public static void setMapCatalogueAccessUtils(it.eng.spagobi.utilities.callbacks.mapcatalogue.MapCatalogueAccessUtils mapCatalogueAccessUtils)
mapCatalogueAccessUtils
- the new map catalogue access utils
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |