it.eng.spagobi.engines.geo.map.utils
Class SVGMapMerger

java.lang.Object
  extended by it.eng.spagobi.engines.geo.map.utils.SVGMapMerger

public class SVGMapMerger
extends java.lang.Object

The Class SVGMapMerger.

Author:
Andrea Gioia

Constructor Summary
SVGMapMerger()
           
 
Method Summary
static void margeMap(org.w3c.dom.svg.SVGDocument srcMap, org.w3c.dom.svg.SVGDocument dstMap, java.lang.String srcId, java.lang.String dstId)
          Marge map.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVGMapMerger

public SVGMapMerger()
Method Detail

margeMap

public static void margeMap(org.w3c.dom.svg.SVGDocument srcMap,
                            org.w3c.dom.svg.SVGDocument dstMap,
                            java.lang.String srcId,
                            java.lang.String dstId)
Marge map.

Parameters:
srcMap - the src map
dstMap - the dst map
srcId - the src id
dstId - the dst id