Package | Description |
---|---|
ucar.atd.dorade |
Low level routines for DORADE formatted radar files.
|
Modifier and Type | Field and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
ScanMode |
DoradeSweep.getScanMode() |
ScanMode |
DoradeSweep.getScanMode(int which) |
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.