Uses of Class
ucar.atd.dorade.DoradePARM

Packages that use DoradePARM
ucar.atd.dorade Low level routines for DORADE formatted radar files. 
 

Uses of DoradePARM in ucar.atd.dorade
 

Methods in ucar.atd.dorade that return DoradePARM
 DoradePARM[] DoradeSweep.getParamList()
          Get the array of available parameters.
 DoradePARM DoradeSweep.lookupParamIgnoreCase(String name)
          Get the parameter descriptor with the given name, ignoring case.
 

Methods in ucar.atd.dorade with parameters of type DoradePARM
 float[] DoradeSweep.getRayData(DoradePARM param, int ray)
          Get the array of data for the given parameter and ray.
 float[] DoradeSweep.getRayData(DoradePARM param, int ray, float[] workingArray)
          Get the array of data for the given parameter and ray.
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.