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

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

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

Fields in org.openstreetmap.josm.actions declared as JoinAreasAction.AssembledMultipolygon
 JoinAreasAction.AssembledMultipolygon JoinAreasAction.PolygonLevel.pol
           
 

Methods in org.openstreetmap.josm.actions that return types with arguments of type JoinAreasAction.AssembledMultipolygon
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.
 

Methods in org.openstreetmap.josm.actions with parameters of type JoinAreasAction.AssembledMultipolygon
private  JoinAreasAction.Multipolygon JoinAreasAction.joinPolygon(JoinAreasAction.AssembledMultipolygon polygon)
          Joins the lists of ways.
 

Constructors in org.openstreetmap.josm.actions with parameters of type JoinAreasAction.AssembledMultipolygon
JoinAreasAction.PolygonLevel(JoinAreasAction.AssembledMultipolygon _pol, int _level)
           
 



JOSM