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 |
---|
QBLevel(QuadBuckets.QBLevel<T> parent,
int parentIndex,
QuadBuckets<T> buckets) |
QBLevel(QuadBuckets<T> buckets)
Constructor for root node
|
QuadBucketIterator(QuadBuckets<T> qb) |
Modifier and Type | Field and Description |
---|---|
private QuadBuckets<Node> |
UnconnectedWays.endnodes |
private QuadBuckets<Node> |
UnconnectedWays.endnodesHighway |
private QuadBuckets<Node> |
UnconnectedWays.middlenodes |
Modifier and Type | Method and Description |
---|---|
private void |
UnconnectedWays.addNode(Node n,
QuadBuckets<Node> s) |