org.openjump.core.ui.plugin.tools
Class DeleteDuplicateGeometriesPlugInTest

java.lang.Object
  extended by org.openjump.core.ui.plugin.tools.DeleteDuplicateGeometriesPlugInTest

public class DeleteDuplicateGeometriesPlugInTest
extends java.lang.Object

Author:
Benjamin Gudehus, Michaël Michaud

Field Summary
 PlugIn plugin
           
static JUMPWorkbench workbench
           
 
Constructor Summary
DeleteDuplicateGeometriesPlugInTest()
           
 
Method Summary
 void after()
           
static void afterClass()
           
 void before()
           
static void beforeClass()
           
 void configuration_parameters()
           
 void remove_duplicate_geometries_with_same_attributes()
           
 void remove_duplicate_geometries()
           
 void result_layer_name_and_category()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

workbench

public static JUMPWorkbench workbench

plugin

public PlugIn plugin
Constructor Detail

DeleteDuplicateGeometriesPlugInTest

public DeleteDuplicateGeometriesPlugInTest()
Method Detail

beforeClass

public static void beforeClass()
                        throws java.lang.Exception
Throws:
java.lang.Exception

before

public void before()

after

public void after()

afterClass

public static void afterClass()

remove_duplicate_geometries

public void remove_duplicate_geometries()
                                 throws java.lang.Exception
Throws:
java.lang.Exception

remove_duplicate_geometries_with_same_attributes

public void remove_duplicate_geometries_with_same_attributes()
                                                      throws java.lang.Exception
Throws:
java.lang.Exception

configuration_parameters

public void configuration_parameters()
                              throws java.lang.Exception
Throws:
java.lang.Exception

result_layer_name_and_category

public void result_layer_name_and_category()
                                    throws java.lang.Exception
Throws:
java.lang.Exception