类 CutConfig
- java.lang.Object
-
- org.meteoinfo.data.meteodata.radar.CutConfig
-
public class CutConfig extends Object
-
-
字段概要
字段 修饰符和类型 字段 说明 floatangularResolutionfloatatmosphericLossfloatazimuthfloatCPAThresholdfloatCSRThresholdintdBTMaskintdBZMaskintdeAliasingModeintdirectionintdopplerResolutionfloatDPLOGThresholdintDPMaskfloatelevationfloatendAngleshortgroundClutterClassifierTypeshortgroundClutterFilterTypeshortgroundClutterFilterWindowshortgroundClutterNotchWidthstatic intlengthintlogResolutionfloatLOGThresholdbyte[]maskReservedintmaximumRange1intmaximumRange2intmiscFilterMasklongmomentsMasklongmomentsSizeMaskfloatnyquistSpeedintphaseModefloatPMIThresholdfloatPRF1floatPRF2intprocessModebyte[]reservedbyte[]reserved2intsample1intsample2floatscanSpeedfloatSIGThresholdintspectrumWidthMaskfloatSQIThresholdfloatstartAngleintstartRangebyte[]thresholdsReservedintvelocityMaskintwaveForm
-
构造器概要
构造器 构造器 说明 CutConfig(InputStream raf)ConstructorCutConfig(RandomAccessFile raf)Constructor
-
-
-
字段详细资料
-
length
public static int length
-
processMode
public int processMode
-
waveForm
public int waveForm
-
PRF1
public float PRF1
-
PRF2
public float PRF2
-
deAliasingMode
public int deAliasingMode
-
azimuth
public float azimuth
-
elevation
public float elevation
-
startAngle
public float startAngle
-
endAngle
public float endAngle
-
angularResolution
public float angularResolution
-
scanSpeed
public float scanSpeed
-
logResolution
public int logResolution
-
dopplerResolution
public int dopplerResolution
-
maximumRange1
public int maximumRange1
-
maximumRange2
public int maximumRange2
-
startRange
public int startRange
-
sample1
public int sample1
-
sample2
public int sample2
-
phaseMode
public int phaseMode
-
atmosphericLoss
public float atmosphericLoss
-
nyquistSpeed
public float nyquistSpeed
-
momentsMask
public long momentsMask
-
momentsSizeMask
public long momentsSizeMask
-
miscFilterMask
public int miscFilterMask
-
SQIThreshold
public float SQIThreshold
-
SIGThreshold
public float SIGThreshold
-
CSRThreshold
public float CSRThreshold
-
LOGThreshold
public float LOGThreshold
-
CPAThreshold
public float CPAThreshold
-
PMIThreshold
public float PMIThreshold
-
DPLOGThreshold
public float DPLOGThreshold
-
thresholdsReserved
public byte[] thresholdsReserved
-
dBTMask
public int dBTMask
-
dBZMask
public int dBZMask
-
velocityMask
public int velocityMask
-
spectrumWidthMask
public int spectrumWidthMask
-
DPMask
public int DPMask
-
maskReserved
public byte[] maskReserved
-
reserved
public byte[] reserved
-
direction
public int direction
-
groundClutterClassifierType
public short groundClutterClassifierType
-
groundClutterFilterType
public short groundClutterFilterType
-
groundClutterNotchWidth
public short groundClutterNotchWidth
-
groundClutterFilterWindow
public short groundClutterFilterWindow
-
reserved2
public byte[] reserved2
-
-
构造器详细资料
-
CutConfig
public CutConfig(RandomAccessFile raf) throws IOException
Constructor- 参数:
raf- RandomAccessFile object- 抛出:
IOException
-
CutConfig
public CutConfig(InputStream raf) throws IOException
Constructor- 参数:
raf- InputStream object- 抛出:
IOException
-
-