Package | Description |
---|---|
org.openstreetmap.josm.data.osm |
Modifier and Type | Field and Description |
---|---|
MultipolygonCreate.JoinedPolygon |
MultipolygonCreate.PolygonLevel.outerWay |
Modifier and Type | Field and Description |
---|---|
List<MultipolygonCreate.JoinedPolygon> |
MultipolygonCreate.innerWays |
List<MultipolygonCreate.JoinedPolygon> |
MultipolygonCreate.PolygonLevel.innerWays |
List<MultipolygonCreate.JoinedPolygon> |
MultipolygonCreate.outerWays |
Modifier and Type | Method and Description |
---|---|
private List<MultipolygonCreate.PolygonLevel> |
MultipolygonCreate.findOuterWaysRecursive(int level,
Collection<MultipolygonCreate.JoinedPolygon> boundaryWays)
Collects outer way and corresponding inner ways from all boundaries.
|
private String |
MultipolygonCreate.makeFromPolygons(List<MultipolygonCreate.JoinedPolygon> polygons)
This method analyzes which ways are inner and which outer.
|
Constructor and Description |
---|
PolygonLevel(MultipolygonCreate.JoinedPolygon _pol,
int _level) |
Constructor and Description |
---|
MultipolygonCreate(List<MultipolygonCreate.JoinedPolygon> outerWays,
List<MultipolygonCreate.JoinedPolygon> innerWays) |
MultipolygonCreate(List<MultipolygonCreate.JoinedPolygon> outerWays,
List<MultipolygonCreate.JoinedPolygon> innerWays) |