Modifier and Type | Method and Description |
---|---|
BBox |
Bounds.toBBox()
Creates BBox with same coordinates.
|
Modifier and Type | Method and Description |
---|---|
BBox |
Coordinate.toBBox()
Converts to single point BBox.
|
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 |
Node.getBBox() |
abstract BBox |
OsmPrimitive.getBBox()
Fetch the bounding box of the primitive
|
BBox |
Way.getBBox() |
BBox |
Relation.getBBox() |
Modifier and Type | Method and Description |
---|---|
void |
BBox.add(BBox box) |
boolean |
BBox.bounds(BBox b)
Tests, weather the bbox b lies completely inside
this bbox.
|
(package private) QuadBuckets.QBLevel<T> |
QuadBuckets.QBLevel.findBucket(BBox bbox) |
boolean |
BBox.intersects(BBox b)
Tests, weather two BBoxes intersect as an area.
|
(package private) boolean |
QuadBuckets.QBLevel.matches(T o,
BBox search_bbox) |
private void |
QuadBuckets.QBLevel.search_contents(BBox search_bbox,
java.util.List<T> result) |
java.util.List<T> |
QuadBuckets.search(BBox search_bbox) |
private void |
QuadBuckets.QBLevel.search(BBox search_bbox,
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 |
---|
GeoPropertyIndex.GPLevel(int level,
BBox bbox,
GeoPropertyIndex.GPLevel<T> parent,
GeoPropertyIndex<T> owner) |