Interface SeismicSwingManager


public interface SeismicSwingManager
Version:
$Id$
Author:
gvSIG team
See Also:
  • Method Details

    • getDriverManager

      SeismicManager getDriverManager()
      Returns the DriverManager.
      Returns:
      DriverManager
    • getTranslation

      String getTranslation(String key)
      Returns the translation of a string.
      Parameters:
      key - String to translate
      Returns:
      a String with the translation of the string passed by parameter
    • createWizard

      JSeismicWizard createWizard()
    • createWizard

      JSeismicWizard createWizard(org.gvsig.crs.projection.lib.Projection proj)