net.refractions.udig.tools.edit.commands
Class SplitLineCommand
java.lang.Object
AbstractCommand
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
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 |
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
- thefeature
- evaluationObject
- points
-
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