Class SaveToPostGIS2PlugIn

  • All Implemented Interfaces:
    PlugIn

    public class SaveToPostGIS2PlugIn
    extends Object
    implements PlugIn
    This plugin is a write-only driver for a data source backed by a PostGIS database. Note : it uses the same WritableDataStoreDataSource as the AddWritableDataStoreLayerWizard
    • Constructor Detail

      • SaveToPostGIS2PlugIn

        public SaveToPostGIS2PlugIn()
    • Method Detail

      • 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:
        ThreadedPlugIn
      • 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:
        PlugIn.getName()