Class AddNewFeaturesPlugIn
- java.lang.Object
-
- com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
-
- com.vividsolutions.jump.workbench.ui.plugin.WKTPlugIn
-
- com.vividsolutions.jump.workbench.ui.plugin.AddNewFeaturesPlugIn
-
- All Implemented Interfaces:
EnableChecked,Iconified,PlugIn,Recordable,ShortcutEnabled
public class AddNewFeaturesPlugIn extends WKTPlugIn
-
-
Field Summary
Fields Modifier and Type Field Description static ImageIconICON-
Fields inherited from class com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
shortcutKeys, shortcutModifiers
-
-
Constructor Summary
Constructors Constructor Description AddNewFeaturesPlugIn()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidapply(FeatureCollection c, PlugInContext context)protected EnterWKTDialogcreateDialog(PlugInContext context)static MultiEnableCheckcreateEnableCheck(WorkbenchContext workbenchContext)booleanexecute(PlugInContext context)Execute the PlugIn.protected Layerlayer(PlugInContext context)-
Methods inherited from class com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
addParameter, createName, execute, execute, getBooleanParam, getContext, getDoubleParam, getEnableCheck, getIcon, getIcon, getIcon, getIntegerParam, getName, getParameter, getParameters, getShortcutKeys, getShortcutKeyStroke, getShortcutModifiers, getStringParam, getWorkbenchContext, initialize, isRollingBackInvalidEdits, isShortcutEnabled, reportNothingToUndoYet, setParameters, setShortcutKeys, setShortcutModifiers, toActionListener, toString
-
-
-
-
Field Detail
-
ICON
public static final ImageIcon ICON
-
-
Method Detail
-
layer
protected Layer layer(PlugInContext context)
-
execute
public boolean execute(PlugInContext context) throws Exception
Description copied from class:AbstractPlugInExecute the PlugIn.
-
apply
protected void apply(FeatureCollection c, PlugInContext context)
-
createDialog
protected EnterWKTDialog createDialog(PlugInContext context)
- Overrides:
createDialogin classWKTPlugIn
-
createEnableCheck
public static MultiEnableCheck createEnableCheck(WorkbenchContext workbenchContext)
-
-