fr.ign.cogit.alpage.morphal.pluginnew.polygon
Class PolygonIndicesExportImagesPlugin
java.lang.Object
com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
fr.ign.cogit.alpage.morphal.pluginnew.polygon.PolygonIndicesExportImagesPlugin
- All Implemented Interfaces:
- PlugIn, ThreadedPlugIn
public class PolygonIndicesExportImagesPlugin
- extends AbstractPlugIn
- implements ThreadedPlugIn
Plugin qui permet de créer des exemples autour des indicateurs utilisés pour les couches de polygones
- Version:
- still in development
- Author:
- Eric Grosso - IGN / Laboratoire COGIT
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.vividsolutions.jump.workbench.plugin.PlugIn |
getName |
PolygonIndicesExportImagesPlugin
public PolygonIndicesExportImagesPlugin()
initialize
public void initialize(PlugInContext context)
- Initialisation
- Specified by:
initialize
in interface PlugIn
- Overrides:
initialize
in class AbstractPlugIn
- Parameters:
context
-
createEnableCheck
public static MultiEnableCheck createEnableCheck(WorkbenchContext workbenchContext)
execute
public boolean execute(PlugInContext context)
- Gloabl execution
- Specified by:
execute
in interface PlugIn
- Overrides:
execute
in class AbstractPlugIn
- Parameters:
context
-
- Returns:
- true if process is executed, otherwise false
run
public void run(TaskMonitor monitor,
PlugInContext context)
- Execution
- Specified by:
run
in interface ThreadedPlugIn
- Parameters:
monitor
- context
-