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 withJMapViewer
classes.org.openstreetmap.josm.data.imagery.vectortile.mapbox.style org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives
:Node
,Way
,Relation
Users
Tags
Changesets
Utilities 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) Future<?>
DownloadOsmInViewAction.DownloadOsmInViewTask. download(Bounds downloadArea)
private void
JumpToAction. 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 protected Bounds
DownloadOsmTask. currentBounds
Methods in org.openstreetmap.josm.actions.downloadtasks with parameters of type Bounds Modifier and Type Method Description protected Optional<ProjectionBounds>
DownloadOsmTask.AbstractInternalTask. computeBbox(Bounds bounds)
Future<?>
AbstractChangesetDownloadTask. download(DownloadParams settings, Bounds downloadArea, ProgressMonitor progressMonitor)
Future<?>
DownloadGeoJsonTask. download(DownloadParams settings, Bounds downloadArea, ProgressMonitor progressMonitor)
Future<?>
DownloadGpsTask. download(DownloadParams settings, Bounds downloadArea, ProgressMonitor progressMonitor)
Future<?>
DownloadNotesTask. download(DownloadParams settings, Bounds downloadArea, ProgressMonitor progressMonitor)
Future<?>
DownloadOsmChangeTask. download(DownloadParams settings, Bounds downloadArea, ProgressMonitor progressMonitor)
protected Future<?>
DownloadOsmTask. download(DownloadOsmTask.DownloadTask downloadTask, Bounds downloadArea)
Future<?>
DownloadOsmTask. download(DownloadParams settings, Bounds downloadArea, ProgressMonitor progressMonitor)
Future<?>
DownloadOsmTask. download(OsmServerReader reader, DownloadParams settings, Bounds downloadArea, ProgressMonitor progressMonitor)
Asynchronously launches the download task for a given bounding box.Future<?>
DownloadSessionTask. download(DownloadParams settings, Bounds downloadArea, ProgressMonitor progressMonitor)
Future<?>
DownloadTask. download(DownloadParams settings, Bounds downloadArea, ProgressMonitor progressMonitor)
Asynchronously launches the download task for a given bounding box.protected void
DownloadOsmTask.AbstractInternalTask. loadData(String newLayerName, Bounds bounds)
protected void
DownloadOsmTask. rememberDownloadedBounds(Bounds bounds)
protected 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 layer -
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 void
DrawAction. paint(Graphics2D g, MapView mv, Bounds box)
void
ExtrudeAction. paint(Graphics2D g, MapView mv, Bounds box)
void
ImproveWayAccuracyAction. paint(Graphics2D g, MapView mv, Bounds bbox)
Redraws temporary layer.void
ParallelWayAction.ParallelWayLayer. paint(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 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 Bounds
DataSource. bounds
The bounds of this data sourceMethods in org.openstreetmap.josm.data that return types with arguments of type Bounds Modifier and Type Method Description default List<Bounds>
Data. getDataSourceBounds()
Replies the list of data source bounds.static List<Bounds>
DataSource. getDataSourceBounds(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 void
Bounds. extend(Bounds b)
Extends this bounds to enclose an other bounding boxboolean
Bounds. intersects(Bounds b)
The two bounds intersect? Compared to java Shape.intersects, if does not use the interior but the closure.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 newBounds
from an existing one.DataSource(Bounds bounds, 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 boolean
LatLon. 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 Bounds
GpxTrack. bounds
private Bounds
GpxTrackSegment. bounds
Methods in org.openstreetmap.josm.data.gpx that return Bounds Modifier and Type Method Description private Bounds
GpxTrack. calculateBounds()
private Bounds
GpxTrackSegment. calculateBounds()
Bounds
GpxTrack. getBounds()
Bounds
GpxTrackSegment. getBounds()
Bounds
IGpxTrack. getBounds()
Returns the track bounds.Bounds
IGpxTrackSegment. getBounds()
Returns the segment bounds.Bounds
GpxData. getMetaBounds()
Returns the bounds defining the extend of this data, as read in metadata, if any.Bounds
GpxData. 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 class
ImageryInfo.ImageryBounds
Multi-polygon bounds for imagery backgrounds.Fields in org.openstreetmap.josm.data.imagery declared as Bounds Modifier and Type Field Description private Bounds
LayerDetails. bounds
Methods in org.openstreetmap.josm.data.imagery that return Bounds Modifier and Type Method Description Bounds
LayerDetails. 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 void
LayerDetails. 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 Bounds
Source. bounds
The bounds of the data.Methods in org.openstreetmap.josm.data.imagery.vectortile.mapbox.style that return Bounds Modifier and Type Method Description Bounds
Source. 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 List<Bounds>
DataSet. cachedDataSourceBounds
Methods in org.openstreetmap.josm.data.osm that return Bounds Modifier and Type Method Description Bounds
Changeset. 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 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 Collection<Bounds>
SearchCompiler.InArea. getBounds(OsmPrimitive primitive)
protected Collection<Bounds>
SearchCompiler.InDataSourceArea. getBounds(OsmPrimitive primitive)
protected 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 void
BoundingXYVisitor. 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 with parameters of type Bounds Modifier and Type Method Description void
Rendering. render(OsmData<?,?,?,?> data, boolean renderVirtualNodes, Bounds bbox)
Renders the OSM data indata
void
StyledMapRenderer. render(OsmData<?,?,?,?> data, boolean renderVirtualNodes, Bounds bounds)
void
WireframeMapRenderer. render(OsmData<?,?,?,?> data, boolean virtual, Bounds bounds)
-
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 Bounds
CustomProjection. bounds
Methods in org.openstreetmap.josm.data.projection that return Bounds Modifier and Type Method Description Bounds
CustomProjection. getLatLonBoundsBox(ProjectionBounds r)
Bounds
Projection. getLatLonBoundsBox(ProjectionBounds pb)
Find lat/lon-box containing all the area of a given rectangle in east/north space.Bounds
ProjectionBoundsProvider. getRealBounds()
Returns the bounds for the current projection.Bounds
CustomProjection. getWorldBoundsLatLon()
Bounds
Projection. getWorldBoundsLatLon()
Get the bounds of the world.static Bounds
CustomProjection. parseBounds(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 void
ProjectionRegistry. fireProjectionChanged(Projection oldValue, Projection newValue, Bounds oldBounds)
void
ProjectionBoundsProvider. restoreOldBounds(Bounds oldBounds)
Restore clean state corresponding to old bounds after a projection change event.private void
AbstractProjection. visitOutline(Bounds b, int nPoints, Consumer<EastNorth> visitor)
void
AbstractProjection. visitOutline(Bounds b, Consumer<EastNorth> visitor)
void
Projection. visitOutline(Bounds bounds, 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 Bounds
AlbersEqualArea. getAlgorithmBounds()
Bounds
AzimuthalEquidistant. getAlgorithmBounds()
Bounds
CassiniSoldner. getAlgorithmBounds()
Bounds
DoubleStereographic. getAlgorithmBounds()
Bounds
EquidistantCylindrical. getAlgorithmBounds()
Bounds
LambertAzimuthalEqualArea. getAlgorithmBounds()
Bounds
LambertConformalConic. getAlgorithmBounds()
Bounds
LonLat. getAlgorithmBounds()
Bounds
Mercator. getAlgorithmBounds()
Bounds
ObliqueMercator. getAlgorithmBounds()
Bounds
PolarStereographic. getAlgorithmBounds()
Bounds
Proj. getAlgorithmBounds()
Return the bounds where this projection is applicable.Bounds
Sinusoidal. getAlgorithmBounds()
Bounds
SwissObliqueMercator. getAlgorithmBounds()
Bounds
TransverseMercator. getAlgorithmBounds()
-
Uses of Bounds in org.openstreetmap.josm.data.sources
Subclasses of Bounds in org.openstreetmap.josm.data.sources Modifier and Type Class Description class
SourceBounds
Multi-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 Bounds
MapViewState.MapViewRectangle. getCornerBounds()
Gets a rough estimate of the bounds by assuming lat/lon are parallel to x/y.Bounds
NavigatableComponent. getLatLonBounds(Rectangle r)
Returns minimum bounds that will cover a given rectangle.Bounds
MapViewState.MapViewRectangle. getLatLonBoundsBox()
Gets the real bounds that enclose this rectangle.Bounds
NavigatableComponent. getRealBounds()
Methods in org.openstreetmap.josm.gui with parameters of type Bounds Modifier and Type Method Description (package private) static List<Future<?>>
MainApplication. downloadFromParamBounds(boolean rawGps, Bounds b)
Download area specified as Bounds value.private void
MapView. drawTemporaryLayers(Graphics2D tempG, Bounds box)
Area
MapViewState. getArea(Bounds bounds)
Returns the area for the given bounds.void
SelectionManager.SelectionHintLayer. paint(Graphics2D g, MapView mv, Bounds bbox)
void
NavigatableComponent. 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 Bounds
SlippyMapBBoxChooser. bbox
private Bounds
TileSelectionBBoxChooser. bbox
the current bounding boxMethods in org.openstreetmap.josm.gui.bbox that return Bounds Modifier and Type Method Description protected Bounds
TileSelectionBBoxChooser. convertTileBoundsToBoundingBox(TileSelectionBBoxChooser.TileBounds tb)
Computes the bounding box given a tile grid.Bounds
BBoxChooser. getBoundingBox()
Replies the currently selected bounding box in this BBoxChooser.Bounds
SlippyMapBBoxChooser. getBoundingBox()
Bounds
TileSelectionBBoxChooser. getBoundingBox()
Replies the current bounding box.Bounds
SlippyMapBBoxChooser. getVisibleMapArea()
Returns the currently visible map areaMethods in org.openstreetmap.josm.gui.bbox with parameters of type Bounds Modifier and Type Method Description void
TileSelectionBBoxChooser.TileGridInputPanel. initFromBoundingBox(Bounds bbox)
void
BBoxChooser. setBoundingBox(Bounds bbox)
Sets the current bounding box in this BboxChooser.void
SlippyMapBBoxChooser. setBoundingBox(Bounds bbox)
Sets the current bounding box in this bbox chooser without emitting a property change event.void
TileSelectionBBoxChooser. setBoundingBox(Bounds bbox)
Sets the current bounding box.void
TileSelectionBBoxChooser.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 Bounds
BookmarkList.Bookmark. area
private Bounds
BookmarkSelection. currentArea
the currently selected download area.protected Bounds
DownloadDialog. currentBounds
private Bounds
DownloadSettings. downloadBounds
private Bounds
DownloadSettings. slippyMapBounds
Methods in org.openstreetmap.josm.gui.download that return Bounds Modifier and Type Method Description protected Bounds
BoundingBoxSelection.BoundingBoxBuilder. build()
Bounds
BookmarkList.Bookmark. getArea()
Returns the bookmark areaBounds
BoundingBoxSelection. getDownloadArea()
Replies the download area.static Bounds
DownloadDialog. 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 Optional<Bounds>
DownloadSettings. getDownloadBounds()
Gets the download bounds that are requestedOptional<Bounds>
DownloadDialog. getSelectedDownloadArea()
Returns anOptional
of the currently selected download area.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 void
AbstractDownloadSourcePanel. boundingBoxChanged(Bounds bbox)
Updates GUI components of the panel according to the bbox changes.void
DownloadDialog. 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.void
OSMDownloadSource.OSMDownloadSourcePanel. boundingBoxChanged(Bounds bbox)
boolean
IDownloadSourceType. isDownloadAreaTooLarge(Bounds bound)
Check if the area is too large for the current IDownloadSourceTypeboolean
OSMDownloadSource.GpsDataDownloadType. isDownloadAreaTooLarge(Bounds bound)
boolean
OSMDownloadSource.NotesDataDownloadType. isDownloadAreaTooLarge(Bounds bound)
boolean
OSMDownloadSource.OsmDataDownloadType. isDownloadAreaTooLarge(Bounds bound)
void
BookmarkList.Bookmark. setArea(Bounds area)
Sets the bookmark areavoid
BookmarkSelection. setDownloadArea(Bounds area)
Sets the current download areavoid
BoundingBoxSelection. setDownloadArea(Bounds area)
void
DownloadSelection. setDownloadArea(Bounds area)
Sets the current download area.void
PlaceSelection. setDownloadArea(Bounds area)
void
SlippyMapChooser. setDownloadArea(Bounds area)
void
TileSelection. setDownloadArea(Bounds area)
void
DownloadDialog. startDownload(Bounds b)
Starts download for the given bounding boxprivate void
BoundingBoxSelection. updateBboxFields(Bounds area)
private void
OSMDownloadSource.OSMDownloadSourcePanel. updateSizeCheck(Bounds bbox)
private void
BoundingBoxSelection. updateUrl(Bounds area)
Constructors in org.openstreetmap.josm.gui.download with parameters of type Bounds Constructor Description Bookmark(String name, Bounds area)
Constructs a newBookmark
for the given name and area.Bookmark(Bounds area)
Constructs a new unnamedBookmark
for 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 void
AbstractTileSourceLayer. paint(Graphics2D g, MapView mv, Bounds bounds)
void
GpxLayer. paint(Graphics2D g, MapView mv, Bounds bbox)
void
GpxRouteLayer. paint(Graphics2D g, MapView mv, Bounds bbox)
void
MapViewPaintable. paint(Graphics2D g, MapView mv, Bounds bbox)
Paint the dataset using the engine set.void
NoteLayer. paint(Graphics2D g, MapView mv, Bounds box)
void
OsmDataLayer. paint(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).void
ValidatorLayer. paint(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). -
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 Bounds
WikimediaCommonsLoader. bounds
Methods in org.openstreetmap.josm.gui.layer.geoimage with parameters of type Bounds Modifier and Type Method Description void
GeoImageLayer. paint(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 void
GpxDrawHelper. drawAll(Graphics2D g, MapView mv, List<WayPoint> visibleSegments, Bounds clipBounds)
Draw all enabled GPX elements of layer.private 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 void
MVTLayer. paint(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 void
MarkerLayer. paint(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 Bounds
RenderingCLI. argBounds
Bounds
RenderingCLI.RenderingArea. bounds
private Bounds
RenderingHelper. bounds
Constructors in org.openstreetmap.josm.gui.mappaint with parameters of type Bounds Constructor Description RenderingHelper(DataSet ds, Bounds bounds, double scale, 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 Bounds
BoundingBoxSelectionPanel. getBoundingBox()
Get the bounding box the user selectedMethods in org.openstreetmap.josm.gui.widgets with parameters of type Bounds Modifier and Type Method Description void
BoundingBoxSelectionPanel. setBoundingBox(Bounds area)
Sets the bounding box to the given areaprivate void
BoundingBoxSelectionPanel. 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 Bounds
ChangesetQuery. bounds
the bounding box this query is restricted to.private Bounds
NameFinder.SearchResult. bounds
Methods in org.openstreetmap.josm.io that return Bounds Modifier and Type Method Description Bounds
ChangesetQuery. getBounds()
Replies the bounding box this query is restricted to.Bounds
NameFinder.SearchResult. getBounds()
Returns the bounds.Bounds
NameFinder.SearchResult. getDownloadArea()
Returns the download area.Methods in org.openstreetmap.josm.io with parameters of type Bounds Modifier and Type Method Description protected void
GeoJSONWriter. appendBounds(Bounds b, javax.json.JsonObjectBuilder object)
private GpxData
BoundingBoxDownloader. downloadRawGps(Bounds b, ProgressMonitor progressMonitor)
ChangesetQuery
ChangesetQuery. 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, String overpassServer, 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 Bounds
WMSImagery. parseBBox(Projection conv, String miny, String minx, String maxy, String maxx)
private Bounds
WMSImagery. parseBoundingBox(XMLStreamReader reader, Projection conv)
private Bounds
WMSImagery. parseExGeographic(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 protected void
LoadAndZoomHandler. zoom(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 Bounds
GeoUrlToBounds. parse(String url)
static Bounds
OsmUrlToBounds. parse(String url)
Parses an URL intoBounds
private static Bounds
OsmUrlToBounds. parseHashURLs(String url)
Openstreetmap.org changed it's URL scheme in August 2013, which breaks the URL parsing.private static Bounds
OsmUrlToBounds. parseShortLink(String url)
Parse OSM short linkstatic Bounds
OsmUrlToBounds. 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 String
Mediawiki. getGeoImagesUrl(String baseUrl, Bounds bounds)
Returns the URL for searching geolocated images in given bounds.static String
OsmUrlToBounds. getURL(Bounds b)
Return OSM URL for given area.static int
OsmUrlToBounds. getZoom(Bounds b)
Return OSM Zoom level for a given areavoid
Mediawiki. searchGeoImages(Bounds bounds, BiConsumer<String,LatLon> imageConsumer)
Searches geocoded images from Wikimedia Commons for the given bounding box.
-