Class BatchLBuildingAction

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

public final class BatchLBuildingAction extends org.openstreetmap.josm.actions.JosmAction
Create multiple L-shaped buildings based on nodes of a way.

Usage:

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

Performs:

  • From quadruplets of way nodes creates orthogonalized L-shape.
  • Tags the L-shape as building=yes.

Notes:

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

    • BatchLBuildingAction

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

    • actionPerformed

      public void actionPerformed(ActionEvent e)