|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.atd.dorade.ScanMode
public class ScanMode
Title: ScanMode
Description: Simple enumerated class for radar scan modes. Only the static singleton instances provided should be used; no public constructor is available.
Copyright: Copyright (c) 2003
Company: University Corporation for Atmospheric Research
Field Summary | |
---|---|
static ScanMode |
MODE_air
air: air (aircraft?) scanning |
static ScanMode |
MODE_calibration
calibration: a calibration is being performed |
static ScanMode |
MODE_coplane
coplane: the radar is scanned in a single plane, so both azimuth and elevation can vary |
static ScanMode |
MODE_horizontal
horizontal: not scanning, horizontally pointing |
static ScanMode |
MODE_idle
idle: antenna position and scanning are undefined |
static ScanMode |
MODE_manual
manual: antenna position is being manually controlled |
static ScanMode |
MODE_PPI
PPI (Plan Position Indicator): fixed elevation and varying azimuth |
static ScanMode |
MODE_RHI
RHI (Range-Height Indicator): fixed azimuth and varying elevation |
static ScanMode |
MODE_SUR
SUR (surveillance) |
static ScanMode |
MODE_target
target: the antenna is pointed at a fixed location |
static ScanMode |
MODE_vertical
vertical: the antenna is pointing vertically |
Method Summary | |
---|---|
String |
getName()
Get the name of this scan mode |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final ScanMode MODE_PPI
public static final ScanMode MODE_RHI
public static final ScanMode MODE_SUR
360 degree PPI
public static final ScanMode MODE_coplane
public static final ScanMode MODE_calibration
public static final ScanMode MODE_vertical
public static final ScanMode MODE_idle
public static final ScanMode MODE_target
public static final ScanMode MODE_manual
public static final ScanMode MODE_air
public static final ScanMode MODE_horizontal
Method Detail |
---|
public String getName()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |