Uses of Class
org.openstreetmap.josm.actions.JoinAreasAction.AssembledMultipolygon
-
Packages that use JoinAreasAction.AssembledMultipolygon Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions. -
-
Uses of JoinAreasAction.AssembledMultipolygon in org.openstreetmap.josm.actions
Fields in org.openstreetmap.josm.actions declared as JoinAreasAction.AssembledMultipolygon Modifier and Type Field Description JoinAreasAction.AssembledMultipolygon
JoinAreasAction.PolygonLevel. pol
Methods in org.openstreetmap.josm.actions that return types with arguments of type JoinAreasAction.AssembledMultipolygon Modifier and Type Method Description private static java.util.List<JoinAreasAction.AssembledMultipolygon>
JoinAreasAction. findPolygons(java.util.Collection<JoinAreasAction.AssembledPolygon> boundaries)
This method finds which ways are outer and which are inner.Methods in org.openstreetmap.josm.actions with parameters of type JoinAreasAction.AssembledMultipolygon Modifier and Type Method Description 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 Constructor Description PolygonLevel(JoinAreasAction.AssembledMultipolygon pol, int level)
-