类 RadialHeader
- java.lang.Object
-
- org.meteoinfo.data.meteodata.radar.RadialHeader
-
public class RadialHeader extends Object
-
-
字段概要
字段 修饰符和类型 字段 说明 floatazimuthfloatelevationintelevationNumbershorthorizontalEstimatedNoisestatic intlengthintlengthOfDataintmicroSecondsintmomentNumberintradialNumberintradialStatebyte[]reservedbyte[]reserved2intsecondsintsequenceNumberintspotBlankshortverticalEstimatedNoise
-
构造器概要
构造器 构造器 说明 RadialHeader(byte[] inBytes)ConstructorRadialHeader(InputStream raf)ConstructorRadialHeader(RandomAccessFile raf)Constructor
-
-
-
字段详细资料
-
length
public static int length
-
radialState
public int radialState
-
spotBlank
public int spotBlank
-
sequenceNumber
public int sequenceNumber
-
radialNumber
public int radialNumber
-
elevationNumber
public int elevationNumber
-
azimuth
public float azimuth
-
elevation
public float elevation
-
seconds
public int seconds
-
microSeconds
public int microSeconds
-
lengthOfData
public int lengthOfData
-
momentNumber
public int momentNumber
-
reserved
public byte[] reserved
-
horizontalEstimatedNoise
public short horizontalEstimatedNoise
-
verticalEstimatedNoise
public short verticalEstimatedNoise
-
reserved2
public byte[] reserved2
-
-
构造器详细资料
-
RadialHeader
public RadialHeader(RandomAccessFile raf) throws IOException
Constructor- 参数:
raf- RandomAccessFile object- 抛出:
IOException
-
RadialHeader
public RadialHeader(InputStream raf) throws IOException
Constructor- 参数:
raf- InputStream object- 抛出:
IOException
-
RadialHeader
public RadialHeader(byte[] inBytes) throws IOExceptionConstructor- 参数:
inBytes- Input bytes- 抛出:
IOException
-
-