|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RadialSweepFeature
Nested Class Summary | |
---|---|
static class |
RadialSweepFeature.Type
|
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)
|
RadialSweepFeature.Type |
getType()
|
float[] |
readData()
|
float[] |
readData(int radial)
|
Method Detail |
---|
RadialSweepFeature.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 |