Uses of Class
it.eng.spagobi.geo.configuration.MapConfiguration

Packages that use MapConfiguration
it.eng.spagobi.geo.datamart   
it.eng.spagobi.geo.map   
 

Uses of MapConfiguration in it.eng.spagobi.geo.datamart
 

Methods in it.eng.spagobi.geo.datamart with parameters of type MapConfiguration
 java.lang.String DatamartObject.getStyleForId(java.lang.String id, MapConfiguration conf)
          Recover the svg style associated to a particular id.
 

Uses of MapConfiguration in it.eng.spagobi.geo.map
 

Methods in it.eng.spagobi.geo.map with parameters of type MapConfiguration
 javax.xml.stream.XMLStreamReader MapProviderIFace.getSVGMapStreamReader(MapConfiguration mapConf)
          Gets an xml stream of the svg map.
 javax.xml.stream.XMLStreamReader DefaultMapProvider.getSVGMapStreamReader(MapConfiguration mapConf)
          Gets an xml stream reader of the svg map.
abstract  javax.xml.stream.XMLStreamReader AbstractMapProvider.getSVGMapStreamReader(MapConfiguration mapConf)
          Gets an xml stream reader of the svg map.