|
||||||||||
| 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(int radial)
|
float |
getBeamWidth()
|
float |
getElevation(int radial)
|
java.util.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. |
java.util.Date |
getStartingTime()
|
int |
getSweepIndex()
|
float |
getTime(int radial)
|
RadialDatasetSweep.Type |
getType()
|
float[] |
readData()
|
float[] |
readData(int radial)
|
| Method Detail |
|---|
RadialDatasetSweep.Type getType()
int getRadialNumber()
int getGateNumber()
float getBeamWidth()
float getNyquistFrequency()
float getRangeToFirstGate()
float getGateSize()
float[] readData()
throws java.io.IOException
java.io.IOException
float[] readData(int radial)
throws java.io.IOException
java.io.IOException
float getElevation(int radial)
throws java.io.IOException
java.io.IOExceptionfloat getMeanElevation()
float getAzimuth(int radial)
throws java.io.IOException
java.io.IOExceptionfloat getMeanAzimuth()
EarthLocation getOrigin(int radial)
float getTime(int radial)
throws java.io.IOException
java.io.IOExceptionjava.util.Date getStartingTime()
java.util.Date getEndingTime()
int getSweepIndex()
void clearSweepMemory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||