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

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

public class SplitLineCommand
extends AbstractCommand

Splits a line at the selected Vertices.

Since:
1.1.0
Author:
Jesse

Constructor Summary
SplitLineCommand(EditBlackboard editBlackboard,  provider,  featureProvider,  layerProvider, java.util.Set<Point> points)
          New instance
 
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

SplitLineCommand

public SplitLineCommand(EditBlackboard editBlackboard,
                         provider,
                         featureProvider,
                         layerProvider,
                        java.util.Set<Point> points)
New instance

Parameters:
editBlackboard - the blackboard that the feature is on.
provider - the
feature -
evaluationObject -
points -
Method Detail

run

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

getName

public java.lang.String getName()

rollback

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