Package | Description |
---|---|
org.openstreetmap.josm.data |
Provides the classes for JOSM managed data.
|
org.openstreetmap.josm.data.coor | |
org.openstreetmap.josm.data.osm | |
org.openstreetmap.josm.data.osm.visitor.paint | |
org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
org.openstreetmap.josm.tools |
Provides the classes for various utilities and tools called from all other packages.
|
Modifier and Type | Method and Description |
---|---|
BBox |
Bounds.toBBox()
Creates BBox with same coordinates.
|
Modifier and Type | Method and Description |
---|---|
BBox |
Coordinate.toBBox(double r)
Creates bbox around this coordinate.
|
Modifier and Type | Field and Description |
---|---|
private BBox |
Way.bbox |
private BBox |
Relation.bbox |
private BBox |
QuadBuckets.QBLevel.bbox |
Modifier and Type | Method and Description |
---|---|
BBox |
QuadBuckets.QBLevel.bbox() |
private BBox |
QuadBuckets.QBLevel.calculateBBox() |
private BBox |
Relation.calculateBBox(java.util.Set<PrimitiveId> visitedRelations) |
BBox |
Way.getBBox() |
BBox |
Relation.getBBox() |
BBox |
Node.getBBox() |
abstract BBox |
OsmPrimitive.getBBox()
Fetch the bounding box of the primitive
|
Modifier and Type | Method and Description |
---|---|
void |
BBox.add(BBox box) |
boolean |
BBox.bounds(BBox b)
Tests, whether the bbox
b lies completely inside this bbox. |
(package private) QuadBuckets.QBLevel<T> |
QuadBuckets.QBLevel.findBucket(BBox bbox) |
boolean |
BBox.intersects(BBox b)
Tests, whether two BBoxes intersect as an area.
|
(package private) boolean |
QuadBuckets.QBLevel.matches(T o,
BBox searchBbox) |
private void |
QuadBuckets.QBLevel.search_contents(BBox searchBbox,
java.util.List<T> result) |
java.util.List<T> |
QuadBuckets.search(BBox searchBbox) |
private void |
QuadBuckets.QBLevel.search(BBox searchBbox,
java.util.List<T> result) |
java.util.List<Node> |
DataSet.searchNodes(BBox bbox)
Searches for nodes in the given bounding box.
|
java.util.List<Relation> |
DataSet.searchRelations(BBox bbox)
Searches for relations in the given bounding box.
|
java.util.List<Way> |
DataSet.searchWays(BBox bbox)
Searches for ways in the given bounding box.
|
Constructor and Description |
---|
BBox(BBox copy)
Constructs a new
BBox from another one. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractMapRenderer.drawVirtualNodes(DataSet data,
BBox bbox)
Draws virtual nodes.
|
Modifier and Type | Method and Description |
---|---|
private BBox |
NavigatableComponent.getBBox(java.awt.Point p,
int snapDistance) |
Modifier and Type | Field and Description |
---|---|
private BBox |
GeoPropertyIndex.GPLevel.bbox |
Modifier and Type | Method and Description |
---|---|
private static BBox |
Geometry.getNodesBounds(java.util.List<Node> nodes) |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
RightAndLefthandTraffic.RLTrafficGeoProperty.get(BBox box) |
T |
GeoPropertyIndex.GeoProperty.get(BBox box)
Look up the property for a coordinate rectangle.
|
Constructor and Description |
---|
GPLevel(int level,
BBox bbox,
GeoPropertyIndex.GPLevel<T> parent,
GeoPropertyIndex<T> owner) |