Class CreateCircleAction

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action, Destroyable

    public final class CreateCircleAction
    extends JosmAction
    - Create a new circle from two selected nodes or a way with 2 nodes which represent the diameter of the circle. - Create a new circle from three selected nodes--or a way with 3 nodes. - Useful for roundabouts Notes: * If a way is selected, it is changed. If nodes are selected a new way is created. So if you've got a way with nodes it makes a difference between running this on the way or the nodes! * The existing nodes are retained, and additional nodes are inserted regularly to achieve the desired number of nodes (`createcircle.nodecount`). BTW: Someone might want to implement projection corrections for this...
    Since:
    996
    See Also:
    Serialized Form