Class TLcdSIGWXModelDescriptor

All Implemented Interfaces:
ILcdAnnotatedElement, ILcdDataModelDescriptor, ILcdModelDescriptor, Serializable

public final class TLcdSIGWXModelDescriptor extends TLcdDataModelDescriptor
Model descriptor for models for models decoded using a TLcdBUFRModelDecoder containing SIGWX weather features. It includes the SIGWX metadata for all the weather features that are included in the BUFR subset.
Since:
2020.0
See Also:
  • Method Details Link icon

    • getOriginatingCenter Link icon

      public ELcdSIGWXOriginatingCenter getOriginatingCenter()
      Returns the originating center of the SIGWX data in the model.
      Returns:
      the originating center
    • getDataDate Link icon

      public Instant getDataDate()
      Returns the date that the SIGWX data in the model was generated.
      Returns:
      the data date
    • getForecastDate Link icon

      public Instant getForecastDate()
      Returns the forecast date for the SIGWX data in the model.
      Returns:
      forecast date
    • getBaseHeight Link icon

      public Integer getBaseHeight()
      Returns the base height flight level (in meters) for the boundary of the SIGWX data in the model.
      Returns:
      base height
    • getTopHeight Link icon

      public Integer getTopHeight()
      Returns the top height flight level (in meters) for the boundary of the SIGWX data in the model.
      Returns:
      top height
    • getRegions Link icon

      public List<ILcdPolygon> getRegions()

      Returns the list of coverage areas for the SIGWX data in the model. This list is not modifiable. If no regions were specified in the SIGWX BUFR file, this returns an empty list.

      The coordinates of the region are expressed in WSG84.

      Returns:
      the regions of coverage
    • getSIGWXLevel Link icon

      public ELcdSIGWXLevel getSIGWXLevel()
      Returns the SIGWX level for the SIGWX data in the model. See ELcdSIGWXLevel for the possible levels.
      Returns:
      the SIGWX level