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

Packages that use ProjectionBounds
org.openstreetmap.josm.data   
org.openstreetmap.josm.data.imagery   
org.openstreetmap.josm.data.osm.visitor   
org.openstreetmap.josm.gui   
org.openstreetmap.josm.gui.layer   
org.openstreetmap.josm.io.imagery   
 

Uses of ProjectionBounds in org.openstreetmap.josm.data
 

Methods in org.openstreetmap.josm.data with parameters of type ProjectionBounds
 boolean ProjectionBounds.intersects(ProjectionBounds b)
          The two bounds intersect? Compared to java Shape.intersects, if does not use the interior but the closure.
 

Uses of ProjectionBounds in org.openstreetmap.josm.data.imagery
 

Fields in org.openstreetmap.josm.data.imagery declared as ProjectionBounds
(package private)  ProjectionBounds WmsCache.CacheEntry.bounds
           
 

Fields in org.openstreetmap.josm.data.imagery with type parameters of type ProjectionBounds
private  java.util.Set<ProjectionBounds> WmsCache.areaToCache
           
 

Method parameters in org.openstreetmap.josm.data.imagery with type arguments of type ProjectionBounds
 void WmsCache.setAreaToCache(java.util.Set<ProjectionBounds> areaToCache)
           
 

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

Fields in org.openstreetmap.josm.data.osm.visitor declared as ProjectionBounds
private  ProjectionBounds BoundingXYVisitor.bounds
           
 

Methods in org.openstreetmap.josm.data.osm.visitor that return ProjectionBounds
 ProjectionBounds BoundingXYVisitor.getBounds()
           
 

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

Uses of ProjectionBounds in org.openstreetmap.josm.gui
 

Methods in org.openstreetmap.josm.gui that return ProjectionBounds
 ProjectionBounds NavigatableComponent.getMaxProjectionBounds()
           
 ProjectionBounds NavigatableComponent.getProjectionBounds()
           
 

Methods in org.openstreetmap.josm.gui with parameters of type ProjectionBounds
 void NavigatableComponent.zoomTo(ProjectionBounds box)
           
 

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

Methods in org.openstreetmap.josm.gui.layer that return ProjectionBounds
 ProjectionBounds WMSLayer.getBounds(WMSRequest request)
           
 

Uses of ProjectionBounds in org.openstreetmap.josm.io.imagery
 

Fields in org.openstreetmap.josm.io.imagery declared as ProjectionBounds
protected  ProjectionBounds Grabber.b
           
 



JOSM