public class RadialDatasetTable.SweepBean extends Object
| Constructor and Description |
|---|
SweepBean() |
SweepBean(ucar.nc2.dt.RadialDatasetSweep.Sweep sweep) |
| Modifier and Type | Method and Description |
|---|---|
float |
getBeamWidth() |
Date |
getEndingTime() |
float |
getFirstGate() |
float |
getGateSize() |
float |
getMeanAzimuth() |
float |
getMeanElevation() |
int |
getNumGates() |
int |
getNumRadial() |
float |
getNyqFreq() |
Date |
getStartingTime() |
String |
getType() |
public SweepBean()
public SweepBean(ucar.nc2.dt.RadialDatasetSweep.Sweep sweep)
public String getType()
public int getNumRadial()
public int getNumGates()
public float getBeamWidth()
public float getNyqFreq()
public float getFirstGate()
public float getGateSize()
public float getMeanElevation()
public float getMeanAzimuth()
public Date getStartingTime()
public Date getEndingTime()