public interface ProjectionBoundsProvider
Modifier and Type | Method and Description |
---|---|
Bounds |
getRealBounds()
Returns the bounds for the current projection.
|
void |
restoreOldBounds(Bounds oldBounds)
Restore clean state corresponding to old bounds after a projection change event.
|
Bounds getRealBounds()
restoreOldBounds(org.openstreetmap.josm.data.Bounds)
void restoreOldBounds(Bounds oldBounds)
oldBounds
- bounds previously returned by getRealBounds()
, before the change of projectiongetRealBounds()