public class SendDataDWSQ extends SendDataObject
构造器和说明 |
---|
SendDataDWSQ(CommunicationRequestType type)
构造函数
|
SendDataDWSQ(long lDataHandle,
CommunicationRequestType type)
构造函数
|
限定符和类型 | 方法和说明 |
---|---|
float |
getAltitude()
获取大地高(单位米)
|
float |
getAntHeight()
获取天线相对地面的高(单位0.1米)
|
short |
getFlag()
获取信息标志
|
int |
getFreq()
获取入站频率(单位秒),频度为0时,只定位一次
|
float |
getPressure()
获取气压(单位0.1Hp)
|
float |
getTemperature()
获取温度(单位0.1度)
|
long |
getUserID()
获取定位的用户机ID
|
void |
setAltitude(float altitude)
设置大地高(单位米)
|
void |
setAntHeight(float antHeight)
设置天线相对地面的高(单位0.1米)
|
void |
setFlag(short flag)
设置信息标志
|
void |
setFreq(int freq)
设置入站频率(单位秒),频度为0时,只定位一次
|
void |
setPressure(float pressure)
设置气压(单位0.1Hp)
|
void |
setTemperature(float temperature)
设置温度(单位0.1度)
|
void |
setUserID(long userID)
设置定位的用户机ID
|
dispose, getlDataHandle, getType, setlDataHandle, setType
public SendDataDWSQ(long lDataHandle, CommunicationRequestType type)
public SendDataDWSQ(CommunicationRequestType type)
public long getUserID()
public void setUserID(long userID)
userID
- IDpublic short getFlag()
public void setFlag(short flag)
flag
- 信息标志public int getFreq()
public void setFreq(int freq)
freq
- 入站频率public float getAltitude()
public void setAltitude(float altitude)
altitude
- 大地高public float getAntHeight()
public void setAntHeight(float antHeight)
antHeight
- 天线相对地面的高public float getPressure()
public void setPressure(float pressure)
pressure
- 气压public float getTemperature()
public void setTemperature(float temperature)
temperature
- 温度Copyright © 2021–2024 SuperMap. All rights reserved.