Class ImageryInfo.ImageryBounds
- java.lang.Object
-
- org.openstreetmap.josm.data.Bounds
-
- org.openstreetmap.josm.data.sources.SourceBounds
-
- org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryBounds
-
- All Implemented Interfaces:
IBounds
- Enclosing class:
- ImageryInfo
public static class ImageryInfo.ImageryBounds extends SourceBounds
Multi-polygon bounds for imagery backgrounds. Used to display imagery coverage in preferences and to determine relevant imagery entries based on edit location.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openstreetmap.josm.data.Bounds
Bounds.ParseMethod
-
-
Constructor Summary
Constructors Constructor Description ImageryBounds(java.lang.String asString, java.lang.String separator)
Constructs a newImageryBounds
from string.
-
Method Summary
-
Methods inherited from class org.openstreetmap.josm.data.sources.SourceBounds
addShape, equals, getShapes, hashCode, setShapes
-
Methods inherited from class org.openstreetmap.josm.data.Bounds
asRect, contains, contains, crosses180thMeridian, encodeAsString, extend, extend, extend, getArea, getCenter, getHeight, getMax, getMaxLat, getMaxLon, getMin, getMinLat, getMinLon, getWidth, initLat, initLon, intersects, intersects, isCollapsed, isOutOfTheWorld, normalize, toBBox, toShortString, toString
-
-
-
-
Constructor Detail
-
ImageryBounds
public ImageryBounds(java.lang.String asString, java.lang.String separator)
Constructs a newImageryBounds
from string.- Parameters:
asString
- The string containing the list of shapes defining this boundsseparator
- The shape separator in the given string, usually a comma
-
-