Class GRIBFormat

All Implemented Interfaces:
Format

public class GRIBFormat extends NetCDFFormat
  • Field Details

  • Constructor Details

    • GRIBFormat

      public GRIBFormat()
      Creates an instance and sets the metadata.
  • Method Details

    • accepts

      public boolean accepts(Object source, Hints hints)
      Description copied from class: AbstractGridFormat
      Tells me if this Format can read the provided input.
      Overrides:
      accepts in class NetCDFFormat
      Parameters:
      source - The input object to test for suitability.
      hints - Hints to control the accepts internal machinery.
      Returns:
      True if this format can read this object, False otherwise.