Class BatchOrthogonalBuildingAction

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

public final class BatchOrthogonalBuildingAction extends org.openstreetmap.josm.actions.JosmAction
Create multiple orthogonal buildings based on nodes of a way.

Usage:

  • Creates a way that consists of nodes at 3 building corners.
  • Runs action.

Performs:

  • From triplets of way nodes creates rectangle.
  • Tags the rectangle as building=yes.

Notes:

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

    • BatchOrthogonalBuildingAction

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

    • actionPerformed

      public void actionPerformed(ActionEvent e)