Package ucar.nc2.dt

Interface RadialDatasetSweep.RadialVariable

    • Method Detail

      • getNumSweeps

        int getNumSweeps()
        Returns:
        the number of sweeps for this Variable
      • getSweep

        RadialDatasetSweep.Sweep getSweep​(int sweepNum)
        Parameters:
        sweepNum - which sweep
        Returns:
        the sweepNum sweep
      • readAllData

        float[] readAllData()
                     throws IOException
        Returns:
        data, of length getNumSweep() by getNumRadials() by getNumGates()
        Throws:
        IOException - on io error
      • clearVariableMemory

        void clearVariableMemory()