Uses of Class
ucar.atd.dorade.ScanMode

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

Uses of ScanMode in ucar.atd.dorade
 

Fields in ucar.atd.dorade declared as ScanMode
static ScanMode ScanMode.MODE_air
          air: air (aircraft?) scanning
static ScanMode ScanMode.MODE_calibration
          calibration: a calibration is being performed
static ScanMode ScanMode.MODE_coplane
          coplane: the radar is scanned in a single plane, so both azimuth and elevation can vary
static ScanMode ScanMode.MODE_horizontal
          horizontal: not scanning, horizontally pointing
static ScanMode ScanMode.MODE_idle
          idle: antenna position and scanning are undefined
static ScanMode ScanMode.MODE_manual
          manual: antenna position is being manually controlled
static ScanMode ScanMode.MODE_PPI
          PPI (Plan Position Indicator): fixed elevation and varying azimuth
static ScanMode ScanMode.MODE_RHI
          RHI (Range-Height Indicator): fixed azimuth and varying elevation
static ScanMode ScanMode.MODE_SUR
          SUR (surveillance)
static ScanMode ScanMode.MODE_target
          target: the antenna is pointed at a fixed location
static ScanMode ScanMode.MODE_vertical
          vertical: the antenna is pointing vertically
 

Methods in ucar.atd.dorade that return ScanMode
 ScanMode DoradeSweep.getScanMode()
           
 ScanMode DoradeSweep.getScanMode(int which)
           
 



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