Package org.openstreetmap.josm.actions
Class JoinAreasAction.PolygonLevel
- java.lang.Object
-
- org.openstreetmap.josm.actions.JoinAreasAction.PolygonLevel
-
- Enclosing class:
- JoinAreasAction
static class JoinAreasAction.PolygonLevel extends java.lang.Object
Helper storage class for finding findOuterWays
-
-
Field Summary
Fields Modifier and Type Field Description int
level
JoinAreasAction.AssembledMultipolygon
pol
-
Constructor Summary
Constructors Constructor Description PolygonLevel(JoinAreasAction.AssembledMultipolygon pol, int level)
-
-
-
Field Detail
-
level
public final int level
-
pol
public final JoinAreasAction.AssembledMultipolygon pol
-
-
Constructor Detail
-
PolygonLevel
PolygonLevel(JoinAreasAction.AssembledMultipolygon pol, int level)
-
-