public abstract class WKTPlugIn extends AbstractPlugIn
| Constructor and Description |
|---|
WKTPlugIn() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
apply(FeatureCollection c,
PlugInContext context) |
protected void |
apply(String wkt,
PlugInContext context) |
protected EnterWKTDialog |
createDialog(PlugInContext context) |
boolean |
execute(PlugInContext context)
Performs the action for this plugin.
|
protected abstract Layer |
layer(PlugInContext context) |
createName, execute, execute, getName, initialize, isRollingBackInvalidEdits, reportNothingToUndoYet, toActionListener, toStringprotected Layer layer
protected abstract Layer layer(PlugInContext context)
public boolean execute(PlugInContext context) throws Exception
PlugInfalse to prevent the run method
from being called.execute in interface PlugInexecute in class AbstractPlugInException - if a problem occurs during plug-in executionThreadedPlugInprotected abstract void apply(FeatureCollection c, PlugInContext context) throws WorkbenchException
WorkbenchExceptionprotected EnterWKTDialog createDialog(PlugInContext context)
protected void apply(String wkt, PlugInContext context) throws Exception
ExceptionCopyright © 2015. All rights reserved.