Interface ILcdGRIBBulletinFilter


@Deprecated public interface ILcdGRIBBulletinFilter
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 contents of the messages.
Since:
7.0.17
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(TLcdGRIBModelDescriptor aModelDescriptor, ILcdModelReference aModelReference, ILcdBounds aBounds)
    Deprecated.
    Returns whether the GRIB message described by the specified parameters may be added to the decoded model.
  • Method Details

    • accept

      boolean accept(TLcdGRIBModelDescriptor aModelDescriptor, ILcdModelReference aModelReference, ILcdBounds aBounds)
      Deprecated.
      Returns whether the GRIB message described by the specified parameters may be added to the decoded model.
      Parameters:
      aModelDescriptor - the TLcdGRIBModelDescriptor of the GRIB message.
      aModelReference - the ILcdModelReference of he GRIB message.
      aBounds - the ILcdBounds of the GRIB message.
      Returns:
      true if the GRIB message described by the specified parameters may be added to the decoded model, or false otherwise.