类 SiteConfig
- java.lang.Object
-
- org.meteoinfo.data.meteodata.radar.SiteConfig
-
public class SiteConfig extends Object
-
-
字段概要
字段 修饰符和类型 字段 说明 shortantennaGainintantennaHeightfloatbeamWidthHorifloatbeamWidthVertfloatfrequencyintgroundHeightfloatlatitudestatic intlengthfloatlongitudeshortotherLossshortradarTypeintRADVersionshortreceivingFeederLossbyte[]reservedStringsiteCodeStringsiteNameshorttransmittingFeederLoss
-
构造器概要
构造器 构造器 说明 SiteConfig(InputStream raf)ConstructorSiteConfig(RandomAccessFile raf)Constructor
-
-
-
字段详细资料
-
length
public static int length
-
siteCode
public String siteCode
-
siteName
public String siteName
-
latitude
public float latitude
-
longitude
public float longitude
-
antennaHeight
public int antennaHeight
-
groundHeight
public int groundHeight
-
frequency
public float frequency
-
beamWidthHori
public float beamWidthHori
-
beamWidthVert
public float beamWidthVert
-
RADVersion
public int RADVersion
-
radarType
public short radarType
-
antennaGain
public short antennaGain
-
transmittingFeederLoss
public short transmittingFeederLoss
-
receivingFeederLoss
public short receivingFeederLoss
-
otherLoss
public short otherLoss
-
reserved
public byte[] reserved
-
-
构造器详细资料
-
SiteConfig
public SiteConfig(RandomAccessFile raf) throws IOException
Constructor- 参数:
raf- RandomAccessFile object- 抛出:
IOException
-
SiteConfig
public SiteConfig(InputStream raf) throws IOException
Constructor- 参数:
raf- InputStream object- 抛出:
IOException
-
-
方法详细资料
-
getRadarType
public String getRadarType()
Get radar type string- 返回:
- Radar type string
-
-