fr.ign.cogit.alpage.morphal.plugindeprecated
Class PolygonToPolylinesSauvegardePlugin
java.lang.Object
com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
fr.ign.cogit.alpage.morphal.plugindeprecated.PolygonToPolylinesSauvegardePlugin
- All Implemented Interfaces:
- PlugIn, ThreadedPlugIn
public class PolygonToPolylinesSauvegardePlugin
- extends AbstractPlugIn
- implements ThreadedPlugIn
Plugin qui cr�e une couche de polylignes correspondant � une couche
de polygones
- 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 |
PolygonToPolylinesSauvegardePlugin
public PolygonToPolylinesSauvegardePlugin()
initialize
public void initialize(PlugInContext context)
- Specified by:
initialize
in interface PlugIn
- Overrides:
initialize
in class AbstractPlugIn
createEnableCheck
public static MultiEnableCheck createEnableCheck(WorkbenchContext workbenchContext)
execute
public boolean execute(PlugInContext context)
- Specified by:
execute
in interface PlugIn
- Overrides:
execute
in class AbstractPlugIn
run
public void run(TaskMonitor monitor,
PlugInContext context)
- Specified by:
run
in interface ThreadedPlugIn