Class GeoSelectionEvent

  • All Implemented Interfaces:
    Serializable

    public class GeoSelectionEvent
    extends EventObject
    Used to notify listeners that there is a new geographic area selection.
    See Also:
    Serialized Form
    • Constructor Detail

      • GeoSelectionEvent

        public GeoSelectionEvent​(Object source,
                                 ucar.unidata.geoloc.ProjectionRect pr)
    • Method Detail

      • getProjectionRect

        public ucar.unidata.geoloc.ProjectionRect getProjectionRect()