MorphAL 0.1

fr.ign.cogit.alpage.morphal.plugindeprecated
Class CaracterisationPolygonsPlugin_AvantGroupe

java.lang.Object
  extended by com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
      extended by fr.ign.cogit.alpage.morphal.plugindeprecated.CaracterisationPolygonsPlugin_AvantGroupe
All Implemented Interfaces:
PlugIn, ThreadedPlugIn

public class CaracterisationPolygonsPlugin_AvantGroupe
extends AbstractPlugIn
implements ThreadedPlugIn

Plugin qui calcul les aires et p�rim�tres d'une couche de polygones

Author:
Eric Grosso - IGN / Laboratoire COGIT

Constructor Summary
CaracterisationPolygonsPlugin_AvantGroupe()
           
 
Method Summary
static MultiEnableCheck createEnableCheck(WorkbenchContext workbenchContext)
           
 boolean execute(PlugInContext context)
           
 void initialize(PlugInContext context)
           
 void run(TaskMonitor monitor, PlugInContext context)
           
 
Methods inherited from class com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
createName, execute, getName, toActionListener, toString
 
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
 

Constructor Detail

CaracterisationPolygonsPlugin_AvantGroupe

public CaracterisationPolygonsPlugin_AvantGroupe()
Method Detail

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

MorphAL 0.1