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.AssembledPolygonJoinAreasAction.AssembledMultipolygon. outerWayThe outer way of the multipolygonFields in org.openstreetmap.josm.actions with type parameters of type JoinAreasAction.AssembledPolygon Modifier and Type Field Description java.util.List<JoinAreasAction.AssembledPolygon>JoinAreasAction.AssembledMultipolygon. innerWaysThe inner polygons of the multipolygonMethods in org.openstreetmap.josm.actions that return types with arguments of type JoinAreasAction.AssembledPolygon Modifier and Type Method Description 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.static java.util.List<JoinAreasAction.AssembledPolygon>JoinAreasAction. fixTouchingPolygons(java.util.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 booleanJoinAreasAction. 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 java.util.List<JoinAreasAction.PolygonLevel>JoinAreasAction. findOuterWaysImpl(int level, java.util.Collection<JoinAreasAction.AssembledPolygon> boundaryWays)Collects outer way and corresponding inner ways from all boundaries.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.static java.util.List<JoinAreasAction.AssembledPolygon>JoinAreasAction. fixTouchingPolygons(java.util.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)Create a newJoinAreasAction.AssembledMultipolygon
-