it.eng.geo.map
Class AbstractMapProvider

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

public abstract class AbstractMapProvider
extends java.lang.Object
implements MapProviderIFace

Author:
Administrator TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
AbstractMapProvider()
           
 
Method Summary
abstract  XMLDocumentIFace getSVGMapDocument(it.eng.spago.base.SourceBean mapProviderConfiguration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractMapProvider

public AbstractMapProvider()
Method Detail

getSVGMapDocument

public abstract XMLDocumentIFace getSVGMapDocument(it.eng.spago.base.SourceBean mapProviderConfiguration)
Specified by:
getSVGMapDocument in interface MapProviderIFace