it.eng.spagobi.geo.map
Interface MapProviderIFace
- All Known Implementing Classes:
- AbstractMapProvider, DefaultMapProvider
public interface MapProviderIFace
Defines methods for the svg map stream recovering
getSVGMapStreamReader
javax.xml.stream.XMLStreamReader getSVGMapStreamReader(MapConfiguration mapConf)
throws it.eng.spago.error.EMFUserError
- Gets an xml stream of the svg map. The svg map is located usign the configuration
contained into the input parameter
- Parameters:
mapConf
- contains the configuration for the svg 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