Package | Description |
---|---|
org.openstreetmap.josm.data.osm | |
org.openstreetmap.josm.data.validation.tests |
Modifier and Type | Field and Description |
---|---|
private QuadBuckets<T> |
QuadBuckets.QBLevel.buckets |
private QuadBuckets<Node> |
DataSet.nodes
All nodes goes here, even when included in other data (ways etc).
|
private QuadBuckets<Way> |
DataSet.ways
All ways (Streets etc.) in the DataSet.
|
Constructor and Description |
---|
QuadBuckets.QBLevel(QuadBuckets.QBLevel<T> parent,
int parent_index,
QuadBuckets<T> buckets) |
QuadBuckets.QBLevel(QuadBuckets<T> buckets)
Constructor for root node
|
QuadBuckets.QuadBucketIterator(QuadBuckets<T> qb) |
Modifier and Type | Field and Description |
---|---|
private QuadBuckets<Node> |
UnconnectedWays.endnodes |
private QuadBuckets<Node> |
UnconnectedWays.endnodes_highway |
private QuadBuckets<Node> |
UnconnectedWays.middlenodes |
Modifier and Type | Method and Description |
---|---|
private void |
UnconnectedWays.addNode(Node n,
QuadBuckets<Node> s) |