|
||||||||||
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.
Field Summary | |
---|---|
static org.apache.log4j.Logger |
logger
Logger component. |
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. |
org.w3c.dom.svg.SVGDocument |
loadMapAsDocument(it.eng.spagobi.services.content.bo.Content map)
|
org.w3c.dom.svg.SVGDocument |
loadMapAsDocument(java.io.File file)
Load map as document. |
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 |
Field Detail |
---|
public static transient org.apache.log4j.Logger logger
Constructor Detail |
---|
public SVGMapLoader()
Method Detail |
---|
public 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 org.w3c.dom.svg.SVGDocument loadMapAsDocument(it.eng.spagobi.services.content.bo.Content map) throws java.io.IOException
java.io.IOException
public 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 exceptionpublic 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 |