Class SelectNonOrthogonalBuildingAction

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

public final class SelectNonOrthogonalBuildingAction extends org.openstreetmap.josm.actions.JosmAction
Select Non Orthogonal Building

Selects building which are not orthogonal, that is buildings where all corners has greater error than +/- 1 degree from 90 degrees. Corners with more than 10 degrees error are ignored.

The non orthogonal buildings found are added to the current selection.

This script is open source and licensed under GPL.

Since:
xxx
Author:
MikeTho16, qeef
See Also:
  • Constructor Details

    • SelectNonOrthogonalBuildingAction

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

    • actionPerformed

      public void actionPerformed(ActionEvent e)