net.refractions.udig.tools.edit.commands
Class InsertVertexCommand

java.lang.Object
  extended by AbstractCommand
      extended by net.refractions.udig.tools.edit.commands.InsertVertexCommand

public class InsertVertexCommand
extends AbstractCommand

Command for adding a vertext to a EditGeom

Since:
1.1.0
Author:
jones

Constructor Summary
InsertVertexCommand(EditToolHandler handler, EditBlackboard board, IMapDisplay display,  shape, Point toAdd, int index, boolean useSnapping)
           
 
Method Summary
 java.lang.String getName()
           
 void rollback(IProgressMonitor monitor)
           
 void run(IProgressMonitor monitor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsertVertexCommand

public InsertVertexCommand(EditToolHandler handler,
                           EditBlackboard board,
                           IMapDisplay display,
                            shape,
                           Point toAdd,
                           int index,
                           boolean useSnapping)
Method Detail

rollback

public void rollback(IProgressMonitor monitor)
              throws java.lang.Exception
Throws:
java.lang.Exception

run

public void run(IProgressMonitor monitor)
         throws java.lang.Exception
Throws:
java.lang.Exception

getName

public java.lang.String getName()