|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JoinAreasAction.Multipolygon | |
---|---|
org.openstreetmap.josm.actions |
Uses of JoinAreasAction.Multipolygon in org.openstreetmap.josm.actions |
---|
Fields in org.openstreetmap.josm.actions with type parameters of type JoinAreasAction.Multipolygon | |
---|---|
java.util.List<JoinAreasAction.Multipolygon> |
JoinAreasAction.JoinAreasResult.polygons
|
Methods in org.openstreetmap.josm.actions that return JoinAreasAction.Multipolygon | |
---|---|
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 | |
---|---|
private java.util.List<JoinAreasAction.Multipolygon> |
JoinAreasAction.collectMultipolygons(java.util.List<Way> selectedWays)
This method analyzes multipolygon relationships of given ways and collects addition inner ways to consider. |
Method parameters in org.openstreetmap.josm.actions with type arguments of type JoinAreasAction.Multipolygon | |
---|---|
private java.util.List<Relation> |
JoinAreasAction.filterOwnMultipolygonRelations(java.util.Collection<Relation> relations,
java.util.List<JoinAreasAction.Multipolygon> polygons)
This method filters the list of relations that form the multipolygons. |
private JoinAreasAction.JoinAreasResult |
JoinAreasAction.joinAreas(java.util.List<JoinAreasAction.Multipolygon> areas)
Will join two or more overlapping areas |
private 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 conflicts |
private boolean |
JoinAreasAction.testJoin(java.util.List<JoinAreasAction.Multipolygon> areas)
Tests if the areas have some intersections to join. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |