public class AffineTransformPlugIn extends AbstractPlugIn
| Constructor and Description |
|---|
AffineTransformPlugIn() |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkValid(FeatureCollection featureCollection,
PlugInContext context) |
boolean |
execute(PlugInContext context)
Performs the action for this plugin.
|
void |
initialize(PlugInContext context)
Called when Workbench starts up to allow plugins to initialize themselves.
|
createName, execute, execute, getName, isRollingBackInvalidEdits, reportNothingToUndoYet, toActionListener, toStringpublic void initialize(PlugInContext context) throws Exception
PlugIninitialize in interface PlugIninitialize in class AbstractPlugInExceptionpublic 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 executionThreadedPlugInpublic static void checkValid(FeatureCollection featureCollection, PlugInContext context)
Copyright © 2015. All rights reserved.