Package ucar.nc2.ui.op
Class RadialDatasetTable.SweepBean
- java.lang.Object
-
- ucar.nc2.ui.op.RadialDatasetTable.SweepBean
-
- Enclosing class:
- RadialDatasetTable
public static class RadialDatasetTable.SweepBean extends Object
-
-
Constructor Summary
Constructors Constructor Description SweepBean()
SweepBean(RadialDatasetSweep.Sweep sweep)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getBeamWidth()
Date
getEndingTime()
float
getFirstGate()
float
getGateSize()
float
getMeanAzimuth()
float
getMeanElevation()
int
getNumGates()
int
getNumRadial()
float
getNyqFreq()
Date
getStartingTime()
String
getType()
-
-
-
Constructor Detail
-
SweepBean
public SweepBean()
-
SweepBean
public SweepBean(RadialDatasetSweep.Sweep sweep)
-
-
Method Detail
-
getType
public String getType()
-
getNumRadial
public int getNumRadial()
-
getNumGates
public int getNumGates()
-
getBeamWidth
public float getBeamWidth()
-
getNyqFreq
public float getNyqFreq()
-
getFirstGate
public float getFirstGate()
-
getGateSize
public float getGateSize()
-
getMeanElevation
public float getMeanElevation()
-
getMeanAzimuth
public float getMeanAzimuth()
-
getStartingTime
public Date getStartingTime()
-
getEndingTime
public Date getEndingTime()
-
-