public class RelationGraph extends Object
| Constructor and Description |
|---|
RelationGraph(boolean storeSimpleRelations, boolean undirected)
|
| Modifier and Type | Method and Description |
|---|---|
void |
build(Collection
|
void |
build(OsmIterator
|
List |
buildGroups()
|
List |
buildGroupsDirected()
|
List |
buildGroupsUndirected()
|
Graph |
getGraph()
|
TLongSet |
getIdsHasChildRelations()
|
TLongSet |
getIdsIsChildRelation()
|
TLongSet |
getIdsSimpleRelations()
|
int |
getNumNoChildren()
|
public RelationGraph(boolean storeSimpleRelations,
boolean undirected)public void build(OsmIteratoriterator) throws IOException
IOException
public void build(Collection<OsmRelation > relations) throws IOException
IOException
public int getNumNoChildren()
public TLongSetgetIdsHasChildRelations()
public TLongSetgetIdsIsChildRelation()
public TLongSetgetIdsSimpleRelations()