Package org.openstreetmap.josm.actions
Class JoinAreasAction.WayInPolygon
- java.lang.Object
-
- org.openstreetmap.josm.actions.JoinAreasAction.WayInPolygon
-
- Enclosing class:
- JoinAreasAction
public static class JoinAreasAction.WayInPolygon extends Object
HelperClass - saves a way and the "inside" side. insideToTheLeft: if true left side is "in", false -right side is "in". Left and right are determined along the orientation of way.
-
-
Field Summary
Fields Modifier and Type Field Description boolean
insideToTheRight
Way
way
-
Constructor Summary
Constructors Constructor Description WayInPolygon(Way way, boolean insideRight)
-
-
-
Field Detail
-
insideToTheRight
public boolean insideToTheRight
-
-
Constructor Detail
-
WayInPolygon
public WayInPolygon(Way way, boolean insideRight)
-
-