public interface ProjectionListener
extends java.util.EventListener
ProjectionEvent is fired when something fundamental about the MapBean changes (e.g. when width, height, scale, type, center, etc changes).
Modifier and Type | Method and Description |
---|---|
void |
projectionChanged(ProjectionEvent e)
Invoked when there has been a fundamental change to the Map.
|
void projectionChanged(ProjectionEvent e)
Layers are expected to recompute their graphics (if this makes
sense), and then repaint()
themselves.
e
- ProjectionEventCopyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details