Class Nexrad2IOServiceProvider

  • All Implemented Interfaces:
    ucar.nc2.iosp.IOServiceProvider

    public class Nexrad2IOServiceProvider
    extends ucar.nc2.iosp.AbstractIOServiceProvider
    An IOServiceProvider for NEXRAD level II files.
    • Constructor Detail

      • Nexrad2IOServiceProvider

        public Nexrad2IOServiceProvider()
    • Method Detail

      • isValidFile

        public boolean isValidFile​(ucar.unidata.io.RandomAccessFile raf)
      • open

        public void open​(ucar.unidata.io.RandomAccessFile raf,
                         ucar.nc2.NetcdfFile ncfile,
                         ucar.nc2.util.CancelTask cancelTask)
                  throws IOException
        Specified by:
        open in interface ucar.nc2.iosp.IOServiceProvider
        Overrides:
        open in class ucar.nc2.iosp.AbstractIOServiceProvider
        Throws:
        IOException
      • getMaxRadials

        public int getMaxRadials​(List groups)
      • makeVariable

        public ucar.nc2.Variable makeVariable​(ucar.nc2.NetcdfFile ncfile,
                                              int datatype,
                                              String shortName,
                                              String longName,
                                              String abbrev,
                                              List<List<Level2Record>> groups,
                                              int rd)
      • readData

        public ucar.ma2.Array readData​(ucar.nc2.Variable v2,
                                       ucar.ma2.Section section)
                                throws IOException
        Throws:
        IOException
      • getFileTypeId

        public String getFileTypeId()
      • getFileTypeDescription

        public String getFileTypeDescription()