| Constructor and Description |
|---|
EditSelectedFeaturePlugIn() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
apply(FeatureCollection c,
PlugInContext context) |
protected void |
apply(String wkt,
PlugInContext context) |
protected EnterWKTDialog |
createDialog(PlugInContext context) |
static MultiEnableCheck |
createEnableCheck(WorkbenchContext workbenchContext) |
boolean |
execute(PlugInContext context)
Performs the action for this plugin.
|
boolean |
execute(PlugInContext context,
Feature feature,
boolean editable) |
String |
getName()
Returns a very brief description of this PlugIn e.g. for display as a menu item
|
protected Layer |
layer(PlugInContext context) |
createName, execute, execute, initialize, isRollingBackInvalidEdits, reportNothingToUndoYet, toActionListener, toStringprotected Layer layer(PlugInContext context)
public String getName()
PlugIngetName in interface PlugIngetName in class AbstractPlugInpublic static MultiEnableCheck createEnableCheck(WorkbenchContext workbenchContext)
public boolean execute(PlugInContext context) throws Exception
PlugInfalse to prevent the run method
from being called.execute in interface PlugInexecute in class WKTPlugInException - if a problem occurs during plug-in executionThreadedPlugInpublic boolean execute(PlugInContext context, Feature feature, boolean editable) throws Exception
Exceptionprotected void apply(String wkt, PlugInContext context) throws Exception
protected void apply(FeatureCollection c, PlugInContext context) throws WorkbenchException
apply in class WKTPlugInWorkbenchExceptionprotected EnterWKTDialog createDialog(PlugInContext context)
createDialog in class WKTPlugInCopyright © 2015. All rights reserved.