Class BatchCircleBuildingAction

java.lang.Object
javax.swing.AbstractAction
org.openstreetmap.josm.actions.JosmAction
org.openstreetmap.josm.plugins.mapathoner.BatchCircleBuildingAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action, org.openstreetmap.josm.tools.Destroyable

public final class BatchCircleBuildingAction extends org.openstreetmap.josm.actions.JosmAction
Creates multiple circle buildings based on nodes of way.

Usage:

  • Creates a way that consists of nodes at circle building diameter.
  • Runs the action.

Performs:

  • From pairs of way nodes creates the circle.
  • Tags the circle as building=yes.

Notes:

  • Useful for HOT and Missing Maps mappers.
  • This action uses CreateCircleAction.
Since:
xxx
Author:
qeef
See Also:
  • Constructor Details

    • BatchCircleBuildingAction

      public BatchCircleBuildingAction()
      Constructs a new BatchCircleBuildingAction.
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)