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 withJMapViewer
classes.org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives
:Node
,Way
,Relation
Users
Tags
Changesets
Utilities 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 ProjectionBounds
AbstractDownloadTask. getDownloadProjectionBounds()
Returns the projection bounds of downloaded data.ProjectionBounds
DownloadGpsTask. getDownloadProjectionBounds()
ProjectionBounds
DownloadNotesTask. getDownloadProjectionBounds()
ProjectionBounds
DownloadOsmTask. getDownloadProjectionBounds()
Methods in org.openstreetmap.josm.actions.downloadtasks that return types with arguments of type ProjectionBounds Modifier and Type Method Description protected 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 ProjectionBounds
ViewportData. bounds
Methods in org.openstreetmap.josm.data that return ProjectionBounds Modifier and Type Method Description ProjectionBounds
ViewportData. 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 void
ProjectionBounds. extend(ProjectionBounds b)
Extends bounds to include boundsb
.boolean
ProjectionBounds. 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 ProjectionBounds
WMTSTileSource. 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 ProjectionBounds
DataSet. getDataSourceBoundingBox()
default ProjectionBounds
OsmData. 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 ProjectionBounds
BoundingXYVisitor. bounds
Methods in org.openstreetmap.josm.data.osm.visitor that return ProjectionBounds Modifier and Type Method Description ProjectionBounds
BoundingXYVisitor. getBounds()
Returns the bounding box.Methods in org.openstreetmap.josm.data.osm.visitor with parameters of type ProjectionBounds Modifier and Type Method Description void
BoundingXYVisitor. 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 ProjectionBounds
AbstractProjection. projectionBoundsBox
Methods in org.openstreetmap.josm.data.projection that return ProjectionBounds Modifier and Type Method Description ProjectionBounds
CustomProjection. getEastNorthBoundsBox(ProjectionBounds box, Projection boxProjection)
ProjectionBounds
Projection. 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.ProjectionBounds
AbstractProjection. getWorldBoundsBoxEastNorth()
ProjectionBounds
Projection. 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 Map<ProjectionBounds,Projecting>
AbstractProjection. getProjectingsForArea(ProjectionBounds area)
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.Map<ProjectionBounds,Projecting>
ShiftedProjecting. getProjectingsForArea(ProjectionBounds area)
Methods in org.openstreetmap.josm.data.projection with parameters of type ProjectionBounds Modifier and Type Method Description ProjectionBounds
CustomProjection. getEastNorthBoundsBox(ProjectionBounds box, Projection boxProjection)
ProjectionBounds
Projection. 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.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.private static EastNorth
CustomProjection. getPointAlong(int i, int n, ProjectionBounds r)
Map<ProjectionBounds,Projecting>
AbstractProjection. getProjectingsForArea(ProjectionBounds area)
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.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 ProjectionBounds
NavigatableComponent. getMaxProjectionBounds()
ProjectionBounds
MapViewState.MapViewRectangle. getProjectionBounds()
Gets the projection bounds for this rectangle.ProjectionBounds
NavigatableComponent. getProjectionBounds()
Determines the projection bounds of view area.ProjectionBounds
NavigatableComponent. getProjectionBounds(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 void
NavigatableComponent. 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 ProjectionBounds
AbstractTileSourceLayer.DeepTileSet. bounds
Methods in org.openstreetmap.josm.gui.layer that return ProjectionBounds Modifier and Type Method Description ProjectionBounds
Layer. getViewProjectionBounds()
Gets theProjectionBounds
for this layer to be visible to the user.ProjectionBounds
OsmDataLayer. getViewProjectionBounds()
Methods in org.openstreetmap.josm.gui.layer with parameters of type ProjectionBounds Modifier and Type Method Description private void
AbstractTileSourceLayer. drawInViewArea(Graphics2D g, MapView mv, ProjectionBounds pb)
protected AbstractTileSourceLayer.TileSet
AbstractTileSourceLayer. 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 ProjectionBounds
ReprojectionTile. 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 Dimension
ReprojectionTile. getDimension(ProjectionBounds bounds, double scale)
private static ProjectionBounds
ReprojectionTile. 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 ProjectionBounds
RenderingHelper. projBounds
-