Package | Description |
---|---|
org.openstreetmap.josm.data.osm |
Provides the classes for OSM data:
Primitives :
Node ,
Way ,
Relation
Users
Tags
Changesets
Utilities classes
|
org.openstreetmap.josm.data.validation.tests |
Provides the classes for JOSM data validation tests.
|
Modifier and Type | Field and Description |
---|---|
private QuadBuckets<Node> |
QuadBucketPrimitiveStore.nodes
All nodes goes here, even when included in other data (ways etc).
|
(package private) QuadBuckets<T> |
QuadBuckets.QuadBucketIterator.qb |
private QuadBuckets<Way> |
QuadBucketPrimitiveStore.ways
All ways (Streets etc.) in the DataSet.
|
Modifier and Type | Method and Description |
---|---|
private void |
QuadBuckets.QBLevel.search(QuadBuckets<T> buckets,
BBox searchBbox,
java.util.List<T> result) |
Constructor and Description |
---|
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) |