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 withJMapViewerclasses.org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives:Node,Way,RelationUsersTagsChangesetsUtilities 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 classBoundsThis 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 booleanIBounds. contains(IBounds b)Tests, whether the bboxblies completely inside this bbox.booleanBounds. intersects(IBounds b)default booleanIBounds. intersects(IBounds b)The two bounds intersect? Compared to java Shape.intersects, if does not use the interior but the closure.private static booleanBounds. 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 classImageryInfo.ImageryBoundsMulti-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 classBBoxA BBox represents an area in lat/lon space.private static classBBox.Immutable(package private) static classQuadBuckets.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 classSourceBoundsMulti-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 voidOsmDataLayer. resetBounds(IBounds bbox)
-