Class GRIBFormat

    • Constructor Detail

      • GRIBFormat

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

      • 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.