Package com.luciad.format.grib
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 TypeMethodDescriptionbooleanaccept(TLcdGRIBBulletinHeaderDescriptor aHeaderDescriptor) Deprecated.Returns whether the GRIB message described by the specified parameters may be decoded and added to the model.
-
Method Details
-
accept
Deprecated.Returns whether the GRIB message described by the specified parameters may be decoded and added to the model.- Parameters:
aHeaderDescriptor- theTLcdGRIBBulletinHeaderDescriptorof the GRIB message.- Returns:
trueif the GRIB message described by the specified parameters may be decoded, orfalseotherwise.
-