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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetBeamWidth()DategetEndingTime()floatgetFirstGate()floatgetGateSize()floatgetMeanAzimuth()floatgetMeanElevation()intgetNumGates()intgetNumRadial()floatgetNyqFreq()DategetStartingTime()StringgetType()
-
-
-
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()
-
-