Uses of Class
org.openstreetmap.josm.data.ProjectionBounds
-
Packages that use ProjectionBounds Package Description org.openstreetmap.josm.actions.downloadtasks Provides the classes for JOSMdownload tasks.org.openstreetmap.josm.data Provides the classes for JOSM managed data.org.openstreetmap.josm.data.imagery Provides the classes for JOSM imagery sources, coupled withJMapViewerclasses.org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives:Node,Way,RelationUsersTagsChangesetsUtilities classesorg.openstreetmap.josm.data.osm.visitor Provides the classes for performing actions on OSM primitives using Visitor design pattern.org.openstreetmap.josm.data.projection Provides the classes for JOSM map projection.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.imagery Provides classes for handling imagery background 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. -
-
Uses of ProjectionBounds in org.openstreetmap.josm.actions.downloadtasks
Methods in org.openstreetmap.josm.actions.downloadtasks that return ProjectionBounds Modifier and Type Method Description ProjectionBoundsAbstractDownloadTask. getDownloadProjectionBounds()Returns the projection bounds of downloaded data.ProjectionBoundsDownloadGpsTask. getDownloadProjectionBounds()ProjectionBoundsDownloadNotesTask. getDownloadProjectionBounds()ProjectionBoundsDownloadOsmTask. getDownloadProjectionBounds()Methods in org.openstreetmap.josm.actions.downloadtasks that return types with arguments of type ProjectionBounds Modifier and Type Method Description protected java.util.Optional<ProjectionBounds>DownloadOsmTask.AbstractInternalTask. computeBbox(Bounds bounds) -
Uses of ProjectionBounds in org.openstreetmap.josm.data
Fields in org.openstreetmap.josm.data declared as ProjectionBounds Modifier and Type Field Description private ProjectionBoundsViewportData. boundsMethods in org.openstreetmap.josm.data that return ProjectionBounds Modifier and Type Method Description ProjectionBoundsViewportData. getBounds()Return the bounds in east-north coordinate space.Methods in org.openstreetmap.josm.data with parameters of type ProjectionBounds Modifier and Type Method Description voidProjectionBounds. extend(ProjectionBounds b)Extends bounds to include boundsb.booleanProjectionBounds. intersects(ProjectionBounds b)The two bounds intersect? Compared to java Shape.intersects, if does not use the interior but the closure.Constructors in org.openstreetmap.josm.data with parameters of type ProjectionBounds Constructor Description ViewportData(ProjectionBounds bounds)Create a newViewportData -
Uses of ProjectionBounds in org.openstreetmap.josm.data.imagery
Methods in org.openstreetmap.josm.data.imagery that return ProjectionBounds Modifier and Type Method Description private ProjectionBoundsWMTSTileSource. getTileProjectionBounds(org.openstreetmap.gui.jmapviewer.Tile tile) -
Uses of ProjectionBounds in org.openstreetmap.josm.data.osm
Methods in org.openstreetmap.josm.data.osm that return ProjectionBounds Modifier and Type Method Description ProjectionBoundsDataSet. getDataSourceBoundingBox()default ProjectionBoundsOsmData. getDataSourceBoundingBox()Returns the data sources bounding box. -
Uses of ProjectionBounds in org.openstreetmap.josm.data.osm.visitor
Fields in org.openstreetmap.josm.data.osm.visitor declared as ProjectionBounds Modifier and Type Field Description private ProjectionBoundsBoundingXYVisitor. boundsMethods in org.openstreetmap.josm.data.osm.visitor that return ProjectionBounds Modifier and Type Method Description ProjectionBoundsBoundingXYVisitor. getBounds()Returns the bounding box.Methods in org.openstreetmap.josm.data.osm.visitor with parameters of type ProjectionBounds Modifier and Type Method Description voidBoundingXYVisitor. visit(ProjectionBounds b)Visiting call for projection bounds. -
Uses of ProjectionBounds in org.openstreetmap.josm.data.projection
Fields in org.openstreetmap.josm.data.projection declared as ProjectionBounds Modifier and Type Field Description private ProjectionBoundsAbstractProjection. projectionBoundsBoxMethods in org.openstreetmap.josm.data.projection that return ProjectionBounds Modifier and Type Method Description ProjectionBoundsCustomProjection. getEastNorthBoundsBox(ProjectionBounds box, Projection boxProjection)ProjectionBoundsProjection. getEastNorthBoundsBox(ProjectionBounds box, Projection boxProjection)Get a box in east/north space of this projection, that fully contains an east/north box of another projection.ProjectionBoundsAbstractProjection. getWorldBoundsBoxEastNorth()ProjectionBoundsProjection. getWorldBoundsBoxEastNorth()Get an approximate EastNorth box around the lat/lon world bounds.Methods in org.openstreetmap.josm.data.projection that return types with arguments of type ProjectionBounds Modifier and Type Method Description java.util.Map<ProjectionBounds,Projecting>AbstractProjection. getProjectingsForArea(ProjectionBounds area)java.util.Map<ProjectionBounds,Projecting>Projecting. getProjectingsForArea(ProjectionBounds area)Returns an map or (subarea, projecting) paris that contains projecting instances to convert the coordinates inside the given area.java.util.Map<ProjectionBounds,Projecting>ShiftedProjecting. getProjectingsForArea(ProjectionBounds area)Methods in org.openstreetmap.josm.data.projection with parameters of type ProjectionBounds Modifier and Type Method Description ProjectionBoundsCustomProjection. getEastNorthBoundsBox(ProjectionBounds box, Projection boxProjection)ProjectionBoundsProjection. getEastNorthBoundsBox(ProjectionBounds box, Projection boxProjection)Get a box in east/north space of this projection, that fully contains an east/north box of another projection.BoundsCustomProjection. getLatLonBoundsBox(ProjectionBounds r)BoundsProjection. getLatLonBoundsBox(ProjectionBounds pb)Find lat/lon-box containing all the area of a given rectangle in east/north space.private static EastNorthCustomProjection. getPointAlong(int i, int n, ProjectionBounds r)java.util.Map<ProjectionBounds,Projecting>AbstractProjection. getProjectingsForArea(ProjectionBounds area)java.util.Map<ProjectionBounds,Projecting>Projecting. getProjectingsForArea(ProjectionBounds area)Returns an map or (subarea, projecting) paris that contains projecting instances to convert the coordinates inside the given area.java.util.Map<ProjectionBounds,Projecting>ShiftedProjecting. getProjectingsForArea(ProjectionBounds area) -
Uses of ProjectionBounds in org.openstreetmap.josm.gui
Methods in org.openstreetmap.josm.gui that return ProjectionBounds Modifier and Type Method Description ProjectionBoundsNavigatableComponent. getMaxProjectionBounds()ProjectionBoundsMapViewState.MapViewRectangle. getProjectionBounds()Gets the projection bounds for this rectangle.ProjectionBoundsNavigatableComponent. getProjectionBounds()Determines the projection bounds of view area.ProjectionBoundsNavigatableComponent. getProjectionBounds(java.awt.Rectangle r)Determines the projection bounds of given rectangle.Methods in org.openstreetmap.josm.gui with parameters of type ProjectionBounds Modifier and Type Method Description voidNavigatableComponent. zoomTo(ProjectionBounds box)Zoom to given projection bounds. -
Uses of ProjectionBounds in org.openstreetmap.josm.gui.layer
Fields in org.openstreetmap.josm.gui.layer declared as ProjectionBounds Modifier and Type Field Description private ProjectionBoundsAbstractTileSourceLayer.DeepTileSet. boundsMethods in org.openstreetmap.josm.gui.layer that return ProjectionBounds Modifier and Type Method Description ProjectionBoundsLayer. getViewProjectionBounds()Gets theProjectionBoundsfor this layer to be visible to the user.ProjectionBoundsOsmDataLayer. getViewProjectionBounds()Methods in org.openstreetmap.josm.gui.layer with parameters of type ProjectionBounds Modifier and Type Method Description private voidAbstractTileSourceLayer. drawInViewArea(java.awt.Graphics2D g, MapView mv, ProjectionBounds pb)protected AbstractTileSourceLayer.TileSetAbstractTileSourceLayer. getTileSet(ProjectionBounds bounds, int zoom)Create a TileSet by EastNorth bbox taking a layer shift in accountConstructors in org.openstreetmap.josm.gui.layer with parameters of type ProjectionBounds Constructor Description DeepTileSet(ProjectionBounds bounds, int minZoom, int maxZoom) -
Uses of ProjectionBounds in org.openstreetmap.josm.gui.layer.imagery
Methods in org.openstreetmap.josm.gui.layer.imagery that return ProjectionBounds Modifier and Type Method Description private static ProjectionBoundsReprojectionTile. pbMarginAndAlign(ProjectionBounds box, double scale, double margin)Methods in org.openstreetmap.josm.gui.layer.imagery with parameters of type ProjectionBounds Modifier and Type Method Description private static java.awt.DimensionReprojectionTile. getDimension(ProjectionBounds bounds, double scale)private static ProjectionBoundsReprojectionTile. pbMarginAndAlign(ProjectionBounds box, double scale, double margin) -
Uses of ProjectionBounds in org.openstreetmap.josm.gui.mappaint
Fields in org.openstreetmap.josm.gui.mappaint declared as ProjectionBounds Modifier and Type Field Description private ProjectionBoundsRenderingHelper. projBounds
-