Uses of Class
org.openstreetmap.josm.actions.JoinAreasAction.AssembledPolygon

Packages that use JoinAreasAction.AssembledPolygon
org.openstreetmap.josm.actions   
 

Uses of JoinAreasAction.AssembledPolygon in org.openstreetmap.josm.actions
 

Fields in org.openstreetmap.josm.actions declared as JoinAreasAction.AssembledPolygon
 JoinAreasAction.AssembledPolygon JoinAreasAction.AssembledMultipolygon.outerWay
           
 

Fields in org.openstreetmap.josm.actions with type parameters of type JoinAreasAction.AssembledPolygon
 java.util.List<JoinAreasAction.AssembledPolygon> JoinAreasAction.AssembledMultipolygon.innerWays
           
 

Methods in org.openstreetmap.josm.actions that return types with arguments of type JoinAreasAction.AssembledPolygon
static java.util.List<JoinAreasAction.AssembledPolygon> JoinAreasAction.findBoundaryPolygons(java.util.Collection<JoinAreasAction.WayInPolygon> multigonWays, java.util.List<Way> discardedResult)
          Finds all ways that form inner or outer boundaries.
static java.util.List<JoinAreasAction.AssembledPolygon> JoinAreasAction.fixTouchingPolygons(java.util.List<JoinAreasAction.AssembledPolygon> polygons)
          This method checks if polygons have several touching parts and splits them in several polygons.
 

Methods in org.openstreetmap.josm.actions with parameters of type JoinAreasAction.AssembledPolygon
static boolean JoinAreasAction.wayInsideWay(JoinAreasAction.AssembledPolygon inside, JoinAreasAction.AssembledPolygon outside)
          Tests if way is inside other way
 

Method parameters in org.openstreetmap.josm.actions with type arguments of type JoinAreasAction.AssembledPolygon
private  java.util.List<JoinAreasAction.PolygonLevel> JoinAreasAction.findOuterWaysImpl(int level, java.util.Collection<JoinAreasAction.AssembledPolygon> boundaryWays)
          Collects outer way and corresponding inner ways from all boundaries.
private  java.util.List<JoinAreasAction.AssembledMultipolygon> JoinAreasAction.findPolygons(java.util.Collection<JoinAreasAction.AssembledPolygon> boundaries)
          This method finds witch ways are outer and witch are inner.
static java.util.List<JoinAreasAction.AssembledPolygon> JoinAreasAction.fixTouchingPolygons(java.util.List<JoinAreasAction.AssembledPolygon> polygons)
          This method checks if polygons have several touching parts and splits them in several polygons.
 

Constructors in org.openstreetmap.josm.actions with parameters of type JoinAreasAction.AssembledPolygon
JoinAreasAction.AssembledMultipolygon(JoinAreasAction.AssembledPolygon way)
           
 



JOSM