Class NewProjectionEvent

java.lang.Object
java.util.EventObject
ucar.unidata.view.geoloc.NewProjectionEvent
All Implemented Interfaces:
Serializable

public class NewProjectionEvent extends EventObject
Used to notify listeners that there is a new Projection.
Version:
$Id: NewProjectionEvent.java,v 1.11 2005/05/13 18:33:14 jeffmc Exp $
Author:
John Caron
See Also:
  • Constructor Details

    • NewProjectionEvent

      public NewProjectionEvent(Object source, ucar.unidata.geoloc.ProjectionImpl proj)
      Create an event for a new projection
      Parameters:
      source - source of event
      proj - new projection
  • Method Details

    • getProjection

      public ucar.unidata.geoloc.ProjectionImpl getProjection()
      Get the new projection this event is declaring.
      Returns:
      new projection