Package net.refractions.udig.tools.edit.commands

Class Summary
AddFeaturesCommand Add all the features to the EditBlackboard that are contained in the filter.
AddGeomCommand Adds a geometry to the edit blackboard.
AddMissingGeomsCommand Adds any geometries containing the given point which are not already on the edit blackboard.
AddToNearestEdgeCommand Add a vertex to the nearest edge to a point.
AddVertexCommand Command for adding a vertext to a EditGeom
CreateAndSelectHoleCommand Creates a hole in a EditGeom and sets it as the currentShape in the handler if a handler is provided.
CreateAndSetNewFeature Creates a new feature and sets it as the EditFeature
CreateEditGeomCommand Calls newGeom on the EditBlackboard.
CreateOrSetFeatureCommand If there is no feature with the Feature ID in the layer then a new feature will be created.
DefaultCancelEditingCommand Clears the edit Blackboards and the current edit shape and state.
DifferenceFeatureCommand Splits a feature based on the current shape in the handler.
DrawEditGeomsCommand Draws all the EditGeoms on the provided EditBlackboard
DrawEndPointsCommand Draws the two end points of the Shape provided by the Provider
DrawPointCommand Draws each vertex point as a rectangle.
DrawSnapAreaCommand  
InsertVertexCommand Command for adding a vertext to a EditGeom
MoveSelectionCommand Moves a selection on the edit blackboard.
MoveVertexCommand Moves Vertex in the EditBlackboard
RemoveAllVerticesCommand Removes all vertices from EditGeom's shell.
RemoveEditGeomCommand Removes an EditGeom from the edit blackboard and updates the handler's current geom if it has been removed.
RemoveSelectedVerticesCommand Removes the set of selected vertices from the blackboard.
SelectGeometryCommand Searches a layer for an intersection between a mouse click and a feature and selects the features if found.
SelectHoleCommand Selects the hole (sets the handler's current shape) that the mouse is over or nothing if mouse is not over a hole.
SelectPointCommand Sets the selection on the editblackboard.
SetCurrentGeomCommand Sets the current geometry in the handler to be the passed in geometry
SetEditFeatureCommand Sets the feature currently being edited in the edit manager.
SetEditGeomChangedStateCommand Sets the changed state of the editGeom
SetEditStateCommand Sets the current state in the handler.
SetGeomCommand Sets the selected feature to be the edit feature.
SnapToVertexCommand This class manages the movement of a vertex.
SplitFeatureCommand This command splits all the geometries in the Editblackboard based on the Current Shape ([@link net.refractions.udig.tools.edit.EditToolHandler#getCurrentShape()})
SplitLineCommand Splits a line at the selected Vertices.
StartEditingCommand Sets the currentGeom to be the first geom on the black board Sets the state to CREATING Adds a point to the geom
StyleStrategy This class manages the colors and line patterns the uses for drawing.
 

Enum Summary
SelectPointCommand.Type