| Package | Description |
|---|---|
| de.topobyte.osm4j.geometry.relation |
| Modifier and Type | Method and Description |
|---|---|
static List |
RelationUtil.buildRings(MultiSet
Given a set of ways and their head's and tail's in the wayTailMap, construct valid rings by combining ways with same tail-ids.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
RelationUtil.checkRings(Collection
For each ring in this collection of rings, check whether it is closed.
|
static void |
RelationUtil.closeUnclosedRingWithStraightLine(Collection
|
static List |
RelationUtil.convertToSegmentRings(List
|