|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JoinAreasAction.WayInPolygon | |
---|---|
org.openstreetmap.josm.actions |
Uses of JoinAreasAction.WayInPolygon in org.openstreetmap.josm.actions |
---|
Fields in org.openstreetmap.josm.actions declared as JoinAreasAction.WayInPolygon | |
---|---|
private JoinAreasAction.WayInPolygon |
JoinAreasAction.WayTraverser.lastWay
|
Fields in org.openstreetmap.josm.actions with type parameters of type JoinAreasAction.WayInPolygon | |
---|---|
private java.util.Set<JoinAreasAction.WayInPolygon> |
JoinAreasAction.WayTraverser.availableWays
|
java.util.List<JoinAreasAction.WayInPolygon> |
JoinAreasAction.AssembledPolygon.ways
|
Methods in org.openstreetmap.josm.actions that return JoinAreasAction.WayInPolygon | |
---|---|
JoinAreasAction.WayInPolygon |
JoinAreasAction.WayTraverser.advanceNextLeftmostWay()
|
JoinAreasAction.WayInPolygon |
JoinAreasAction.WayTraverser.advanceNextRightmostWay()
|
private JoinAreasAction.WayInPolygon |
JoinAreasAction.WayTraverser.advanceNextWay(boolean rightmost)
|
JoinAreasAction.WayInPolygon |
JoinAreasAction.WayTraverser.startNewWay()
|
JoinAreasAction.WayInPolygon |
JoinAreasAction.WayTraverser.startNewWay(JoinAreasAction.WayInPolygon way)
|
Methods in org.openstreetmap.josm.actions that return types with arguments of type JoinAreasAction.WayInPolygon | |
---|---|
private java.util.ArrayList<JoinAreasAction.WayInPolygon> |
JoinAreasAction.markWayInsideSide(java.util.List<Way> parts,
boolean isInner)
This method analyzes the way and assigns each part what direction polygon "inside" is. |
Methods in org.openstreetmap.josm.actions with parameters of type JoinAreasAction.WayInPolygon | |
---|---|
JoinAreasAction.WayInPolygon |
JoinAreasAction.WayTraverser.startNewWay(JoinAreasAction.WayInPolygon way)
|
Method parameters in org.openstreetmap.josm.actions with type arguments of type JoinAreasAction.WayInPolygon | |
---|---|
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. |
private Way |
JoinAreasAction.joinOrientedWays(java.util.List<JoinAreasAction.WayInPolygon> ways)
Joins a list of ways (using CombineWayAction and ReverseWayAction as specified in WayInPath) |
private Way |
JoinAreasAction.joinWays(java.util.List<JoinAreasAction.WayInPolygon> ways)
Joins the outer ways and deletes all short ways that can't be part of a multipolygon anyway. |
void |
JoinAreasAction.WayTraverser.removeWays(java.util.Collection<JoinAreasAction.WayInPolygon> ways)
|
Constructor parameters in org.openstreetmap.josm.actions with type arguments of type JoinAreasAction.WayInPolygon | |
---|---|
JoinAreasAction.AssembledPolygon(java.util.List<JoinAreasAction.WayInPolygon> boundary)
|
|
JoinAreasAction.WayTraverser(java.util.Collection<JoinAreasAction.WayInPolygon> ways)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |