|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BBox | |
---|---|
org.openstreetmap.josm.data.osm | |
org.openstreetmap.josm.data.osm.visitor.paint | |
org.openstreetmap.josm.gui | |
org.openstreetmap.josm.tools |
Uses of BBox in org.openstreetmap.josm.data.osm |
---|
Fields in org.openstreetmap.josm.data.osm declared as BBox | |
---|---|
private BBox |
Way.bbox
|
private BBox |
Relation.bbox
|
private BBox |
QuadBuckets.QBLevel.bbox
|
Methods in org.openstreetmap.josm.data.osm that return BBox | |
---|---|
BBox |
QuadBuckets.QBLevel.bbox()
|
private BBox |
QuadBuckets.QBLevel.calculateBBox()
|
private BBox |
Relation.calculateBBox(java.util.Set<PrimitiveId> visitedRelations)
|
BBox |
Way.getBBox()
|
abstract BBox |
OsmPrimitive.getBBox()
|
BBox |
Node.getBBox()
|
BBox |
Relation.getBBox()
|
Methods in org.openstreetmap.josm.data.osm with parameters of type BBox | |
---|---|
void |
BBox.add(BBox box)
|
boolean |
BBox.bounds(BBox b)
Tests, weather the bbox b lies completely inside this bbox. |
(package private) QuadBuckets.QBLevel |
QuadBuckets.QBLevel.findBucket(BBox bbox)
|
(package private) int |
QuadBuckets.QBLevel.get_index(BBox bbox,
int level)
|
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)
|
java.util.List<Relation> |
DataSet.searchRelations(BBox bbox)
|
java.util.List<Way> |
DataSet.searchWays(BBox bbox)
|
Constructors in org.openstreetmap.josm.data.osm with parameters of type BBox | |
---|---|
BBox(BBox copy)
|
Uses of BBox in org.openstreetmap.josm.data.osm.visitor.paint |
---|
Methods in org.openstreetmap.josm.data.osm.visitor.paint with parameters of type BBox | |
---|---|
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)
|
Uses of BBox in org.openstreetmap.josm.gui |
---|
Methods in org.openstreetmap.josm.gui that return BBox | |
---|---|
private BBox |
NavigatableComponent.getBBox(java.awt.Point p,
int snapDistance)
|
Uses of BBox in org.openstreetmap.josm.tools |
---|
Methods in org.openstreetmap.josm.tools that return BBox | |
---|---|
private static BBox |
Geometry.getNodesBounds(java.util.ArrayList<Node> nodes)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |