|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.signalsoftcorp.lst.client.MLP300Position
Represents a geographic position within a MLP300LocationResponse.
MLP300LocationResponse
Constructor Summary | |
MLP300Position()
|
Method Summary | |
java.lang.String |
getAddInfo()
A text string containing additional information about a certain result. |
java.lang.String |
getAlt()
The altitude of the mobile station in meters. |
java.lang.String |
getAltAcc()
Accuracy of altitude in meters. |
java.lang.String |
getDirection()
Specifies the direction, in degrees, that a positioned mobile station is moving in. |
java.lang.String |
getLevConf()
This parameter indicates the probability in percent that the mobile station is located in the position area that is returned |
MLP300Msid |
getMLP300Msid()
|
java.lang.String |
getRadius()
The uncertainty radius is the radius (in meters) of the uncertainty; this is the geodesic distance between the arc and the position point. |
int |
getResId()
This field represents a numeric representation of a result message. |
java.lang.String |
getResult()
A text string indicating the result of an individual positioning. |
java.lang.String |
getSpeed()
The speed of the mobile station in m/s. |
java.lang.String |
getTime()
The time field contains the time in format yyyyMMddhhmmss. |
java.lang.String |
getUtcOff()
Specifies the UTC offset in hours and minutes. |
java.lang.String |
getX()
The x field is the longitude. |
java.lang.String |
getY()
The y field is the latitude. |
java.lang.String |
getZ()
The z field is the elevation. |
void |
setAddInfo(java.lang.String addInfo)
A text string containing additional information about a certain result. |
void |
setAlt(java.lang.String alt)
The altitude of the mobile station in meters. |
void |
setAltAcc(java.lang.String altAcc)
Accuracy of altitude in meters. |
void |
setDirection(java.lang.String direction)
Specifies the direction, in degrees, that a positioned mobile station is moving in. |
void |
setLevConf(java.lang.String levConf)
This parameter indicates the probability in percent that the mobile station is located in the position area that is returned |
void |
setMLP300Msid(MLP300Msid mLP300Msid)
|
void |
setRadius(java.lang.String radius)
The uncertainty radius is the radius (in meters) of the uncertainty; this is the geodesic distance between the arc and the position point. |
void |
setResId(int resId)
This field represents a numeric representation of a result message. |
void |
setResult(java.lang.String result)
A text string indicating the result of an individual positioning. |
void |
setSpeed(java.lang.String speed)
The speed of the mobile station in m/s. |
void |
setTime(java.lang.String time)
The time field contains the time in format yyyyMMddhhmmss. |
void |
setUtcOff(java.lang.String utcOff)
Specifies the UTC offset in hours and minutes. |
void |
setX(java.lang.String x)
The x field is the longitude. |
void |
setY(java.lang.String y)
The y field is the latitude. |
void |
setZ(java.lang.String z)
The z field is the elevation. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MLP300Position()
Method Detail |
public java.lang.String getTime()
public void setTime(java.lang.String time)
time
- The time field contains the time in format yyyyMMddhhmmss.public java.lang.String getX()
public void setX(java.lang.String x)
x
- The x field is the longitude.public java.lang.String getY()
public void setY(java.lang.String y)
y
- The y field is the latitude.public java.lang.String getZ()
public void setZ(java.lang.String z)
public java.lang.String getRadius()
public void setRadius(java.lang.String radius)
radius
- The uncertainty radius is the radius (in meters) of the uncertainty.public java.lang.String getAltAcc()
public void setAltAcc(java.lang.String altAcc)
altAcc
- Accuracy of altitude in meters.public java.lang.String getAlt()
public void setAlt(java.lang.String alt)
alt
- The altitude of the mobile station in meters.public java.lang.String getSpeed()
public void setSpeed(java.lang.String speed)
speed
- The speed of the mobile station in m/s.public java.lang.String getDirection()
public void setDirection(java.lang.String direction)
direction
- Specifies the direction, in degrees, that a positioned mobile station is moving in.public java.lang.String getResult()
public void setResult(java.lang.String result)
result
- A text string indicating the result of an individual positioningpublic int getResId()
public void setResId(int resId)
resId
- This field represents a numeric representation of a result messagepublic java.lang.String getUtcOff()
public void setUtcOff(java.lang.String utcOff)
utcOff
- Specifies the UTC offset in hours and minutes.public java.lang.String getLevConf()
public void setLevConf(java.lang.String levConf)
public java.lang.String getAddInfo()
public void setAddInfo(java.lang.String addInfo)
A
- text string containing additional information about a certain result.public MLP300Msid getMLP300Msid()
MLP300Msid
.public void setMLP300Msid(MLP300Msid mLP300Msid)
MLP300Msid
- MLP300Msid contains the MSID. See
MLP300Msid
.public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |