| Package | Description |
|---|---|
| org.openstreetmap.josm.data.osm.visitor.paint.relations |
Provides the classes for painting and caching
Multipolygon relations. |
| Modifier and Type | Class and Description |
|---|---|
static class |
Multipolygon.PolyData
The polygon data for a multipolygon part.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Collection<Multipolygon.JoinedWay> |
Multipolygon.joinWays(java.util.Collection<Way> waysToJoin)
Attempt to combine the ways in the list if they share common end nodes
|
| Constructor and Description |
|---|
PolyData(Multipolygon.JoinedWay joinedWay)
Constructs a new
PolyData from a Multipolygon.JoinedWay. |