| Package | Description |
|---|---|
| de.topobyte.osm4j.extra |
| Modifier and Type | Method and Description |
|---|---|
static void |
QueryUtil.putNodes(OsmRelation
Retrieve all nodes directly referenced by the specified relation from the entityProvider and insert them into the map if they are not already present in the specified set of identifiers.
|
static void |
QueryUtil.putWaysAndWayNodes(OsmRelation
Retrieve all ways directly referenced by the specified relation and the nodes referenced by those ways from the entityProvider and insert them into the maps if they are not already present in the specified sets of identifiers.
|