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 java.lang.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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object other)
int
hashCode()
java.lang.String
toString()
-
-
-
Field Detail
-
insideToTheRight
public boolean insideToTheRight
-
-
Constructor Detail
-
WayInPolygon
public WayInPolygon(Way way, boolean insideRight)
-
-