Class JCRSStatusBarItem

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class JCRSStatusBarItem extends StatusBarItem
A status bar item that displays the coordinate reference system name and provides a pop-up menu to inspect or change the CRS.
Since:
8.0
Author:
Michael Bedward
See Also:
  • Constructor Details

    • JCRSStatusBarItem

      public JCRSStatusBarItem(MapPane mapPane)
      Creates a new item to display CRS details of the associated map pane.
      Parameters:
      mapPane - the map pane
      Throws:
      IllegalArgumentException - if mapPane is null