Uses of Class
org.openstreetmap.josm.data.osm.BBox
-
Packages that use BBox Package Description org.openstreetmap.josm.data Provides the classes for JOSM managed data.org.openstreetmap.josm.data.gpx Provides the classes for JOSMGPX data(points, tracks, routes).org.openstreetmap.josm.data.imagery Provides the classes for JOSM imagery sources, coupled withJMapViewerclasses.org.openstreetmap.josm.data.imagery.vectortile.mapbox org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives:Node,Way,RelationUsersTagsChangesetsUtilities classesorg.openstreetmap.josm.data.osm.pbf A package for reading OSM PBF files See PBF format for details.org.openstreetmap.josm.data.osm.visitor.paint Provides the classes for painting (rendering) OSM primitives on the map.org.openstreetmap.josm.data.validation.tests Provides the classes for JOSM data validation tests.org.openstreetmap.josm.data.vector Provides classes for vector data like Mapbox Vector Tiles.org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface.org.openstreetmap.josm.gui.layer Provides classes for handling the different kinds of map layers.org.openstreetmap.josm.gui.layer.markerlayer Provides classes for handling marker layers.org.openstreetmap.josm.io Provides the classes for JOSM input/output support.org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of BBox in org.openstreetmap.josm.data
Methods in org.openstreetmap.josm.data that return BBox Modifier and Type Method Description BBoxIQuadBucketType. getBBox()Fetches the bounding box of the primitive.BBoxBounds. toBBox()Creates BBox with same coordinates. -
Uses of BBox in org.openstreetmap.josm.data.gpx
Methods in org.openstreetmap.josm.data.gpx that return BBox Modifier and Type Method Description BBoxGpxImageEntry. getBBox() -
Uses of BBox in org.openstreetmap.josm.data.imagery
Fields in org.openstreetmap.josm.data.imagery declared as BBox Modifier and Type Field Description private BBoxWMTSTileSource.Layer. bboxMethods in org.openstreetmap.josm.data.imagery that return BBox Modifier and Type Method Description BBoxWMTSTileSource.Layer. getBbox()Returns the WGS84 bounding box.private static BBoxWMTSTileSource. parseBoundingBox(javax.xml.stream.XMLStreamReader reader)Parses WGS84BoundingBox section. -
Uses of BBox in org.openstreetmap.josm.data.imagery.vectortile.mapbox
Fields in org.openstreetmap.josm.data.imagery.vectortile.mapbox declared as BBox Modifier and Type Field Description private BBoxMVTTile. bboxMethods in org.openstreetmap.josm.data.imagery.vectortile.mapbox that return BBox Modifier and Type Method Description BBoxMVTTile. getBBox() -
Uses of BBox in org.openstreetmap.josm.data.osm
Subclasses of BBox in org.openstreetmap.josm.data.osm Modifier and Type Class Description private static classBBox.Immutable(package private) static classQuadBuckets.QBLevel<T extends IQuadBucketType>Fields in org.openstreetmap.josm.data.osm declared as BBox Modifier and Type Field Description private BBoxRelation. bboxprivate BBoxWay. bboxMethods in org.openstreetmap.josm.data.osm that return BBox Modifier and Type Method Description BBoxIPrimitive. getBBox()Fetches the bounding box of the primitive.BBoxNode. getBBox()BBoxNodeData. getBBox()BBoxRelation. getBBox()BBoxRelationData. getBBox()BBoxWay. getBBox()BBoxWayData. getBBox()BBoxBBox.Immutable. toImmutable()BBoxBBox. toImmutable()Returns an immutable version of this bbox, i.e., modifying calls throw anUnsupportedOperationException.Methods in org.openstreetmap.josm.data.osm with parameters of type BBox Modifier and Type Method Description voidBBox. add(BBox other)Extends this bbox to include the bbox other.protected voidNode. addToBBox(BBox box, java.util.Set<PrimitiveId> visited)protected abstract voidOsmPrimitive. addToBBox(BBox box, java.util.Set<PrimitiveId> visited)If necessary, extend the bbox to contain this primitiveprotected voidRelation. addToBBox(BBox box, java.util.Set<PrimitiveId> visited)protected voidWay. addToBBox(BBox box, java.util.Set<PrimitiveId> visited)static booleanBBox. bboxesAreFunctionallyEqual(BBox bbox1, BBox bbox2, java.lang.Double maxDifference)Check if bboxes are functionally equalbooleanBBox. bboxIsFunctionallyEqual(BBox other, java.lang.Double maxDifference)Check if bboxes are functionally equalbooleanBBox. bounds(BBox b)Tests, whether the bboxblies completely inside this bbox.(package private) QuadBuckets.QBLevel<T>QuadBuckets.QBLevel. findBucket(BBox bbox)booleanBBox. intersects(BBox b)Tests, whether two BBoxes intersect as an area.(package private) booleanQuadBuckets.QBLevel. matches(T o, BBox searchBbox)private voidQuadBuckets.QBLevel. search(QuadBuckets<T> buckets, BBox searchBbox, java.util.List<T> result)java.util.List<T>QuadBuckets. search(BBox searchBbox)Search the tree for objects in the bbox (or crossing the bbox if they are ways)private voidQuadBuckets.QBLevel. searchContents(BBox searchBbox, java.util.List<T> result)java.util.List<Node>DataSet. searchNodes(BBox bbox)java.util.List<N>OsmData. searchNodes(BBox bbox)Searches for nodes in the given bounding box.java.util.List<N>QuadBucketPrimitiveStore. searchNodes(BBox bbox)Searches for nodes in the given bounding box.java.util.List<OsmPrimitive>DataSet. searchPrimitives(BBox bbox)Searches for all primitives in the given bounding boxjava.util.List<Relation>DataSet. searchRelations(BBox bbox)java.util.List<R>OsmData. searchRelations(BBox bbox)Searches for relations in the given bounding box.java.util.List<R>QuadBucketPrimitiveStore. searchRelations(BBox bbox)Searches for relations in the given bounding box.java.util.List<Way>DataSet. searchWays(BBox bbox)java.util.List<W>OsmData. searchWays(BBox bbox)Searches for ways in the given bounding box.java.util.List<W>QuadBucketPrimitiveStore. searchWays(BBox bbox)Searches for ways in the given bounding box.private voidRelation. setBBox(BBox bbox)private voidWay. setBBox(BBox bbox)Constructors in org.openstreetmap.josm.data.osm with parameters of type BBox Constructor Description BBox(BBox copy)Constructs a newBBoxfrom another one.Immutable(BBox copy) -
Uses of BBox in org.openstreetmap.josm.data.osm.pbf
Fields in org.openstreetmap.josm.data.osm.pbf declared as BBox Modifier and Type Field Description private BBoxHeaderBlock. bboxMethods in org.openstreetmap.josm.data.osm.pbf that return BBox Modifier and Type Method Description BBoxHeaderBlock. bbox()The bboxConstructors in org.openstreetmap.josm.data.osm.pbf with parameters of type BBox Constructor Description HeaderBlock(BBox bbox, java.lang.String[] requiredFeatures, java.lang.String[] optionalFeatures, java.lang.String writingProgram, java.lang.String source, java.lang.Long osmosisReplicationTimestamp, java.lang.Long osmosisReplicationSequenceNumber, java.lang.String osmosisReplicationBaseUrl)Create a newHeaderBlockfor an OSM PBF file -
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 Modifier and Type Method Description voidAbstractMapRenderer. drawVirtualNodes(OsmData<?,?,?,?> data, BBox bbox)Draws virtual nodes.private voidStyledMapRenderer. paintWithLock(OsmData<?,?,?,?> data, boolean renderVirtualNodes, RenderBenchmarkCollector benchmark, BBox bbox) -
Uses of BBox in org.openstreetmap.josm.data.validation.tests
Methods in org.openstreetmap.josm.data.validation.tests that return BBox Modifier and Type Method Description private BBoxUnconnectedWays.MyWaySegment. getBounds(double fudge) -
Uses of BBox in org.openstreetmap.josm.data.vector
Fields in org.openstreetmap.josm.data.vector declared as BBox Modifier and Type Field Description private BBoxVectorRelation. cachedBBoxprivate BBoxVectorWay. cachedBBoxMethods in org.openstreetmap.josm.data.vector that return BBox Modifier and Type Method Description BBoxVectorNode. getBBox()BBoxVectorRelation. getBBox()BBoxVectorWay. getBBox()Methods in org.openstreetmap.josm.data.vector with parameters of type BBox Modifier and Type Method Description java.util.List<VectorNode>VectorDataSet. searchNodes(BBox bbox)java.util.List<VectorRelation>VectorDataSet. searchRelations(BBox bbox)java.util.List<VectorWay>VectorDataSet. searchWays(BBox bbox) -
Uses of BBox in org.openstreetmap.josm.gui
Methods in org.openstreetmap.josm.gui that return BBox Modifier and Type Method Description private BBoxNavigatableComponent. getBBox(java.awt.Point p, int snapDistance) -
Uses of BBox in org.openstreetmap.josm.gui.layer
Methods in org.openstreetmap.josm.gui.layer that return BBox Modifier and Type Method Description private BBoxOsmDataLayer. getInvalidatedBBox(INode first, INode second) -
Uses of BBox in org.openstreetmap.josm.gui.layer.markerlayer
Methods in org.openstreetmap.josm.gui.layer.markerlayer that return BBox Modifier and Type Method Description BBoxMarker. getBBox() -
Uses of BBox in org.openstreetmap.josm.io
Methods in org.openstreetmap.josm.io that return BBox Modifier and Type Method Description private static BBoxOsmPbfReader. parseBBox(java.io.ByteArrayOutputStream baos, ProtobufRecord current)This parses a bbox from a record (HeaderBBox message) -
Uses of BBox in org.openstreetmap.josm.tools
Fields in org.openstreetmap.josm.tools declared as BBox Modifier and Type Field Description private BBoxGeoPropertyIndex.GPLevel. bboxMethods in org.openstreetmap.josm.tools that return BBox Modifier and Type Method Description private BBoxGeoPropertyIndex.GPLevel. generateTestBBox(int idx, double lon2, double lat2)Generate the bbox for the specified index in theGeoPropertyIndex.GPLevel.getChildren()arrayMethods in org.openstreetmap.josm.tools with parameters of type BBox Modifier and Type Method Description private voidGeoPropertyIndex.GPLevel. generateChild(GeoPropertyIndex.GPLevel<T>[] currentChildren, BBox testBBox, int idx)Safely generate the child in a multi-threaded environmentjava.lang.BooleanDefaultGeoProperty. get(BBox box)TGeoProperty. get(BBox box)Look up the property for a coordinate rectangle.(package private) booleanGeoPropertyIndex.GPLevel. isInside(BBox bbox, ILatLon ll)Checks, if a point is inside this tile.Constructors in org.openstreetmap.josm.tools with parameters of type BBox Constructor Description GPLevel(int level, BBox bbox, GeoPropertyIndex.GPLevel<T> parent, GeoPropertyIndex<T> owner)
-