Uses of Class
org.openstreetmap.josm.actions.SimplifyWayAction.SimplifyWayDataSelectionListener
-
Packages that use SimplifyWayAction.SimplifyWayDataSelectionListener Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions. -
-
Uses of SimplifyWayAction.SimplifyWayDataSelectionListener in org.openstreetmap.josm.actions
Methods in org.openstreetmap.josm.actions with parameters of type SimplifyWayAction.SimplifyWayDataSelectionListener Modifier and Type Method Description private static double
SimplifyWayAction. askSimplifyWays(java.util.List<Way> ways, java.util.function.Supplier<java.lang.String> textSupplier, SimplifyWayAction.SimplifyWayDataSelectionListener listener, boolean auto)
Asks the user for max-err value used to simplify ways, if not remembered before
-