|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.eng.spagobi.engines.geo.map.utils.SVGMapLoader
public class SVGMapLoader
The Class SVGMapLoader.
| Constructor Summary | |
|---|---|
SVGMapLoader()
|
|
| Method Summary | |
|---|---|
static javax.xml.stream.XMLStreamReader |
getMapAsStream(java.io.File file)
Gets the map as stream. |
static javax.xml.stream.XMLStreamReader |
getMapAsStream(java.lang.String url)
Gets the map as stream. |
static org.w3c.dom.svg.SVGDocument |
loadMapAsDocument(it.eng.spagobi.services.content.bo.Content map)
|
static org.w3c.dom.svg.SVGDocument |
loadMapAsDocument(java.io.File file)
Load map as document. |
static org.w3c.dom.svg.SVGDocument |
loadMapAsDocument(java.lang.String url)
Load map as document. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SVGMapLoader()
| Method Detail |
|---|
public static org.w3c.dom.svg.SVGDocument loadMapAsDocument(java.io.File file)
throws java.io.IOException
file - the file
java.io.IOException - Signals that an I/O exception has occurred.
public static org.w3c.dom.svg.SVGDocument loadMapAsDocument(it.eng.spagobi.services.content.bo.Content map)
throws java.io.IOException
java.io.IOException
public static org.w3c.dom.svg.SVGDocument loadMapAsDocument(java.lang.String url)
throws java.io.IOException
url - the url
java.io.IOException - Signals that an I/O exception has occurred.
public static javax.xml.stream.XMLStreamReader getMapAsStream(java.io.File file)
throws java.io.FileNotFoundException,
javax.xml.stream.XMLStreamException
file - the file
java.io.FileNotFoundException - the file not found exception
javax.xml.stream.XMLStreamException - the XML stream exception
public static javax.xml.stream.XMLStreamReader getMapAsStream(java.lang.String url)
throws java.io.FileNotFoundException,
javax.xml.stream.XMLStreamException
url - the url
java.io.FileNotFoundException - the file not found exception
javax.xml.stream.XMLStreamException - the XML stream exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||