Uses of Interface
org.openstreetmap.josm.data.IBounds
-
Packages that use IBounds Package Description 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.sources org.openstreetmap.josm.gui.layer Provides classes for handling the different kinds of map layers. -
-
Uses of IBounds in org.openstreetmap.josm.data
Classes in org.openstreetmap.josm.data that implement IBounds Modifier and Type Class Description class
Bounds
This is a simple data class for "rectangular" areas of the world, given in lat/lon min/max values.Methods in org.openstreetmap.josm.data with parameters of type IBounds Modifier and Type Method Description default boolean
IBounds. contains(IBounds b)
Tests, whether the bboxb
lies completely inside this bbox.boolean
Bounds. intersects(IBounds b)
default boolean
IBounds. intersects(IBounds b)
The two bounds intersect? Compared to java Shape.intersects, if does not use the interior but the closure.private static boolean
Bounds. intersectsLonCrossing(IBounds crossing, IBounds notCrossing)
-
Uses of IBounds in org.openstreetmap.josm.data.imagery
Classes in org.openstreetmap.josm.data.imagery that implement IBounds Modifier and Type Class Description static class
ImageryInfo.ImageryBounds
Multi-polygon bounds for imagery backgrounds. -
Uses of IBounds in org.openstreetmap.josm.data.osm
Classes in org.openstreetmap.josm.data.osm that implement IBounds Modifier and Type Class Description class
BBox
A BBox represents an area in lat/lon space.private static class
BBox.Immutable
(package private) static class
QuadBuckets.QBLevel<T extends IQuadBucketType>
-
Uses of IBounds in org.openstreetmap.josm.data.sources
Classes in org.openstreetmap.josm.data.sources that implement IBounds Modifier and Type Class Description class
SourceBounds
Multi-polygon bounds for source backgrounds. -
Uses of IBounds in org.openstreetmap.josm.gui.layer
Methods in org.openstreetmap.josm.gui.layer with parameters of type IBounds Modifier and Type Method Description private void
OsmDataLayer. resetBounds(IBounds bbox)
-