Uses of Class
org.openstreetmap.josm.data.Bounds

Packages that use Bounds
org.openstreetmap.josm   
org.openstreetmap.josm.actions.downloadtasks   
org.openstreetmap.josm.actions.mapmode   
org.openstreetmap.josm.actions.search   
org.openstreetmap.josm.data   
org.openstreetmap.josm.data.coor   
org.openstreetmap.josm.data.gpx   
org.openstreetmap.josm.data.imagery   
org.openstreetmap.josm.data.osm   
org.openstreetmap.josm.data.osm.visitor   
org.openstreetmap.josm.data.osm.visitor.paint   
org.openstreetmap.josm.data.projection   
org.openstreetmap.josm.gui   
org.openstreetmap.josm.gui.bbox   
org.openstreetmap.josm.gui.download   
org.openstreetmap.josm.gui.layer   
org.openstreetmap.josm.gui.layer.geoimage   
org.openstreetmap.josm.gui.layer.markerlayer   
org.openstreetmap.josm.gui.preferences.imagery   
org.openstreetmap.josm.gui.widgets   
org.openstreetmap.josm.io   
org.openstreetmap.josm.tools   
 

Uses of Bounds in org.openstreetmap.josm
 

Methods in org.openstreetmap.josm with parameters of type Bounds
private static void Main.downloadFromParamBounds(boolean rawGps, Bounds b)
          Download area specified as Bounds value.
private static void Main.fireProjectionChanged(Projection oldValue, Projection newValue, Bounds oldBounds)
           
 

Uses of Bounds in org.openstreetmap.josm.actions.downloadtasks
 

Fields in org.openstreetmap.josm.actions.downloadtasks declared as Bounds
protected  Bounds DownloadOsmTask.currentBounds
           
 

Methods in org.openstreetmap.josm.actions.downloadtasks with parameters of type Bounds
 java.util.concurrent.Future<?> DownloadOsmCompressedTask.download(boolean newLayer, Bounds downloadArea, ProgressMonitor progressMonitor)
           
 java.util.concurrent.Future<?> DownloadGpsTask.download(boolean newLayer, Bounds downloadArea, ProgressMonitor progressMonitor)
           
 java.util.concurrent.Future<?> DownloadTask.download(boolean newLayer, Bounds downloadArea, ProgressMonitor progressMonitor)
          Asynchronously launches the download task for a given bounding box.
 java.util.concurrent.Future<?> DownloadOsmChangeTask.download(boolean newLayer, Bounds downloadArea, ProgressMonitor progressMonitor)
           
 java.util.concurrent.Future<?> DownloadOsmTask.download(boolean newLayer, Bounds downloadArea, ProgressMonitor progressMonitor)
           
protected  java.util.concurrent.Future<?> DownloadOsmTask.download(DownloadOsmTask.DownloadTask downloadTask, Bounds downloadArea)
           
 java.util.concurrent.Future<?> DownloadOsmTask.download(OsmServerReader reader, boolean newLayer, Bounds downloadArea, ProgressMonitor progressMonitor)
          Asynchronously launches the download task for a given bounding box.
 

Uses of Bounds in org.openstreetmap.josm.actions.mapmode
 

Methods in org.openstreetmap.josm.actions.mapmode with parameters of type Bounds
 void ParallelWayAction.paint(java.awt.Graphics2D g, MapView mv, Bounds bbox)
           
 void DrawAction.paint(java.awt.Graphics2D g, MapView mv, Bounds box)
           
 void ExtrudeAction.paint(java.awt.Graphics2D g, MapView mv, Bounds box)
           
 void ImproveWayAccuracyAction.paint(java.awt.Graphics2D g, MapView mv, Bounds bbox)
          Redraws temporary layer.
 

Uses of Bounds in org.openstreetmap.josm.actions.search
 

Fields in org.openstreetmap.josm.actions.search declared as Bounds
protected  Bounds SearchCompiler.InArea.bounds
           
 

Methods in org.openstreetmap.josm.actions.search that return Bounds
protected abstract  Bounds SearchCompiler.InArea.getBounds()
           
protected  Bounds SearchCompiler.InDataSourceArea.getBounds()
           
protected  Bounds SearchCompiler.InView.getBounds()
           
 

Uses of Bounds in org.openstreetmap.josm.data
 

Methods in org.openstreetmap.josm.data with parameters of type Bounds
 void Bounds.extend(Bounds b)
           
 boolean Bounds.intersects(Bounds b)
          The two bounds intersect? Compared to java Shape.intersects, if does not use the interior but the closure.
private static boolean Bounds.intersectsLonCrossing(Bounds crossing, Bounds notCrossing)
           
 

Constructors in org.openstreetmap.josm.data with parameters of type Bounds
Bounds(Bounds other)
           
 

Uses of Bounds in org.openstreetmap.josm.data.coor
 

Methods in org.openstreetmap.josm.data.coor with parameters of type Bounds
 boolean LatLon.isWithin(Bounds b)
           
 

Uses of Bounds in org.openstreetmap.josm.data.gpx
 

Fields in org.openstreetmap.josm.data.gpx declared as Bounds
private  Bounds ImmutableGpxTrackSegment.bounds
           
private  Bounds ImmutableGpxTrack.bounds
           
 

Methods in org.openstreetmap.josm.data.gpx that return Bounds
private  Bounds ImmutableGpxTrackSegment.calculateBounds()
           
private  Bounds ImmutableGpxTrack.calculateBounds()
           
 Bounds ImmutableGpxTrackSegment.getBounds()
           
 Bounds GpxTrack.getBounds()
           
 Bounds GpxTrackSegment.getBounds()
           
 Bounds ImmutableGpxTrack.getBounds()
           
 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
static class ImageryInfo.ImageryBounds
           
 

Uses of Bounds in org.openstreetmap.josm.data.osm
 

Fields in org.openstreetmap.josm.data.osm declared as Bounds
 Bounds DataSource.bounds
           
 

Methods in org.openstreetmap.josm.data.osm that return Bounds
 Bounds Changeset.getBounds()
           
 

Methods in org.openstreetmap.josm.data.osm that return types with arguments of type Bounds
 java.util.List<Bounds> DataSet.getDataSourceBounds()
          Replies the list of data source bounds.
 

Constructors in org.openstreetmap.josm.data.osm with parameters of type Bounds
BBox(Bounds bounds)
           
DataSource(Bounds bounds, java.lang.String origin)
           
 

Uses of Bounds in org.openstreetmap.josm.data.osm.visitor
 

Methods in org.openstreetmap.josm.data.osm.visitor with parameters of type Bounds
 void BoundingXYVisitor.visit(Bounds b)
           
 

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
 void Rendering.render(DataSet data, boolean renderVirtualNodes, Bounds bbox)
          Renders the OSM data in data
 void StyledMapRenderer.render(DataSet data, boolean renderVirtualNodes, Bounds bounds)
           
 void WireframeMapRenderer.render(DataSet data, boolean virtual, Bounds bounds)
          Renders the dataset for display.
 

Uses of Bounds in org.openstreetmap.josm.data.projection
 

Fields in org.openstreetmap.josm.data.projection declared as Bounds
private static Bounds[] GaussKrueger.bounds
           
protected  Bounds CustomProjection.bounds
           
private static Bounds UTM_France_DOM.FortMarigotBounds
           
private static Bounds UTM_France_DOM.GuyaneBounds
           
private static Bounds UTM_France_DOM.MartiniqueBounds
           
private static Bounds UTM_France_DOM.ReunionBounds
           
private static Bounds UTM_France_DOM.SainteAnneBounds
           
private static Bounds[] UTM_France_DOM.utmBounds
           
 

Methods in org.openstreetmap.josm.data.projection that return Bounds
 Bounds LambertEST.getWorldBoundsLatLon()
           
 Bounds LambertCC9Zones.getWorldBoundsLatLon()
           
 Bounds Lambert.getWorldBoundsLatLon()
           
 Bounds Lambert93.getWorldBoundsLatLon()
           
 Bounds Epsg4326.getWorldBoundsLatLon()
           
 Bounds BelgianLambert1972.getWorldBoundsLatLon()
           
 Bounds Epsg3008.getWorldBoundsLatLon()
           
 Bounds BelgianLambert2008.getWorldBoundsLatLon()
           
 Bounds GaussKrueger.getWorldBoundsLatLon()
           
 Bounds TransverseMercatorLV.getWorldBoundsLatLon()
           
 Bounds Puwg.getWorldBoundsLatLon()
           
 Bounds Puwg.PuwgData.getWorldBoundsLatLon()
           
 Bounds Puwg.Epsg2180.getWorldBoundsLatLon()
           
 Bounds Puwg.Puwg2000.getWorldBoundsLatLon()
           
 Bounds SwissGrid.getWorldBoundsLatLon()
           
 Bounds UTM.getWorldBoundsLatLon()
           
 Bounds UTM_France_DOM.getWorldBoundsLatLon()
           
 Bounds Projection.getWorldBoundsLatLon()
          Get the bounds of the world
 Bounds Mercator.getWorldBoundsLatLon()
           
 Bounds CustomProjection.getWorldBoundsLatLon()
           
static Bounds CustomProjection.parseBounds(java.lang.String boundsStr)
           
 

Uses of Bounds in org.openstreetmap.josm.gui
 

Fields in org.openstreetmap.josm.gui declared as Bounds
private  Bounds BookmarkList.Bookmark.area
           
 

Methods in org.openstreetmap.josm.gui that return Bounds
 Bounds BookmarkList.Bookmark.getArea()
           
 Bounds NavigatableComponent.getLatLonBounds(java.awt.Rectangle r)
           
 Bounds NavigatableComponent.getRealBounds()
           
 

Methods in org.openstreetmap.josm.gui with parameters of type Bounds
private  void MapView.paintLayer(Layer layer, java.awt.Graphics2D g, Bounds box)
           
 void BookmarkList.Bookmark.setArea(Bounds area)
           
 void NavigatableComponent.zoomTo(Bounds box)
           
 

Constructors in org.openstreetmap.josm.gui with parameters of type Bounds
BookmarkList.Bookmark(Bounds area)
           
 

Uses of Bounds in org.openstreetmap.josm.gui.bbox
 

Fields in org.openstreetmap.josm.gui.bbox declared as Bounds
private  Bounds SlippyMapBBoxChooser.bbox
           
private  Bounds TileSelectionBBoxChooser.bbox
          the current bounding box
 

Methods in org.openstreetmap.josm.gui.bbox that return Bounds
protected  Bounds TileSelectionBBoxChooser.convertTileBoundsToBoundingBox(TileSelectionBBoxChooser.TileBounds tb)
          Computes the bounding box given a tile grid.
 Bounds SlippyMapBBoxChooser.getBoundingBox()
           
 Bounds TileSelectionBBoxChooser.getBoundingBox()
          Replies the current bounding box.
 Bounds BBoxChooser.getBoundingBox()
          Replies the currently selected bounding box in this BBoxChooser.
 

Methods in org.openstreetmap.josm.gui.bbox with parameters of type Bounds
 void TileSelectionBBoxChooser.TileGridInputPanel.initFromBoundingBox(Bounds bbox)
           
 void SlippyMapBBoxChooser.setBoundingBox(Bounds bbox)
          Sets the current bounding box in this bbox chooser without emiting a property change event.
 void TileSelectionBBoxChooser.setBoundingBox(Bounds bbox)
          Sets the current bounding box.
 void TileSelectionBBoxChooser.TileBoundsMapView.setBoundingBox(Bounds bbox)
           
 void BBoxChooser.setBoundingBox(Bounds bbox)
          Sets the current bounding box in this BboxChooser.
 

Uses of Bounds in org.openstreetmap.josm.gui.download
 

Fields in org.openstreetmap.josm.gui.download declared as Bounds
 Bounds PlaceSelection.SearchResult.bounds
           
private  Bounds BookmarkSelection.currentArea
          the currently selected download area.
protected  Bounds DownloadDialog.currentBounds
           
 

Methods in org.openstreetmap.josm.gui.download that return Bounds
protected  Bounds BoundingBoxSelection.BoundingBoxBuilder.build()
           
 Bounds PlaceSelection.SearchResult.getDownloadArea()
           
 Bounds BoundingBoxSelection.getDownloadArea()
           
 Bounds DownloadDialog.getSelectedDownloadArea()
          Replies the currently selected download area.
 

Methods in org.openstreetmap.josm.gui.download with parameters of type Bounds
 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 TileSelection.setDownloadArea(Bounds area)
           
 void BookmarkSelection.setDownloadArea(Bounds area)
          Sets the current download area
 void SlippyMapChooser.setDownloadArea(Bounds area)
           
 void PlaceSelection.setDownloadArea(Bounds area)
           
 void DownloadSelection.setDownloadArea(Bounds area)
          Sets the current download area.
 void BoundingBoxSelection.setDownloadArea(Bounds area)
           
 void DownloadDialog.startDownload(Bounds b)
          Invoked by
private  void BoundingBoxSelection.updateBboxFields(Bounds area)
           
private  void BoundingBoxSelection.updateUrl(Bounds area)
           
 

Uses of Bounds in org.openstreetmap.josm.gui.layer
 

Methods in org.openstreetmap.josm.gui.layer with parameters of type Bounds
 void TMSLayer.paint(java.awt.Graphics2D g, MapView mv, Bounds bounds)
           
 void ValidatorLayer.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).
 void WMSLayer.paint(java.awt.Graphics2D g, MapView mv, Bounds b)
           
 void OsmDataLayer.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).
 void GpxLayer.paint(java.awt.Graphics2D g, MapView mv, Bounds box)
           
 void MapViewPaintable.paint(java.awt.Graphics2D g, MapView mv, Bounds bbox)
          Paint the dataset using the engine set.
abstract  void Layer.paint(java.awt.Graphics2D g, MapView mv, Bounds box)
          Paint the dataset using the engine set.
 

Uses of Bounds in org.openstreetmap.josm.gui.layer.geoimage
 

Methods in org.openstreetmap.josm.gui.layer.geoimage with parameters of type Bounds
 void GeoImageLayer.paint(java.awt.Graphics2D g, MapView mv, Bounds bounds)
           
 

Uses of Bounds in org.openstreetmap.josm.gui.layer.markerlayer
 

Methods in org.openstreetmap.josm.gui.layer.markerlayer with parameters of type Bounds
 void MarkerLayer.paint(java.awt.Graphics2D g, MapView mv, Bounds box)
           
 

Uses of Bounds in org.openstreetmap.josm.gui.preferences.imagery
 

Fields in org.openstreetmap.josm.gui.preferences.imagery declared as Bounds
private  Bounds AddWMSLayerPanel.LayerDetails.bounds
           
 

Constructors in org.openstreetmap.josm.gui.preferences.imagery with parameters of type Bounds
AddWMSLayerPanel.LayerDetails(java.lang.String name, java.lang.String ident, java.util.Set<java.lang.String> crsList, boolean supportedLayer, Bounds bounds, java.util.List<AddWMSLayerPanel.LayerDetails> childLayers)
           
 

Uses of Bounds in org.openstreetmap.josm.gui.widgets
 

Methods in org.openstreetmap.josm.gui.widgets that return Bounds
 Bounds BoundingBoxSelectionPanel.getBoundingBox()
           
 

Methods in org.openstreetmap.josm.gui.widgets with parameters of type Bounds
 void BoundingBoxSelectionPanel.setBoundingBox(Bounds area)
           
private  void BoundingBoxSelectionPanel.updateBboxFields(Bounds area)
           
 

Uses of Bounds in org.openstreetmap.josm.io
 

Fields in org.openstreetmap.josm.io declared as Bounds
private  Bounds ChangesetQuery.bounds
          the bounding box this query is restricted to.
 

Methods in org.openstreetmap.josm.io with parameters of type Bounds
 ChangesetQuery ChangesetQuery.inBbox(Bounds bbox)
          Replies a query which is restricted to a bounding box given by bbox.
 

Constructors in org.openstreetmap.josm.io with parameters of type Bounds
BoundingBoxDownloader(Bounds downloadArea)
           
 

Uses of Bounds in org.openstreetmap.josm.tools
 

Methods in org.openstreetmap.josm.tools that return Bounds
static Bounds OsmUrlToBounds.parse(java.lang.String url)
           
private static Bounds OsmUrlToBounds.parseShortLink(java.lang.String url)
          p
static Bounds OsmUrlToBounds.positionToBounds(double lat, double lon, int zoom)
           
 

Methods in org.openstreetmap.josm.tools with parameters of type Bounds
static java.lang.String OsmUrlToBounds.getURL(Bounds b)
           
static int OsmUrlToBounds.getZoom(Bounds b)
           
 



JOSM