org.openstreetmap.josm.actions
Class JoinAreasAction.PolygonLevel

java.lang.Object
  extended by 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
 int level
           
 JoinAreasAction.AssembledMultipolygon pol
           
 
Constructor Summary
JoinAreasAction.PolygonLevel(JoinAreasAction.AssembledMultipolygon _pol, int _level)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

level

public final int level

pol

public final JoinAreasAction.AssembledMultipolygon pol
Constructor Detail

JoinAreasAction.PolygonLevel

public JoinAreasAction.PolygonLevel(JoinAreasAction.AssembledMultipolygon _pol,
                                    int _level)


JOSM