|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.geo.configuration.MapConfiguration
public class MapConfiguration
Constructor Summary | |
---|---|
MapConfiguration(byte[] template,
it.eng.spago.base.SourceBean servReq)
Builds the MapConfiguration object loading configuration from xml template into SourceBeans |
Method Summary | |
---|---|
it.eng.spago.base.SourceBean |
getDatamartProviderConfiguration()
Gets the DatamartProvider Configuration |
java.lang.String |
getLegend()
Builds the svg code used for the legend rendering |
it.eng.spago.base.SourceBean |
getLegenda()
|
java.lang.String |
getMapName()
Gets the map name |
it.eng.spago.base.SourceBean |
getMapProviderConfiguration()
Gets the MapProvider Configuration |
java.lang.String |
getStyle(int value)
Recovers the svg style associated to the level of the legend which contains the value |
void |
setDatamartProviderConfiguration(it.eng.spago.base.SourceBean datamartProviderConfiguration)
Sets the DatamartProvider Configuration |
void |
setLegenda(it.eng.spago.base.SourceBean legenda)
|
void |
setMapName(java.lang.String mapName)
Sets the map name |
void |
setMapProviderConfiguration(it.eng.spago.base.SourceBean mapProviderConfiguration)
Sets the MapProvider Configuration |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapConfiguration(byte[] template, it.eng.spago.base.SourceBean servReq) throws ConfigurationException
template
- The byte array of the xml template
ConfigurationException
- raised If some configurations is missing or wrongMethod Detail |
---|
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 it.eng.spago.base.SourceBean getDatamartProviderConfiguration()
public void setDatamartProviderConfiguration(it.eng.spago.base.SourceBean datamartProviderConfiguration)
datamartProviderConfiguration
- SourceBean that contains the configurationpublic it.eng.spago.base.SourceBean getMapProviderConfiguration()
public void setMapProviderConfiguration(it.eng.spago.base.SourceBean mapProviderConfiguration)
mapProviderConfiguration
- SourceBean that contains the configurationpublic it.eng.spago.base.SourceBean getLegenda()
public void setLegenda(it.eng.spago.base.SourceBean legenda)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |