Package 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
FieldsModifier and TypeFieldDescriptionstatic final String
Azimuth Range identifierstatic final String
Azimuth Angle Identifierstatic final String
Elevation Angle Identifierstatic final String
Property to define 2- or 3-Dstatic final String
Elevation angle propertystatic final String
Elevation angles propertystatic final String
Azimuth value propertystatic final String
Azimuths propertystatic final String
CAPPI level propertystatic final String
CAPPI levels propertystatic final String
Time-Height propertystatic final String
Vertical Cross Section propertystatic final String
Vertical Cross Section propertystatic final String
Vertical Cross Section propertystatic final String
Property to define volumes or sweepsstatic final String
VAD Wind Profile (VWP) propertystatic final String
Identifier for most recent propertiesstatic final String
Velocity Width namestatic final String
Range identifierstatic final int
Reflectivity moment identifierstatic final String
Reflectivity namestatic final int
Spectrum Width moment identifierstatic final String
Spectrum Width namestatic final String
Identifier for Station locationstatic final String
2-D property valuestatic final String
3-D property valuestatic final String
Sweep propertystatic final String
Volume propertystatic final int
Radial Velocity moment identifier
-
Field Details
-
PROP_AZIMUTH
Azimuth value property- See Also:
-
PROP_AZIMUTHS
Azimuths property- See Also:
-
PROP_ANGLES
Elevation angles property- See Also:
-
PROP_ANGLE
Elevation angle property- See Also:
-
PROP_CAPPI_LEVEL
CAPPI level property- See Also:
-
PROP_CAPPI_LEVELS
CAPPI levels property- See Also:
-
PROP_TIMEHEIGHT
Time-Height property- See Also:
-
PROP_VWP
VAD Wind Profile (VWP) property- See Also:
-
PROP_VCS
Vertical Cross Section property- See Also:
-
PROP_VCS_START
Vertical Cross Section property- See Also:
-
PROP_VCS_END
Vertical Cross Section property- See Also:
-
PROP_VOLUMEORSWEEP
Property to define volumes or sweeps- See Also:
-
VALUE_VOLUME
Volume property- See Also:
-
VALUE_SWEEP
Sweep property- See Also:
-
PROP_2DOR3D
Property to define 2- or 3-D- See Also:
-
VALUE_2D
2-D property value- See Also:
-
VALUE_3D
3-D property value- See Also:
-
REFLECTIVITY
static final int REFLECTIVITYReflectivity moment identifier- See Also:
-
VELOCITY
static final int VELOCITYRadial Velocity moment identifier- See Also:
-
SPECTRUM_WIDTH
static final int SPECTRUM_WIDTHSpectrum Width moment identifier- See Also:
-
STATION_LOCATION
Identifier for Station location- See Also:
-
RADAR_MOST_RECENT
Identifier for most recent properties- See Also:
-
RANGE
Range identifier- See Also:
-
AZIMUTH
Azimuth Range identifier- See Also:
-
ELEVATION_ANGLE
Elevation Angle Identifier- See Also:
-
AZIMUTH_ANGLE
Azimuth Angle Identifier- See Also:
-
REFLECTIVITY_NAME
Reflectivity name- See Also:
-
SPECTRUM_WIDTH_NAME
Spectrum Width name- See Also:
-
RADIAL_VELOCITY_NAME
Velocity Width name- See Also:
-