Class OceanicNOTAM

java.lang.Object
org.deltava.beans.schedule.OceanicNOTAM
All Implemented Interfaces:
Comparable<OceanicNOTAM>, OceanicTrackInfo

public class OceanicNOTAM extends Object implements OceanicTrackInfo, Comparable<OceanicNOTAM>
A bean to store NOTAMs containing Oceanic route data.
Since:
1.0
Version:
11.6
Author:
Luke
  • Constructor Details

    • OceanicNOTAM

      public OceanicNOTAM(OceanicTrackInfo.Type type, Instant dt)
      Initializes the NOTAM bean.
      Parameters:
      type - the route type
      dt - the effective date
  • Method Details