Interface ILcdGRIBBulletinHeaderFilter


@Deprecated public interface ILcdGRIBBulletinHeaderFilter
Deprecated.
The NetCDF decoder should be used to decode GRIB data.
This interface defines a filter for GRIB messages in a GRIB bulletin. It is used by the TLcdGRIBBulletinModelDecoder, to filter GRIB messages of a GRIB bulletin, based on the headers of the messages.
Since:
7.0.17
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated.
    Returns whether the GRIB message described by the specified parameters may be decoded and added to the model.
  • Method Details

    • accept

      boolean accept(TLcdGRIBBulletinHeaderDescriptor aHeaderDescriptor)
      Deprecated.
      Returns whether the GRIB message described by the specified parameters may be decoded and added to the model.
      Parameters:
      aHeaderDescriptor - the TLcdGRIBBulletinHeaderDescriptor of the GRIB message.
      Returns:
      true if the GRIB message described by the specified parameters may be decoded, or false otherwise.