ucar.unidata.data.radar
Interface RadarConstants

All Known Subinterfaces:
RadarAdapter
All Known Implementing Classes:
CDMRadarAdapter, CDMRadarDataSource, DoradeAdapter, DoradeDataSource, Level2Adapter, Level2RadarDataSource, NetcdfRadarDataSource, NetcdfSweepfileAdapter, RadarDataSource

public interface RadarConstants

Holds a set of definitions concerning radar data.

Version:
$Revision: 1.17 $ $Date: 2006/12/01 20:42:39 $
Author:
Jeff McWhirter

Field Summary
static String AZIMUTH
          Azimuth Range identifier
static String ELEVATION_ANGLE
          Elevation Angle Identifier
static String PROP_2DOR3D
          Property to define 2- or 3-D
static String PROP_ANGLE
          Elevation angle property
static String PROP_ANGLES
          Elevation angles property
static String PROP_AZIMUTH
          Azimuth value property
static String PROP_CAPPI_LEVEL
          CAPPI level property
static String PROP_CAPPI_LEVELS
          CAPPI levels property
static String PROP_TIMEHEIGHT
          Time-Height property
static String PROP_VCS
          Vertical Cross Section property
static String PROP_VOLUMEORSWEEP
          Property to define volumes or sweeps
static String PROP_VWP
          VAD Wind Profile (VWP) property
static String RADAR_MOST_RECENT
          Identifier for most recent properties
static String RADIAL_VELOCITY_NAME
          Velocity Width name
static String RANGE
          Range identifier
static int REFLECTIVITY
          Reflectivity moment identifier
static String REFLECTIVITY_NAME
          Reflectivity name
static int SPECTRUM_WIDTH
          Spectrum Width moment identifier
static String SPECTRUM_WIDTH_NAME
          Spectrum Width name
static String STATION_LOCATION
          Identifier for Station location
static String VALUE_2D
          2-D property value
static String VALUE_3D
          3-D property value
static String VALUE_SWEEP
          Sweep property
static String VALUE_VOLUME
          Volume property
static int VELOCITY
          Radial Velocity moment identifier
 

Field Detail

PROP_AZIMUTH

static final String PROP_AZIMUTH
Azimuth value property

See Also:
Constant Field Values

PROP_ANGLES

static final String PROP_ANGLES
Elevation angles property

See Also:
Constant Field Values

PROP_ANGLE

static final String PROP_ANGLE
Elevation angle property

See Also:
Constant Field Values

PROP_CAPPI_LEVEL

static final String PROP_CAPPI_LEVEL
CAPPI level property

See Also:
Constant Field Values

PROP_CAPPI_LEVELS

static final String PROP_CAPPI_LEVELS
CAPPI levels property

See Also:
Constant Field Values

PROP_TIMEHEIGHT

static final String PROP_TIMEHEIGHT
Time-Height property

See Also:
Constant Field Values

PROP_VWP

static final String PROP_VWP
VAD Wind Profile (VWP) property

See Also:
Constant Field Values

PROP_VCS

static final String PROP_VCS
Vertical Cross Section property

See Also:
Constant Field Values

PROP_VOLUMEORSWEEP

static final String PROP_VOLUMEORSWEEP
Property to define volumes or sweeps

See Also:
Constant Field Values

VALUE_VOLUME

static final String VALUE_VOLUME
Volume property

See Also:
Constant Field Values

VALUE_SWEEP

static final String VALUE_SWEEP
Sweep property

See Also:
Constant Field Values

PROP_2DOR3D

static final String PROP_2DOR3D
Property to define 2- or 3-D

See Also:
Constant Field Values

VALUE_2D

static final String VALUE_2D
2-D property value

See Also:
Constant Field Values

VALUE_3D

static final String VALUE_3D
3-D property value

See Also:
Constant Field Values

REFLECTIVITY

static final int REFLECTIVITY
Reflectivity moment identifier

See Also:
Constant Field Values

VELOCITY

static final int VELOCITY
Radial Velocity moment identifier

See Also:
Constant Field Values

SPECTRUM_WIDTH

static final int SPECTRUM_WIDTH
Spectrum Width moment identifier

See Also:
Constant Field Values

STATION_LOCATION

static final String STATION_LOCATION
Identifier for Station location

See Also:
Constant Field Values

RADAR_MOST_RECENT

static final String RADAR_MOST_RECENT
Identifier for most recent properties

See Also:
Constant Field Values

RANGE

static final String RANGE
Range identifier

See Also:
Constant Field Values

AZIMUTH

static final String AZIMUTH
Azimuth Range identifier

See Also:
Constant Field Values

ELEVATION_ANGLE

static final String ELEVATION_ANGLE
Elevation Angle Identifier

See Also:
Constant Field Values

REFLECTIVITY_NAME

static final String REFLECTIVITY_NAME
Reflectivity name

See Also:
Constant Field Values

SPECTRUM_WIDTH_NAME

static final String SPECTRUM_WIDTH_NAME
Spectrum Width name

See Also:
Constant Field Values

RADIAL_VELOCITY_NAME

static final String RADIAL_VELOCITY_NAME
Velocity Width name

See Also:
Constant Field Values