public class RadialDatasetTable.SweepBean
extends java.lang.Object
Constructor and Description |
---|
SweepBean() |
SweepBean(RadialDatasetSweep.Sweep sweep) |
Modifier and Type | Method and Description |
---|---|
float |
getBeamWidth() |
java.util.Date |
getEndingTime() |
float |
getFirstGate() |
float |
getGateSize() |
float |
getMeanAzimuth() |
float |
getMeanElevation() |
int |
getNumGates() |
int |
getNumRadial() |
float |
getNyqFreq() |
java.util.Date |
getStartingTime() |
java.lang.String |
getType() |
public SweepBean()
public SweepBean(RadialDatasetSweep.Sweep sweep)
public java.lang.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 java.util.Date getStartingTime()
public java.util.Date getEndingTime()