|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.data.radar.DoradeAdapter
public class DoradeAdapter
A data adapter for DORADE radar data
| Field Summary |
|---|
| Fields inherited from interface ucar.unidata.data.radar.RadarAdapter |
|---|
AZIMUTH_TYPE, ELEVATION_ANGLE_TYPE, RANGE_TYPE |
| Fields inherited from interface ucar.unidata.data.radar.RadarConstants |
|---|
AZIMUTH, ELEVATION_ANGLE, PROP_2DOR3D, PROP_ANGLE, PROP_ANGLES, PROP_AZIMUTH, PROP_CAPPI_LEVEL, PROP_CAPPI_LEVELS, PROP_TIMEHEIGHT, PROP_VCS, 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 |
| Constructor Summary | |
|---|---|
DoradeAdapter()
Zero-argument constructor for construction via unpersistence. |
|
DoradeAdapter(DataSourceImpl source,
String fileName)
Construct a new DORADE adapter. |
|
| Method Summary | |
|---|---|
void |
clearCachedData()
Implement the interce. |
boolean |
equals(Object o)
Check to see if this DoradeDataSource is equal to the object
in question. |
DateTime |
getBaseTime()
Get the base time for this sweep |
DataImpl |
getData(DataChoice dataChoice,
DataSelection subset,
Hashtable requestProperties)
Get the data for the given DataChoice and selection criteria. |
String |
getName()
Return the name of the file |
protected RealType[] |
getParams()
Get the parameters for this adapter |
ucar.atd.dorade.ScanMode |
getScanMode()
Get the scan mode for this sweep |
int |
hashCode()
Get the hash code for this object. |
boolean |
isPPI()
Is this sweep in ppi mode |
boolean |
isRHI()
Is this sweep in rhi mode |
boolean |
isSurvey()
Is this sweep in survey mode |
static void |
main(String[] args)
Test main |
String |
toString()
to String. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DoradeAdapter()
public DoradeAdapter(DataSourceImpl source,
String fileName)
throws VisADException
source - DataSource (may be null)fileName - name of the DORADE file to read
VisADException - problem creating data| Method Detail |
|---|
public void clearCachedData()
clearCachedData in interface RadarAdapter
public DataImpl getData(DataChoice dataChoice,
DataSelection subset,
Hashtable requestProperties)
throws VisADException,
RemoteException
getData in interface RadarAdapterdataChoice - DataChoice for selectionsubset - subsetting criteriarequestProperties - extra request properties
RemoteException - couldn't create a remote data object
VisADException - couldn't create the datapublic boolean equals(Object o)
DoradeDataSource is equal to the object
in question.
equals in class Objecto - object in question
public int hashCode()
hashCode in class Objectpublic DateTime getBaseTime()
getBaseTime in interface RadarAdapterprotected RealType[] getParams()
public boolean isPPI()
public boolean isRHI()
public boolean isSurvey()
public ucar.atd.dorade.ScanMode getScanMode()
public String getName()
getName in interface RadarAdapterpublic String toString()
toString in class Object
public static void main(String[] args)
throws Exception
args - cmd line args
Exception - when bad things happen
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||