public interface RadarAdapter extends RadarConstants
Modifier and Type | Field and Description |
---|---|
static visad.RealType |
AZIMUTH_ANGLE_TYPE
RealType for Azimuth angle
|
static visad.RealType |
AZIMUTH_TYPE
RealType for Azimuth
|
static visad.RealType |
ELEVATION_ANGLE_TYPE
RealType for Elevation angle
|
static visad.RealType |
RANGE_TYPE
RealType for Range
|
AZIMUTH, AZIMUTH_ANGLE, ELEVATION_ANGLE, PROP_2DOR3D, PROP_ANGLE, PROP_ANGLES, PROP_AZIMUTH, PROP_AZIMUTHS, PROP_CAPPI_LEVEL, PROP_CAPPI_LEVELS, PROP_TIMEHEIGHT, PROP_VCS, PROP_VCS_END, PROP_VCS_START, PROP_VOLUMEORSWEEP, PROP_VWP, RADAR_MOST_RECENT, RADIAL_VELOCITY_NAME, RANGE, REFLECTIVITY, REFLECTIVITY_NAME, SPECTRUM_WIDTH, SPECTRUM_WIDTH_NAME, STATION_LOCATION, VALUE_2D, VALUE_3D, VALUE_SWEEP, VALUE_VOLUME, VELOCITY
Modifier and Type | Method and Description |
---|---|
void |
clearCachedData()
This is the hook to clear any cached data this adapter may be holding.
|
void |
doRemove()
Clean up whatever we need to when we are removed.
|
visad.DateTime |
getBaseTime()
Get the base time for this sweep
|
visad.DataImpl |
getData(DataChoice dataChoice,
DataSelection subset,
java.util.Hashtable requestProperties)
Get the data for the given DataChoice and selection criteria.
|
java.lang.String |
getName()
Return the name of this adapter
|
static final visad.RealType AZIMUTH_TYPE
static final visad.RealType RANGE_TYPE
static final visad.RealType ELEVATION_ANGLE_TYPE
static final visad.RealType AZIMUTH_ANGLE_TYPE
visad.DataImpl getData(DataChoice dataChoice, DataSelection subset, java.util.Hashtable requestProperties) throws visad.VisADException, java.rmi.RemoteException
dataChoice
- DataChoice for selectionsubset
- subsetting criteriarequestProperties
- extra request propertiesjava.rmi.RemoteException
- couldn't create a remote data objectvisad.VisADException
- couldn't create the datavisad.DateTime getBaseTime()
java.lang.String getName()
void clearCachedData()
void doRemove()