it.eng.spagobi.geo.map
Class DefaultMapProvider

java.lang.Object
  extended by it.eng.spagobi.geo.map.AbstractMapProvider
      extended by it.eng.spagobi.geo.map.DefaultMapProvider
All Implemented Interfaces:
MapProviderIFace

public class DefaultMapProvider
extends AbstractMapProvider

Defines methods to get an xml stream reader of the svg map.


Constructor Summary
DefaultMapProvider()
          Constructor
 
Method Summary
 javax.xml.stream.XMLStreamReader getSVGMapStreamReader(MapConfiguration mapConf)
          Gets an xml stream reader of the svg map.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultMapProvider

public DefaultMapProvider()
Constructor

Method Detail

getSVGMapStreamReader

public javax.xml.stream.XMLStreamReader getSVGMapStreamReader(MapConfiguration mapConf)
                                                       throws it.eng.spago.error.EMFUserError
Gets an xml stream reader of the svg map.

Specified by:
getSVGMapStreamReader in interface MapProviderIFace
Specified by:
getSVGMapStreamReader in class AbstractMapProvider
Parameters:
mapConf - MapConfiguration object which contains the configuration for the map recovering
Returns:
an xml stream of the svg map
Throws:
it.eng.spago.error.EMFUserError - if some errors occur during the xml stream recovering