Uses of Class
org.openstreetmap.josm.data.Bounds
-
Packages that use Bounds Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.actions.downloadtasks Provides the classes for JOSMdownload tasks.org.openstreetmap.josm.actions.mapmode Provides the classes for JOSMmap modes.org.openstreetmap.josm.actions.search Provides the classes for JOSMsearch action.org.openstreetmap.josm.data Provides the classes for JOSM managed data.org.openstreetmap.josm.data.coor Provides the classes for geographiccoordinates(east/north and lat/lon systems).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.style Provides classes for converting Mapbox Vector Styles to JOSM MapCSS stylesheets See the style specification for more information on what the Mapbox Vector Style translation code expects.org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives:Node,Way,RelationUsersTagsChangesetsUtilities classesorg.openstreetmap.josm.data.osm.search Provides classes allowing to search OSM primitives in a dataset using textual queries.org.openstreetmap.josm.data.osm.visitor Provides the classes for performing actions on OSM primitives using Visitor design pattern.org.openstreetmap.josm.data.osm.visitor.paint Provides the classes for painting (rendering) OSM primitives on the map.org.openstreetmap.josm.data.projection Provides the classes for JOSM map projection.org.openstreetmap.josm.data.projection.proj Provides the classes for JOSM map projections implementations.org.openstreetmap.josm.data.sources org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface.org.openstreetmap.josm.gui.bbox Provides GUI classes for displaying a customizable and interactive bounding box.org.openstreetmap.josm.gui.download Provides GUI classes for the download dialog.org.openstreetmap.josm.gui.layer Provides classes for handling the different kinds of map layers.org.openstreetmap.josm.gui.layer.geoimage Provides classes for handling layers displaying geotagged pictures.org.openstreetmap.josm.gui.layer.gpx Provides classes for handling GPX layers.org.openstreetmap.josm.gui.layer.imagery Provides classes for handling imagery background layers.org.openstreetmap.josm.gui.layer.markerlayer Provides classes for handling marker layers.org.openstreetmap.josm.gui.mappaint Drawing system allowing to display and render OSM map data in a user-friendly and customizable way, through map styles.
Two implementations are provided: XML: this was the system used by default JOSM map style for a long time.org.openstreetmap.josm.gui.widgets Provides GUI widgets customized for JOSM needs.org.openstreetmap.josm.io Provides the classes for JOSM input/output support.org.openstreetmap.josm.io.imagery Provides the classes for imagery I/O.org.openstreetmap.josm.io.remotecontrol.handler Provides the classes for remote control handlers (features exposed to the browser).org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of Bounds in org.openstreetmap.josm.actions
Methods in org.openstreetmap.josm.actions with parameters of type Bounds Modifier and Type Method Description (package private) java.util.concurrent.Future<?>DownloadOsmInViewAction.DownloadOsmInViewTask. download(Bounds downloadArea)private voidJumpToAction. setBounds(Bounds b) -
Uses of Bounds in org.openstreetmap.josm.actions.downloadtasks
Fields in org.openstreetmap.josm.actions.downloadtasks declared as Bounds Modifier and Type Field Description private BoundsDownloadNotesTask.DownloadBoundingBoxTask. boundsprotected BoundsDownloadOsmTask. currentBoundsMethods in org.openstreetmap.josm.actions.downloadtasks with parameters of type Bounds Modifier and Type Method Description protected java.util.Optional<ProjectionBounds>DownloadOsmTask.AbstractInternalTask. computeBbox(Bounds bounds)java.util.concurrent.Future<?>AbstractChangesetDownloadTask. download(DownloadParams settings, Bounds downloadArea, ProgressMonitor progressMonitor)java.util.concurrent.Future<?>DownloadGeoJsonTask. download(DownloadParams settings, Bounds downloadArea, ProgressMonitor progressMonitor)java.util.concurrent.Future<?>DownloadGpsTask. download(DownloadParams settings, Bounds downloadArea, ProgressMonitor progressMonitor)java.util.concurrent.Future<?>DownloadNotesTask. download(DownloadParams settings, Bounds downloadArea, ProgressMonitor progressMonitor)java.util.concurrent.Future<?>DownloadOsmChangeTask. download(DownloadParams settings, Bounds downloadArea, ProgressMonitor progressMonitor)protected java.util.concurrent.Future<?>DownloadOsmTask. download(DownloadOsmTask.DownloadTask downloadTask, Bounds downloadArea)java.util.concurrent.Future<?>DownloadOsmTask. download(DownloadParams settings, Bounds downloadArea, ProgressMonitor progressMonitor)java.util.concurrent.Future<?>DownloadOsmTask. download(OsmServerReader reader, DownloadParams settings, Bounds downloadArea, ProgressMonitor progressMonitor)Asynchronously launches the download task for a given bounding box.java.util.concurrent.Future<?>DownloadSessionTask. download(DownloadParams settings, Bounds downloadArea, ProgressMonitor progressMonitor)java.util.concurrent.Future<?>DownloadTask. download(DownloadParams settings, Bounds downloadArea, ProgressMonitor progressMonitor)Asynchronously launches the download task for a given bounding box.protected voidDownloadOsmTask.AbstractInternalTask. loadData(java.lang.String newLayerName, Bounds bounds)protected voidDownloadOsmTask. rememberDownloadedBounds(Bounds bounds)protected java.util.Collection<OsmPrimitive>DownloadOsmTask.AbstractInternalTask. searchPrimitivesToUpdate(Bounds bounds, DataSet ds)Look for primitives deleted on server (thus absent from downloaded data) but still present in existing data layerConstructors in org.openstreetmap.josm.actions.downloadtasks with parameters of type Bounds Constructor Description DownloadBoundingBoxTask(Bounds bounds, ProgressMonitor progressMonitor) -
Uses of Bounds in org.openstreetmap.josm.actions.mapmode
Methods in org.openstreetmap.josm.actions.mapmode with parameters of type Bounds Modifier and Type Method Description voidDrawAction. paint(java.awt.Graphics2D g, MapView mv, Bounds box)voidExtrudeAction. paint(java.awt.Graphics2D g, MapView mv, Bounds box)voidImproveWayAccuracyAction. paint(java.awt.Graphics2D g, MapView mv, Bounds bbox)Redraws temporary layer.voidParallelWayAction.ParallelWayLayer. paint(java.awt.Graphics2D g, MapView mv, Bounds bbox) -
Uses of Bounds in org.openstreetmap.josm.actions.search
Methods in org.openstreetmap.josm.actions.search that return types with arguments of type Bounds Modifier and Type Method Description protected java.util.Collection<Bounds>InView. getBounds(OsmPrimitive primitive) -
Uses of Bounds in org.openstreetmap.josm.data
Fields in org.openstreetmap.josm.data declared as Bounds Modifier and Type Field Description BoundsDataSource. boundsThe bounds of this data sourceMethods in org.openstreetmap.josm.data that return types with arguments of type Bounds Modifier and Type Method Description default java.util.List<Bounds>Data. getDataSourceBounds()Replies the list of data source bounds.static java.util.List<Bounds>DataSource. getDataSourceBounds(java.util.Collection<DataSource> dataSources)Replies the list of data source bounds.Methods in org.openstreetmap.josm.data with parameters of type Bounds Modifier and Type Method Description voidBounds. extend(Bounds b)Extends this bounds to enclose an other bounding boxbooleanBounds. intersects(Bounds b)The two bounds intersect? Compared to java Shape.intersects, if does not use the interior but the closure.java.util.Collection<ImageEntry>ImageData. searchImages(Bounds bounds)Search for images in a boundsConstructors in org.openstreetmap.josm.data with parameters of type Bounds Constructor Description Bounds(Bounds other)Creates newBoundsfrom an existing one.DataSource(Bounds bounds, java.lang.String origin)Constructs a newDataSource. -
Uses of Bounds in org.openstreetmap.josm.data.coor
Methods in org.openstreetmap.josm.data.coor with parameters of type Bounds Modifier and Type Method Description booleanLatLon. isWithin(Bounds b)Determines if this lat/lon is within the given bounding box. -
Uses of Bounds in org.openstreetmap.josm.data.gpx
Fields in org.openstreetmap.josm.data.gpx declared as Bounds Modifier and Type Field Description private BoundsGpxTrack. boundsprivate BoundsGpxTrackSegment. boundsMethods in org.openstreetmap.josm.data.gpx that return Bounds Modifier and Type Method Description private BoundsGpxTrack. calculateBounds()private BoundsGpxTrackSegment. calculateBounds()BoundsGpxTrack. getBounds()BoundsGpxTrackSegment. getBounds()BoundsIGpxTrack. getBounds()Returns the track bounds.BoundsIGpxTrackSegment. getBounds()Returns the segment bounds.BoundsGpxData. getMetaBounds()Returns the bounds defining the extend of this data, as read in metadata, if any.BoundsGpxData. recalculateBounds()Calculates the bounding box of available data and returns it. -
Uses of Bounds in org.openstreetmap.josm.data.imagery
Subclasses of Bounds in org.openstreetmap.josm.data.imagery Modifier and Type Class Description static classImageryInfo.ImageryBoundsMulti-polygon bounds for imagery backgrounds.Fields in org.openstreetmap.josm.data.imagery declared as Bounds Modifier and Type Field Description private BoundsLayerDetails. boundsMethods in org.openstreetmap.josm.data.imagery that return Bounds Modifier and Type Method Description BoundsLayerDetails. getBounds()Returns bounds within layer might be queried.Methods in org.openstreetmap.josm.data.imagery with parameters of type Bounds Modifier and Type Method Description voidLayerDetails. setBounds(Bounds bounds)Sets bounds of this layer -
Uses of Bounds in org.openstreetmap.josm.data.imagery.vectortile.mapbox.style
Fields in org.openstreetmap.josm.data.imagery.vectortile.mapbox.style declared as Bounds Modifier and Type Field Description private BoundsSource. boundsThe bounds of the data.Methods in org.openstreetmap.josm.data.imagery.vectortile.mapbox.style that return Bounds Modifier and Type Method Description BoundsSource. getBounds()Get the bounds for this source -
Uses of Bounds in org.openstreetmap.josm.data.osm
Fields in org.openstreetmap.josm.data.osm with type parameters of type Bounds Modifier and Type Field Description private java.util.List<Bounds>DataSet. cachedDataSourceBoundsMethods in org.openstreetmap.josm.data.osm that return Bounds Modifier and Type Method Description BoundsChangeset. getBounds()Returns the changeset bounding box.Methods in org.openstreetmap.josm.data.osm that return types with arguments of type Bounds Modifier and Type Method Description java.util.List<Bounds>DataSet. getDataSourceBounds() -
Uses of Bounds in org.openstreetmap.josm.data.osm.search
Methods in org.openstreetmap.josm.data.osm.search that return types with arguments of type Bounds Modifier and Type Method Description protected abstract java.util.Collection<Bounds>SearchCompiler.InArea. getBounds(OsmPrimitive primitive)protected java.util.Collection<Bounds>SearchCompiler.InDataSourceArea. getBounds(OsmPrimitive primitive)protected java.util.Collection<Bounds>SearchCompiler.NotOutsideDataSourceArea. getBounds(OsmPrimitive primitive) -
Uses of Bounds in org.openstreetmap.josm.data.osm.visitor
Methods in org.openstreetmap.josm.data.osm.visitor with parameters of type Bounds Modifier and Type Method Description voidBoundingXYVisitor. visit(Bounds b)Visiting call for bounds. -
Uses of Bounds in org.openstreetmap.josm.data.osm.visitor.paint
Methods in org.openstreetmap.josm.data.osm.visitor.paint that return Bounds Modifier and Type Method Description private static BoundsStyledTiledMapRenderer. generateRenderArea(java.util.Collection<TileZXY> tiles)Generate the area for renderingstatic BoundsTileZXY. tileToBounds(TileZXY tile)Convert a tile to the bounds for that tileMethods in org.openstreetmap.josm.data.osm.visitor.paint with parameters of type Bounds Modifier and Type Method Description voidRendering. render(OsmData<?,?,?,?> data, boolean renderVirtualNodes, Bounds bbox)Renders the OSM data indatavoidStyledMapRenderer. render(OsmData<?,?,?,?> data, boolean renderVirtualNodes, Bounds bounds)voidStyledTiledMapRenderer. render(OsmData<?,?,?,?> data, boolean renderVirtualNodes, Bounds bounds)voidWireframeMapRenderer. render(OsmData<?,?,?,?> data, boolean virtual, Bounds bounds)voidStyledTiledMapRenderer. setCache(Bounds box, org.apache.commons.jcs3.access.CacheAccess<TileZXY,ImageCache> cache, int zoom, java.util.function.Consumer<TileZXY> notifier)Set the cache for this painter. -
Uses of Bounds in org.openstreetmap.josm.data.projection
Fields in org.openstreetmap.josm.data.projection declared as Bounds Modifier and Type Field Description protected BoundsCustomProjection. boundsMethods in org.openstreetmap.josm.data.projection that return Bounds Modifier and Type Method Description BoundsCustomProjection. getLatLonBoundsBox(ProjectionBounds r)BoundsProjection. getLatLonBoundsBox(ProjectionBounds pb)Find lat/lon-box containing all the area of a given rectangle in east/north space.BoundsProjectionBoundsProvider. getRealBounds()Returns the bounds for the current projection.BoundsCustomProjection. getWorldBoundsLatLon()BoundsProjection. getWorldBoundsLatLon()Get the bounds of the world.static BoundsCustomProjection. parseBounds(java.lang.String boundsStr)Converts a string to a bounds objectMethods in org.openstreetmap.josm.data.projection with parameters of type Bounds Modifier and Type Method Description private static voidProjectionRegistry. fireProjectionChanged(Projection oldValue, Projection newValue, Bounds oldBounds)voidProjectionBoundsProvider. restoreOldBounds(Bounds oldBounds)Restore clean state corresponding to old bounds after a projection change event.private voidAbstractProjection. visitOutline(Bounds b, int nPoints, java.util.function.Consumer<EastNorth> visitor)voidAbstractProjection. visitOutline(Bounds b, java.util.function.Consumer<EastNorth> visitor)voidProjection. visitOutline(Bounds bounds, java.util.function.Consumer<EastNorth> visitor)Visit points along the edge of this bounds instance. -
Uses of Bounds in org.openstreetmap.josm.data.projection.proj
Methods in org.openstreetmap.josm.data.projection.proj that return Bounds Modifier and Type Method Description BoundsAlbersEqualArea. getAlgorithmBounds()BoundsAzimuthalEquidistant. getAlgorithmBounds()BoundsCassiniSoldner. getAlgorithmBounds()BoundsDoubleStereographic. getAlgorithmBounds()BoundsEquidistantCylindrical. getAlgorithmBounds()BoundsLambertAzimuthalEqualArea. getAlgorithmBounds()BoundsLambertConformalConic. getAlgorithmBounds()BoundsLonLat. getAlgorithmBounds()BoundsMercator. getAlgorithmBounds()BoundsObliqueMercator. getAlgorithmBounds()BoundsPolarStereographic. getAlgorithmBounds()BoundsProj. getAlgorithmBounds()Return the bounds where this projection is applicable.BoundsSinusoidal. getAlgorithmBounds()BoundsSwissObliqueMercator. getAlgorithmBounds()BoundsTransverseMercator. getAlgorithmBounds() -
Uses of Bounds in org.openstreetmap.josm.data.sources
Subclasses of Bounds in org.openstreetmap.josm.data.sources Modifier and Type Class Description classSourceBoundsMulti-polygon bounds for source backgrounds. -
Uses of Bounds in org.openstreetmap.josm.gui
Methods in org.openstreetmap.josm.gui that return Bounds Modifier and Type Method Description BoundsMapViewState.MapViewRectangle. getCornerBounds()Gets a rough estimate of the bounds by assuming lat/lon are parallel to x/y.BoundsNavigatableComponent. getLatLonBounds(java.awt.Rectangle r)Returns minimum bounds that will cover a given rectangle.BoundsMapViewState.MapViewRectangle. getLatLonBoundsBox()Gets the real bounds that enclose this rectangle.BoundsNavigatableComponent. getRealBounds()Methods in org.openstreetmap.josm.gui with parameters of type Bounds Modifier and Type Method Description (package private) static java.util.List<java.util.concurrent.Future<?>>MainApplication. downloadFromParamBounds(boolean rawGps, Bounds b)Download area specified as Bounds value.private voidMapView. drawTemporaryLayers(java.awt.Graphics2D tempG, Bounds box)java.awt.geom.AreaMapViewState. getArea(Bounds bounds)Returns the area for the given bounds.voidSelectionManager.SelectionHintLayer. paint(java.awt.Graphics2D g, MapView mv, Bounds bbox)voidNavigatableComponent. zoomTo(Bounds box)Zoom to given bounds. -
Uses of Bounds in org.openstreetmap.josm.gui.bbox
Fields in org.openstreetmap.josm.gui.bbox declared as Bounds Modifier and Type Field Description private BoundsSlippyMapBBoxChooser. bboxprivate BoundsTileSelectionBBoxChooser. bboxthe current bounding boxMethods in org.openstreetmap.josm.gui.bbox that return Bounds Modifier and Type Method Description protected BoundsTileSelectionBBoxChooser. convertTileBoundsToBoundingBox(TileSelectionBBoxChooser.TileBounds tb)Computes the bounding box given a tile grid.BoundsBBoxChooser. getBoundingBox()Replies the currently selected bounding box in this BBoxChooser.BoundsSlippyMapBBoxChooser. getBoundingBox()BoundsTileSelectionBBoxChooser. getBoundingBox()Replies the current bounding box.BoundsSlippyMapBBoxChooser. getVisibleMapArea()Returns the currently visible map areaMethods in org.openstreetmap.josm.gui.bbox with parameters of type Bounds Modifier and Type Method Description voidTileSelectionBBoxChooser.TileGridInputPanel. initFromBoundingBox(Bounds bbox)voidBBoxChooser. setBoundingBox(Bounds bbox)Sets the current bounding box in this BboxChooser.voidSlippyMapBBoxChooser. setBoundingBox(Bounds bbox)Sets the current bounding box in this bbox chooser without emitting a property change event.voidTileSelectionBBoxChooser. setBoundingBox(Bounds bbox)Sets the current bounding box.voidTileSelectionBBoxChooser.TileBoundsMapView. setBoundingBox(Bounds bbox) -
Uses of Bounds in org.openstreetmap.josm.gui.download
Fields in org.openstreetmap.josm.gui.download declared as Bounds Modifier and Type Field Description private BoundsBookmarkList.Bookmark. areaprivate BoundsBookmarkSelection. currentAreathe currently selected download area.protected BoundsDownloadDialog. currentBoundsprivate BoundsDownloadSettings. downloadBoundsprivate BoundsDownloadSettings. slippyMapBoundsMethods in org.openstreetmap.josm.gui.download that return Bounds Modifier and Type Method Description protected BoundsBoundingBoxSelection.BoundingBoxBuilder. build()BoundsBookmarkList.Bookmark. getArea()Returns the bookmark areaBoundsBoundingBoxSelection. getDownloadArea()Replies the download area.static BoundsDownloadDialog. getSavedDownloadBounds()Returns the previously saved bounding box from preferences.Methods in org.openstreetmap.josm.gui.download that return types with arguments of type Bounds Modifier and Type Method Description java.util.Optional<Bounds>DownloadSettings. getDownloadBounds()Gets the download bounds that are requestedjava.util.Optional<Bounds>DownloadDialog. getSelectedDownloadArea()Returns anOptionalof the currently selected download area.java.util.Optional<Bounds>DownloadSettings. getSlippyMapBounds()Gets the slippy map boundsMethods in org.openstreetmap.josm.gui.download with parameters of type Bounds Modifier and Type Method Description voidAbstractDownloadSourcePanel. boundingBoxChanged(Bounds bbox)Updates GUI components of the panel according to the bbox changes.voidDownloadDialog. boundingBoxChanged(Bounds b, DownloadSelection eventSource)Distributes a "bounding box changed" from one DownloadSelection object to the others, so they may update or clear their input fields.voidOSMDownloadSource.OSMDownloadSourcePanel. boundingBoxChanged(Bounds bbox)booleanIDownloadSourceType. isDownloadAreaTooLarge(Bounds bound)Check if the area is too large for the current IDownloadSourceTypebooleanOSMDownloadSource.GpsDataDownloadType. isDownloadAreaTooLarge(Bounds bound)booleanOSMDownloadSource.NotesDataDownloadType. isDownloadAreaTooLarge(Bounds bound)booleanOSMDownloadSource.OsmDataDownloadType. isDownloadAreaTooLarge(Bounds bound)voidBookmarkList.Bookmark. setArea(Bounds area)Sets the bookmark areavoidBookmarkSelection. setDownloadArea(Bounds area)Sets the current download areavoidBoundingBoxSelection. setDownloadArea(Bounds area)voidDownloadSelection. setDownloadArea(Bounds area)Sets the current download area.voidPlaceSelection. setDownloadArea(Bounds area)voidSlippyMapChooser. setDownloadArea(Bounds area)voidTileSelection. setDownloadArea(Bounds area)voidDownloadDialog. startDownload(Bounds b)Starts download for the given bounding boxprivate voidBoundingBoxSelection. updateBboxFields(Bounds area)private voidBoundingBoxSelection. updateUrl(Bounds area)Constructors in org.openstreetmap.josm.gui.download with parameters of type Bounds Constructor Description Bookmark(java.lang.String name, Bounds area)Constructs a newBookmarkfor the given name and area.Bookmark(Bounds area)Constructs a new unnamedBookmarkfor the given area.DownloadSettings(Bounds bbox, Bounds slippyMapBounds, boolean downloadAsNewLayer, boolean zoomToDownloadedData)Initializes a new instance ofDownloadSettings. -
Uses of Bounds in org.openstreetmap.josm.gui.layer
Methods in org.openstreetmap.josm.gui.layer with parameters of type Bounds Modifier and Type Method Description voidAbstractTileSourceLayer. paint(java.awt.Graphics2D g, MapView mv, Bounds bounds)voidGpxLayer. paint(java.awt.Graphics2D g, MapView mv, Bounds bbox)voidGpxRouteLayer. paint(java.awt.Graphics2D g, MapView mv, Bounds bbox)voidMapViewPaintable. paint(java.awt.Graphics2D g, MapView mv, Bounds bbox)Paint the dataset using the engine set.voidNoteLayer. paint(java.awt.Graphics2D g, MapView mv, Bounds box)voidOsmDataLayer. paint(java.awt.Graphics2D g, MapView mv, Bounds box)Draw all primitives in this layer but do not draw modified ones (they are drawn by the edit layer).voidValidatorLayer. paint(java.awt.Graphics2D g, MapView mv, Bounds bounds)Draw all primitives in this layer but do not draw modified ones (they are drawn by the edit layer).private voidOsmDataLayer. paintData(java.awt.Graphics2D g, MapView mv, Bounds box, boolean inactive, boolean virtual) -
Uses of Bounds in org.openstreetmap.josm.gui.layer.geoimage
Fields in org.openstreetmap.josm.gui.layer.geoimage declared as Bounds Modifier and Type Field Description private BoundsWikimediaCommonsLoader. boundsMethods in org.openstreetmap.josm.gui.layer.geoimage with parameters of type Bounds Modifier and Type Method Description voidGeoImageLayer. paint(java.awt.Graphics2D g, MapView mv, Bounds bounds)Constructors in org.openstreetmap.josm.gui.layer.geoimage with parameters of type Bounds Constructor Description WikimediaCommonsLoader(Bounds bounds)Constructs a newWikimediaCommonsLoader -
Uses of Bounds in org.openstreetmap.josm.gui.layer.gpx
Methods in org.openstreetmap.josm.gui.layer.gpx with parameters of type Bounds Modifier and Type Method Description voidGpxDrawHelper. drawAll(java.awt.Graphics2D g, MapView mv, java.util.List<WayPoint> visibleSegments, Bounds clipBounds)Draw all enabled GPX elements of layer.private java.util.List<WayPoint>GpxDrawHelper. listVisibleSegments(Bounds box) -
Uses of Bounds in org.openstreetmap.josm.gui.layer.imagery
Methods in org.openstreetmap.josm.gui.layer.imagery with parameters of type Bounds Modifier and Type Method Description voidMVTLayer. paint(java.awt.Graphics2D g, MapView mv, Bounds box) -
Uses of Bounds in org.openstreetmap.josm.gui.layer.markerlayer
Methods in org.openstreetmap.josm.gui.layer.markerlayer with parameters of type Bounds Modifier and Type Method Description voidMarkerLayer. paint(java.awt.Graphics2D g, MapView mv, Bounds box) -
Uses of Bounds in org.openstreetmap.josm.gui.mappaint
Fields in org.openstreetmap.josm.gui.mappaint declared as Bounds Modifier and Type Field Description private BoundsRenderingCLI. argBoundsBoundsRenderingCLI.RenderingArea. boundsprivate BoundsRenderingHelper. boundsConstructors in org.openstreetmap.josm.gui.mappaint with parameters of type Bounds Constructor Description RenderingHelper(DataSet ds, Bounds bounds, double scale, java.util.Collection<RenderingHelper.StyleData> styles)Construct a newRenderingHelper. -
Uses of Bounds in org.openstreetmap.josm.gui.widgets
Methods in org.openstreetmap.josm.gui.widgets that return Bounds Modifier and Type Method Description BoundsBoundingBoxSelectionPanel. getBoundingBox()Get the bounding box the user selectedMethods in org.openstreetmap.josm.gui.widgets with parameters of type Bounds Modifier and Type Method Description voidBoundingBoxSelectionPanel. setBoundingBox(Bounds area)Sets the bounding box to the given areaprivate voidBoundingBoxSelectionPanel. updateBboxFields(Bounds area) -
Uses of Bounds in org.openstreetmap.josm.io
Fields in org.openstreetmap.josm.io declared as Bounds Modifier and Type Field Description private BoundsChangesetQuery. boundsthe bounding box this query is restricted to.private BoundsNameFinder.SearchResult. boundsMethods in org.openstreetmap.josm.io that return Bounds Modifier and Type Method Description BoundsChangesetQuery. getBounds()Replies the bounding box this query is restricted to.BoundsNameFinder.SearchResult. getBounds()Returns the bounds.BoundsNameFinder.SearchResult. getDownloadArea()Returns the download area.Methods in org.openstreetmap.josm.io that return types with arguments of type Bounds Modifier and Type Method Description protected java.util.Collection<Bounds>BoundingBoxDownloader. getBounds()Get the bounds for this downloaderprotected java.util.Collection<Bounds>OverpassDownloadReader. getBounds()Methods in org.openstreetmap.josm.io with parameters of type Bounds Modifier and Type Method Description protected voidGeoJSONWriter. appendBounds(Bounds b, jakarta.json.JsonObjectBuilder object)private GpxDataBoundingBoxDownloader. downloadRawGps(Bounds b, ProgressMonitor progressMonitor)ChangesetQueryChangesetQuery. inBbox(Bounds bbox)Replies a query which is restricted to a bounding box given bybbox.Constructors in org.openstreetmap.josm.io with parameters of type Bounds Constructor Description BoundingBoxDownloader(Bounds downloadArea)Constructs a newBoundingBoxDownloader.OverpassDownloadReader(Bounds downloadArea, java.lang.String overpassServer, java.lang.String overpassQuery)Constructs a newOverpassDownloadReader. -
Uses of Bounds in org.openstreetmap.josm.io.imagery
Methods in org.openstreetmap.josm.io.imagery that return Bounds Modifier and Type Method Description private static BoundsWMSImagery. parseBBox(Projection conv, java.lang.String miny, java.lang.String minx, java.lang.String maxy, java.lang.String maxx)private BoundsWMSImagery. parseBoundingBox(javax.xml.stream.XMLStreamReader reader, Projection conv)private BoundsWMSImagery. parseExGeographic(javax.xml.stream.XMLStreamReader reader) -
Uses of Bounds in org.openstreetmap.josm.io.remotecontrol.handler
Methods in org.openstreetmap.josm.io.remotecontrol.handler with parameters of type Bounds Modifier and Type Method Description private voidLoadAndZoomHandler. searchAndZoom(java.util.Collection<OsmPrimitive> forTagAdd, Bounds bbox)private voidLoadAndZoomHandler. selectAndZoom(java.util.Collection<OsmPrimitive> forTagAdd, Bounds bbox)protected voidLoadAndZoomHandler. zoom(java.util.Collection<OsmPrimitive> primitives, Bounds bbox) -
Uses of Bounds in org.openstreetmap.josm.tools
Methods in org.openstreetmap.josm.tools that return Bounds Modifier and Type Method Description static BoundsGeoUrlToBounds. parse(java.lang.String url)static BoundsOsmUrlToBounds. parse(java.lang.String url)Parses an URL intoBoundsprivate static BoundsOsmUrlToBounds. parseHashURLs(java.lang.String url)Openstreetmap.org changed it's URL scheme in August 2013, which breaks the URL parsing.private static BoundsOsmUrlToBounds. parseShortLink(java.lang.String url)Parse OSM short linkstatic BoundsOsmUrlToBounds. positionToBounds(double lat, double lon, int zoom)Compute the bounds for a given lat/lon position and the zoom levelMethods in org.openstreetmap.josm.tools with parameters of type Bounds Modifier and Type Method Description static java.lang.StringMediawiki. getGeoImagesUrl(java.lang.String baseUrl, Bounds bounds)Returns the URL for searching geolocated images in given bounds.static java.lang.StringOsmUrlToBounds. getURL(Bounds b)Return OSM URL for given area.static intOsmUrlToBounds. getZoom(Bounds b)Return OSM Zoom level for a given areavoidMediawiki. searchGeoImages(Bounds bounds, java.util.function.BiConsumer<java.lang.String,LatLon> imageConsumer)Searches geocoded images from Wikimedia Commons for the given bounding box.
-