|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.data.radar.NetcdfSweepfileAdapter
public class NetcdfSweepfileAdapter
Adapt a netCDF sweepfile to a VisAD data structure.
| 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 | |
|---|---|
NetcdfSweepfileAdapter()
Zero-argument constructor for construction via unpersistence. |
|
NetcdfSweepfileAdapter(DataSourceImpl source,
String location)
Construct a new DORADE adapter. |
|
NetcdfSweepfileAdapter(String location)
Create a new NetcdfSweepfileAdapter |
|
| Method Summary | |
|---|---|
void |
clearCachedData()
Implement the interce. |
boolean |
equals(Object o)
Check to see if this NetcdfSweepfileAdapter is equal to
the object in question. |
DateTime |
getBaseTime()
Get the nominal time (time of first radial) |
DataImpl |
getData()
Get the Data object that this adapter represents |
DataImpl |
getData(DataChoice dataChoice,
DataSelection subset,
Hashtable requestProperties)
Get the data for the given DataChoice and selection criteria. |
DataImpl |
getField(RealType type)
Deprecated. Use getData(DataChoice, DataSelection, Hashtable) |
String |
getName()
Get the name of this adapter |
protected RealType[] |
getParams()
Get the parameters for this adapter |
int |
hashCode()
Get the hash code for this object. |
protected void |
init()
Initialize this adapter |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NetcdfSweepfileAdapter()
public NetcdfSweepfileAdapter(String location)
throws VisADException
location - location of data (filename or URL)
VisADException - VisAD problem
public NetcdfSweepfileAdapter(DataSourceImpl source,
String location)
throws VisADException
source - DataSource (may be null)location - location of data (filename or URL)
VisADException - problem creating data| Method Detail |
|---|
protected void init()
throws Exception
Exception - problem initializing adapterpublic void clearCachedData()
clearCachedData in interface RadarAdapterpublic DataImpl getData()
public DateTime getBaseTime()
getBaseTime in interface RadarAdapterpublic DataImpl getField(RealType type)
type - RealType of the moment
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)
NetcdfSweepfileAdapter is equal to
the object in question.
equals in class Objecto - object in question
public int hashCode()
hashCode in class Objectprotected RealType[] getParams()
public String getName()
getName in interface RadarAdapter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||