A general abstract of an action that is composed of several sub-actions. All sub actions are treated as one action regarding undo/redo operations.

Hierarchy (View Summary)

Constructors

Properties

_newGeometry: Point
_node: NodeModel
_oldGeometry: Point
_origSegGeometries: OriginalSegmentGeometries
actionName: ACTION_NAME = ACTION_NAME.MOVE_NODE

Action name must be unique for every action. Once you set a value, do not change it later on.

createNodes: boolean
snappedFeatures: SnappedFeature

Methods

  • Should be overwritten for real operation. Default implementation is for use by MultiAction or by classes that want to generate dynamic sub-operations.

    Parameters

    Returns void