it.eng.geo.map
Class DefaultMapProvider

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

public class DefaultMapProvider
extends AbstractMapProvider

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

Field Summary
private static java.lang.String DEFAULT_PARSER
           
private static java.lang.String URI
           
private static java.lang.String XML_PARSER_IMPL
           
 
Constructor Summary
DefaultMapProvider()
           
 
Method Summary
 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
 

Field Detail

URI

private static final java.lang.String URI
See Also:
Constant Field Values

XML_PARSER_IMPL

private static final java.lang.String XML_PARSER_IMPL
See Also:
Constant Field Values

DEFAULT_PARSER

private static final java.lang.String DEFAULT_PARSER
See Also:
Constant Field Values
Constructor Detail

DefaultMapProvider

public DefaultMapProvider()
Method Detail

getSVGMapDocument

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