de.soldin.gt2jump.geomconv
Class GCPlugin

java.lang.Object
  extended byde.soldin.gt2jump.geomconv.GCPlugin
All Implemented Interfaces:
ActionListener, EventListener, com.vividsolutions.jump.workbench.plugin.PlugIn

public class GCPlugin
extends Object
implements com.vividsolutions.jump.workbench.plugin.PlugIn, ActionListener

A jump plugin for the conversion of geometries into one another. Currently supported are single geometries of the type

Currently only one whole geometry of one feature can be converted at one time.

See Also:
PlugIn

Constructor Summary
GCPlugin()
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 void addMenuListener(JMenu menu, com.vividsolutions.jump.workbench.plugin.EnableCheck enableCheck)
           
 com.vividsolutions.jump.workbench.plugin.EnableCheck createEnableCheck(com.vividsolutions.jump.workbench.plugin.PlugInContext context)
           
 com.vividsolutions.jump.workbench.plugin.EnableCheck createEnableCheckMenu(com.vividsolutions.jump.workbench.plugin.PlugInContext context)
           
 boolean execute(com.vividsolutions.jump.workbench.plugin.PlugInContext context)
           
 String getName()
           
 void initialize(com.vividsolutions.jump.workbench.plugin.PlugInContext context)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GCPlugin

public GCPlugin()
Method Detail

initialize

public void initialize(com.vividsolutions.jump.workbench.plugin.PlugInContext context)
                throws Exception
Specified by:
initialize in interface com.vividsolutions.jump.workbench.plugin.PlugIn
Throws:
Exception

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener

execute

public boolean execute(com.vividsolutions.jump.workbench.plugin.PlugInContext context)
                throws Exception
Specified by:
execute in interface com.vividsolutions.jump.workbench.plugin.PlugIn
Throws:
Exception

getName

public String getName()
Specified by:
getName in interface com.vividsolutions.jump.workbench.plugin.PlugIn

createEnableCheck

public com.vividsolutions.jump.workbench.plugin.EnableCheck createEnableCheck(com.vividsolutions.jump.workbench.plugin.PlugInContext context)

createEnableCheckMenu

public com.vividsolutions.jump.workbench.plugin.EnableCheck createEnableCheckMenu(com.vividsolutions.jump.workbench.plugin.PlugInContext context)

addMenuListener

public void addMenuListener(JMenu menu,
                            com.vividsolutions.jump.workbench.plugin.EnableCheck enableCheck)