Class SaveToPostGISPlugIn

java.lang.Object
org.openjump.core.ui.plugin.datastore.postgis.SaveToPostGISPlugIn
All Implemented Interfaces:
PlugIn

public class SaveToPostGISPlugIn extends Object implements PlugIn
This plugin is a write-only driver for a data source backed by an PostGIS database.
  • Constructor Details

    • SaveToPostGISPlugIn

      public SaveToPostGISPlugIn()
  • Method Details

    • initialize

      public void initialize(PlugInContext context)
      Initializes the plugin by creating the data source and data source query choosers.
      Specified by:
      initialize in interface PlugIn
      Parameters:
      context - context of the PlugIn
      See Also:
    • execute

      public boolean execute(PlugInContext context)
      This function always returns false.
      Specified by:
      execute in interface PlugIn
      Parameters:
      context - context of this PlugIn
      Returns:
      true if the action completed, false if it was aborted. Used by ThreadedPlugIns to indicate that their #run method needn't be called next.
      See Also:
    • getName

      public String getName()
      Description copied from interface: PlugIn
      Returns a very brief description of this PlugIn e.g. for display as a menu item
      Specified by:
      getName in interface PlugIn
      Returns:
      the name of this PlugIn
      See Also: