Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Field and Description |
---|---|
protected Bounds |
DownloadOsmTask.currentBounds |
Modifier and Type | Method and Description |
---|---|
protected OsmDataLayer |
DownloadOsmTask.AbstractInternalTask.addNewLayerIfRequired(java.lang.String newLayerName,
Bounds bounds) |
protected ProjectionBounds |
DownloadOsmTask.AbstractInternalTask.computeBbox(Bounds bounds) |
protected void |
DownloadOsmTask.AbstractInternalTask.computeBboxAndCenterScale(Bounds bounds) |
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<?> |
DownloadOsmTask.download(boolean newLayer,
Bounds downloadArea,
ProgressMonitor progressMonitor) |
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<?> |
DownloadNotesTask.download(boolean newLayer,
Bounds downloadArea,
ProgressMonitor progressMonitor) |
java.util.concurrent.Future<?> |
DownloadOsmChangeTask.download(boolean newLayer,
Bounds downloadArea,
ProgressMonitor progressMonitor) |
java.util.concurrent.Future<?> |
DownloadSessionTask.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.
|
protected void |
DownloadOsmTask.AbstractInternalTask.loadData(java.lang.String newLayerName,
Bounds bounds) |
Modifier and Type | Method and Description |
---|---|
void |
DrawAction.paint(java.awt.Graphics2D g,
MapView mv,
Bounds box) |
void |
ImproveWayAccuracyAction.paint(java.awt.Graphics2D g,
MapView mv,
Bounds bbox)
Redraws temporary layer.
|
void |
ParallelWayAction.paint(java.awt.Graphics2D g,
MapView mv,
Bounds bbox) |
void |
ExtrudeAction.paint(java.awt.Graphics2D g,
MapView mv,
Bounds box) |
Modifier and Type | Method and Description |
---|---|
protected abstract Bounds |
SearchCompiler.InArea.getBounds() |
protected Bounds |
SearchCompiler.InDataSourceArea.getBounds() |
protected Bounds |
SearchCompiler.InView.getBounds() |
Modifier and Type | Field and Description |
---|---|
Bounds |
DataSource.bounds
The bounds of this data source
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Bounds> |
Data.getDataSourceBounds()
Replies the list of data source bounds.
|
static java.util.List<Bounds> |
DataSource.getDataSourceBounds(java.util.Collection<DataSource> dataSources)
Replies the list of data source bounds.
|
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
Bounds(Bounds other)
Creates new
Bounds from an existing one. |
DataSource(Bounds bounds,
java.lang.String origin)
Constructs a new
DataSource . |
Modifier and Type | Method and Description |
---|---|
boolean |
LatLon.isWithin(Bounds b) |
Modifier and Type | Field and Description |
---|---|
private Bounds |
ImmutableGpxTrack.bounds |
private Bounds |
ImmutableGpxTrackSegment.bounds |
Modifier and Type | Method and Description |
---|---|
private Bounds |
ImmutableGpxTrack.calculateBounds() |
private Bounds |
ImmutableGpxTrackSegment.calculateBounds() |
Bounds |
GpxTrack.getBounds() |
Bounds |
ImmutableGpxTrack.getBounds() |
Bounds |
ImmutableGpxTrackSegment.getBounds() |
Bounds |
GpxTrackSegment.getBounds() |
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.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Bounds> |
GpxData.getDataSourceBounds() |
Modifier and Type | Class and Description |
---|---|
static class |
ImageryInfo.ImageryBounds
Multi-polygon bounds for imagery backgrounds.
|
Modifier and Type | Method and Description |
---|---|
Bounds |
Changeset.getBounds() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Bounds> |
DataSet.getDataSourceBounds() |
Modifier and Type | Method and Description |
---|---|
void |
BoundingXYVisitor.visit(Bounds b) |
Modifier and Type | Method and Description |
---|---|
void |
WireframeMapRenderer.render(DataSet data,
boolean virtual,
Bounds bounds)
Renders the dataset for display.
|
void |
StyledMapRenderer.render(DataSet data,
boolean renderVirtualNodes,
Bounds bounds) |
void |
Rendering.render(DataSet data,
boolean renderVirtualNodes,
Bounds bbox)
Renders the OSM data in
data |
Modifier and Type | Field and Description |
---|---|
protected Bounds |
CustomProjection.bounds |
Modifier and Type | Method and Description |
---|---|
Bounds |
CustomProjection.getWorldBoundsLatLon() |
Bounds |
Projection.getWorldBoundsLatLon()
Get the bounds of the world.
|
static Bounds |
CustomProjection.parseBounds(java.lang.String boundsStr) |
Modifier and Type | Method and Description |
---|---|
Bounds |
NavigatableComponent.getLatLonBounds(java.awt.Rectangle r) |
Bounds |
NavigatableComponent.getRealBounds() |
Modifier and Type | Method and Description |
---|---|
private void |
MapView.paintLayer(Layer layer,
java.awt.Graphics2D g,
Bounds box) |
void |
NavigatableComponent.zoomTo(Bounds box) |
Modifier and Type | Field and Description |
---|---|
private Bounds |
SlippyMapBBoxChooser.bbox |
private Bounds |
TileSelectionBBoxChooser.bbox
the current bounding box
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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
emiting a property change event.
|
void |
TileSelectionBBoxChooser.setBoundingBox(Bounds bbox)
Sets the current bounding box.
|
void |
TileSelectionBBoxChooser.TileBoundsMapView.setBoundingBox(Bounds bbox) |
Modifier and Type | Field and Description |
---|---|
private Bounds |
BookmarkList.Bookmark.area |
Bounds |
PlaceSelection.SearchResult.bounds |
private Bounds |
BookmarkSelection.currentArea
the currently selected download area.
|
protected Bounds |
DownloadDialog.currentBounds |
Modifier and Type | Method and Description |
---|---|
protected Bounds |
BoundingBoxSelection.BoundingBoxBuilder.build() |
Bounds |
BookmarkList.Bookmark.getArea()
Returns the bookmark area
|
Bounds |
BoundingBoxSelection.getDownloadArea()
Replies the download area.
|
Bounds |
PlaceSelection.SearchResult.getDownloadArea() |
static Bounds |
DownloadDialog.getSavedDownloadBounds()
Returns the previously saved bounding box from preferences.
|
Bounds |
DownloadDialog.getSelectedDownloadArea()
Replies the currently selected download area.
|
Modifier and Type | Method and Description |
---|---|
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 |
BookmarkList.Bookmark.setArea(Bounds area)
Sets the bookmark area
|
void |
BoundingBoxSelection.setDownloadArea(Bounds area) |
void |
SlippyMapChooser.setDownloadArea(Bounds area) |
void |
BookmarkSelection.setDownloadArea(Bounds area)
Sets the current download area
|
void |
DownloadSelection.setDownloadArea(Bounds area)
Sets the current download area.
|
void |
PlaceSelection.setDownloadArea(Bounds area) |
void |
TileSelection.setDownloadArea(Bounds area) |
void |
DownloadDialog.startDownload(Bounds b)
Invoked by
|
private void |
BoundingBoxSelection.updateBboxFields(Bounds area) |
private void |
BoundingBoxSelection.updateUrl(Bounds area) |
Constructor and Description |
---|
Bookmark(Bounds area)
Constructs a new unamed
Bookmark for the given area. |
Modifier and Type | Method and Description |
---|---|
private java.util.List<WayPoint> |
GpxLayer.listVisibleSegments(Bounds box) |
void |
WMSLayer.paint(java.awt.Graphics2D g,
MapView mv,
Bounds b) |
void |
TMSLayer.paint(java.awt.Graphics2D g,
MapView mv,
Bounds bounds) |
abstract void |
Layer.paint(java.awt.Graphics2D g,
MapView mv,
Bounds box)
Paint the dataset using the engine set.
|
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 |
GpxLayer.paint(java.awt.Graphics2D g,
MapView mv,
Bounds box) |
void |
NoteLayer.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.
|
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).
|
Modifier and Type | Method and Description |
---|---|
void |
GeoImageLayer.paint(java.awt.Graphics2D g,
MapView mv,
Bounds bounds) |
Modifier and Type | Method and Description |
---|---|
void |
MarkerLayer.paint(java.awt.Graphics2D g,
MapView mv,
Bounds box) |
Modifier and Type | Method and Description |
---|---|
Bounds |
BoundingBoxSelectionPanel.getBoundingBox() |
Modifier and Type | Method and Description |
---|---|
void |
BoundingBoxSelectionPanel.setBoundingBox(Bounds area) |
private void |
BoundingBoxSelectionPanel.updateBboxFields(Bounds area) |
Modifier and Type | Field and Description |
---|---|
private Bounds |
ChangesetQuery.bounds
the bounding box this query is restricted to.
|
Modifier and Type | Method and Description |
---|---|
protected static 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 by
bbox . |
Constructor and Description |
---|
BoundingBoxDownloader(Bounds downloadArea)
Constructs a new
BoundingBoxDownloader . |
Modifier and Type | Field and Description |
---|---|
Bounds |
WMSImagery.LayerDetails.bounds |
Constructor and Description |
---|
LayerDetails(java.lang.String name,
java.lang.String ident,
java.util.Set<java.lang.String> crsList,
boolean supportedLayer,
Bounds bounds,
java.util.List<WMSImagery.LayerDetails> childLayers) |
Modifier and Type | Method and Description |
---|---|
protected void |
LoadAndZoomHandler.zoom(java.util.Collection<OsmPrimitive> primitives,
Bounds bbox) |
Modifier and Type | Method and Description |
---|---|
static Bounds |
OsmUrlToBounds.parse(java.lang.String url) |
private static Bounds |
OsmUrlToBounds.parseHashURLs(java.lang.String url)
Openstreetmap.org changed it's URL scheme in August 2013, which breaks the URL parsing.
|
private static Bounds |
OsmUrlToBounds.parseShortLink(java.lang.String url)
Parse OSM short link
|
static Bounds |
OsmUrlToBounds.positionToBounds(double lat,
double lon,
int zoom) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
OsmUrlToBounds.getURL(Bounds b)
Return OSM URL for given area.
|
static int |
OsmUrlToBounds.getZoom(Bounds b)
Return OSM Zoom level for a given area
|