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 |
Relation.bbox |
private BBox |
QuadBuckets.QBLevel.bbox |
private BBox |
Way.bbox |
Modifier and Type | Method and Description |
---|---|
BBox |
QuadBuckets.QBLevel.bbox() |
private BBox |
QuadBuckets.QBLevel.calculateBBox() |
private BBox |
Relation.calculateBBox(Set<PrimitiveId> visitedRelations) |
BBox |
Relation.getBBox() |
BBox |
Node.getBBox() |
BBox |
Way.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, 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,
List<T> result) |
List<T> |
QuadBuckets.search(BBox search_bbox) |
private void |
QuadBuckets.QBLevel.search(BBox search_bbox,
List<T> result) |
List<Node> |
DataSet.searchNodes(BBox bbox) |
List<Relation> |
DataSet.searchRelations(BBox bbox) |
List<Way> |
DataSet.searchWays(BBox bbox) |
Constructor and Description |
---|
BBox(BBox copy)
Constructs a new
BBox from another one. |
Modifier and Type | Method and Description |
---|---|
private void |
StyledMapRenderer.collectNodeStyles(DataSet data,
StyledMapRenderer.StyleCollector sc,
BBox bbox) |
private void |
StyledMapRenderer.collectRelationStyles(DataSet data,
StyledMapRenderer.StyleCollector sc,
BBox bbox) |
private void |
StyledMapRenderer.collectWayStyles(DataSet data,
StyledMapRenderer.StyleCollector sc,
BBox bbox) |
void |
AbstractMapRenderer.drawVirtualNodes(DataSet data,
BBox bbox)
Draws virtual nodes.
|
Modifier and Type | Method and Description |
---|---|
private BBox |
NavigatableComponent.getBBox(Point p,
int snapDistance) |
Modifier and Type | Method and Description |
---|---|
private static BBox |
Geometry.getNodesBounds(List<Node> nodes) |