Uses of Class
ucar.nc2.dt.RadialDatasetSweep.Type

Packages that use RadialDatasetSweep.Type
ucar.nc2.dt Scientific data types package. 
 

Uses of RadialDatasetSweep.Type in ucar.nc2.dt
 

Fields in ucar.nc2.dt declared as RadialDatasetSweep.Type
static RadialDatasetSweep.Type RadialDatasetSweep.Type.NONE
           
 

Methods in ucar.nc2.dt that return RadialDatasetSweep.Type
 RadialDatasetSweep.Type RadialDatasetSweep.getCommonType()
          If all the sweeps are the same type, return it here, else NONE
 RadialDatasetSweep.Type RadialDatasetSweep.Sweep.getType()
           
static RadialDatasetSweep.Type RadialDatasetSweep.Type.getType(java.lang.String name)
          Find the DataType that matches this name, ignore case.