Uses of Class
org.openstreetmap.josm.actions.JoinAreasAction.Multipolygon
-
Packages that use JoinAreasAction.Multipolygon Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions. -
-
Uses of JoinAreasAction.Multipolygon in org.openstreetmap.josm.actions
Fields in org.openstreetmap.josm.actions with type parameters of type JoinAreasAction.Multipolygon Modifier and Type Field Description private java.util.List<JoinAreasAction.Multipolygon>
JoinAreasAction.JoinAreasResult. polygons
Methods in org.openstreetmap.josm.actions that return JoinAreasAction.Multipolygon Modifier and Type Method Description private JoinAreasAction.Multipolygon
JoinAreasAction. joinPolygon(JoinAreasAction.AssembledMultipolygon polygon)
Joins the lists of ways.Methods in org.openstreetmap.josm.actions that return types with arguments of type JoinAreasAction.Multipolygon Modifier and Type Method Description static java.util.List<JoinAreasAction.Multipolygon>
JoinAreasAction. collectMultipolygons(java.util.Collection<Way> selectedWays)
This method analyzes multipolygon relationships of given ways and collects addition inner ways to consider.java.util.List<JoinAreasAction.Multipolygon>
JoinAreasAction.JoinAreasResult. getPolygons()
Returns the result polygons, can be null.Method parameters in org.openstreetmap.josm.actions with type arguments of type JoinAreasAction.Multipolygon Modifier and Type Method Description private JoinAreasAction.JoinAreasResult
JoinAreasAction. joinAreas(java.util.List<JoinAreasAction.Multipolygon> areas)
Will join two or more overlapping areasprivate boolean
JoinAreasAction. resolveTagConflicts(java.util.List<JoinAreasAction.Multipolygon> polygons)
Checks if tags of two given ways differ, and presents the user a dialog to solve conflictsprivate boolean
JoinAreasAction. testJoin(java.util.List<JoinAreasAction.Multipolygon> areas)
Tests if the areas have some intersections to join.Constructor parameters in org.openstreetmap.josm.actions with type arguments of type JoinAreasAction.Multipolygon Constructor Description JoinAreasResult(boolean hasChanges, java.util.List<JoinAreasAction.Multipolygon> polygons)
Constructs a newJoinAreasResult
.
-