|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface RadialDatasetSweep.Sweep
A sweep is 2D data using radial coordinate system (elevation, azimuth, radial distance)
Method Summary | |
---|---|
void |
clearSweepMemory()
deallocated memory of sweep |
float[] |
getAzimuth()
|
float |
getAzimuth(int radial)
|
float |
getBeamWidth()
|
float[] |
getElevation()
|
float |
getElevation(int radial)
|
Date |
getEndingTime()
|
int |
getGateNumber()
|
float |
getGateSize()
Get the radial length of each data gate. |
float |
getMeanAzimuth()
|
float |
getMeanElevation()
|
float |
getNyquistFrequency()
|
EarthLocation |
getOrigin(int radial)
|
int |
getRadialNumber()
|
float |
getRangeToFirstGate()
Get the radial distance from origin to the start of the first data gate. |
Date |
getStartingTime()
|
int |
getSweepIndex()
|
Variable |
getsweepVar()
|
float |
getTime(int radial)
|
RadialDatasetSweep.Type |
getType()
|
float[] |
readData()
|
float[] |
readData(int radial)
|
Method Detail |
---|
RadialDatasetSweep.Type getType()
Variable getsweepVar()
int getRadialNumber()
int getGateNumber()
float getBeamWidth()
float getNyquistFrequency()
float getRangeToFirstGate()
float getGateSize()
float[] readData() throws IOException
IOException
- on io errorfloat[] readData(int radial) throws IOException
radial
- which radial, must in interval [0,getRadialNumber())
IOException
- on io errorfloat getElevation(int radial) throws IOException
radial
- which radial, must in interval [0,getRadialNumber())
IOException
- on io errorfloat[] getElevation() throws IOException
IOException
- on io errorfloat getMeanElevation()
float getAzimuth(int radial) throws IOException
radial
- which radial, must in interval [0,getRadialNumber())
IOException
- on io errorfloat[] getAzimuth() throws IOException
IOException
- on io errorfloat getMeanAzimuth()
EarthLocation getOrigin(int radial)
radial
- which radial, must in interval [0,getRadialNumber())
float getTime(int radial) throws IOException
radial
- which radial, must in interval [0,getRadialNumber())
IOException
- on io errorDate getStartingTime()
Date getEndingTime()
int getSweepIndex()
void clearSweepMemory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |