Package com.luciad.format.grib
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 TypeMethodDescriptionbooleanaccept(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- theTLcdGRIBModelDescriptorof the GRIB message.aModelReference- theILcdModelReferenceof he GRIB message.aBounds- theILcdBoundsof the GRIB message.- Returns:
trueif the GRIB message described by the specified parameters may be added to the decoded model, orfalseotherwise.
-