Uses of Class
org.openstreetmap.josm.actions.JoinAreasAction.AssembledPolygon
-
Packages that use JoinAreasAction.AssembledPolygon Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions. -
-
Uses of JoinAreasAction.AssembledPolygon in org.openstreetmap.josm.actions
Fields in org.openstreetmap.josm.actions declared as JoinAreasAction.AssembledPolygon Modifier and Type Field Description JoinAreasAction.AssembledPolygon
JoinAreasAction.AssembledMultipolygon. outerWay
Fields in org.openstreetmap.josm.actions with type parameters of type JoinAreasAction.AssembledPolygon Modifier and Type Field Description List<JoinAreasAction.AssembledPolygon>
JoinAreasAction.AssembledMultipolygon. innerWays
Methods in org.openstreetmap.josm.actions that return types with arguments of type JoinAreasAction.AssembledPolygon Modifier and Type Method Description static List<JoinAreasAction.AssembledPolygon>
JoinAreasAction. findBoundaryPolygons(Collection<JoinAreasAction.WayInPolygon> multigonWays, List<Way> discardedResult)
Finds all ways that form inner or outer boundaries.static List<JoinAreasAction.AssembledPolygon>
JoinAreasAction. fixTouchingPolygons(List<JoinAreasAction.AssembledPolygon> polygons)
This method checks if polygons have several touching parts and splits them in several polygons.Methods in org.openstreetmap.josm.actions with parameters of type JoinAreasAction.AssembledPolygon Modifier and Type Method Description static boolean
JoinAreasAction. wayInsideWay(JoinAreasAction.AssembledPolygon inside, JoinAreasAction.AssembledPolygon outside)
Tests if way is inside other wayMethod parameters in org.openstreetmap.josm.actions with type arguments of type JoinAreasAction.AssembledPolygon Modifier and Type Method Description private static List<JoinAreasAction.PolygonLevel>
JoinAreasAction. findOuterWaysImpl(int level, Collection<JoinAreasAction.AssembledPolygon> boundaryWays)
Collects outer way and corresponding inner ways from all boundaries.private static List<JoinAreasAction.AssembledMultipolygon>
JoinAreasAction. findPolygons(Collection<JoinAreasAction.AssembledPolygon> boundaries)
This method finds which ways are outer and which are inner.static List<JoinAreasAction.AssembledPolygon>
JoinAreasAction. fixTouchingPolygons(List<JoinAreasAction.AssembledPolygon> polygons)
This method checks if polygons have several touching parts and splits them in several polygons.Constructors in org.openstreetmap.josm.actions with parameters of type JoinAreasAction.AssembledPolygon Constructor Description AssembledMultipolygon(JoinAreasAction.AssembledPolygon way)
-