Class that represents position. More...
#include <MlpPosition.hpp>
Public Member Functions | |
MlpPosition () | |
~MlpPosition () | |
void | setMsid (std::string msid) |
std::string | getMsid () |
void | setMsidType (int msidType) |
int | getMsidType () |
void | setMsidEnc (int msidEnc) |
int | getMsidEnc () |
void | setPosMethod (int posMethod) |
int | getPosMethod () |
void | setResultType (int resultType) |
int | getResultType () |
void | setTransId (std::string transId) |
std::string | getTransId () |
void | setTime (std::string time) |
std::string | getTime () |
void | setTimeUtcOff (std::string utcOff) |
std::string | getTimeUtcOff () |
void | setResult (std::string result) |
std::string | getResult () |
bool | wasError () |
void | setResultId (std::string resultId) |
std::string | getResultId () |
void | setAddInfo (std::string addInfo) |
std::string | getAddInfo () |
void | setAlt (std::string alt) |
std::string | getAlt () |
void | setAltUnc (std::string altUnc) |
std::string | getAltUnc () |
void | setShape (MlpShape *shape) |
MlpShape * | getShape () |
void | setGsmNetParams (MlpGsmNetParams *gsmNetParams) |
MlpGsmNetParams * | setGsmNetParams () |
std::string | toString () const |
Protected Attributes | |
std::string | _msid |
int | _msidType |
int | _msidEnc |
int | _posMethod |
int | _resultType |
std::string | _transId |
std::string | _time |
std::string | _utcOff |
bool | _error |
std::string | _result |
std::string | _resultId |
std::string | _addInfo |
std::string | _alt |
std::string | _altUnc |
MlpShape * | _shape |
MlpGsmNetParams * | _gsmNetParams |
Class that represents position.
MlpPosition::MlpPosition | ( | ) |
MlpPosition::~MlpPosition | ( | ) |
std::string MlpPosition::getAddInfo | ( | ) |
std::string MlpPosition::getAlt | ( | ) |
std::string MlpPosition::getAltUnc | ( | ) |
std::string MlpPosition::getMsid | ( | ) |
int MlpPosition::getMsidEnc | ( | ) |
int MlpPosition::getMsidType | ( | ) |
int MlpPosition::getPosMethod | ( | ) |
std::string MlpPosition::getResult | ( | ) |
std::string MlpPosition::getResultId | ( | ) |
int MlpPosition::getResultType | ( | ) |
MlpShape * MlpPosition::getShape | ( | ) |
std::string MlpPosition::getTime | ( | ) |
std::string MlpPosition::getTimeUtcOff | ( | ) |
std::string MlpPosition::getTransId | ( | ) |
void MlpPosition::setAddInfo | ( | std::string | addInfo | ) |
void MlpPosition::setAlt | ( | std::string | alt | ) |
void MlpPosition::setAltUnc | ( | std::string | altUnc | ) |
MlpGsmNetParams * MlpPosition::setGsmNetParams | ( | ) |
void MlpPosition::setGsmNetParams | ( | MlpGsmNetParams * | gsmNetParams | ) |
void MlpPosition::setMsid | ( | std::string | msid | ) |
void MlpPosition::setMsidEnc | ( | int | msidEnc | ) |
void MlpPosition::setMsidType | ( | int | msidType | ) |
void MlpPosition::setPosMethod | ( | int | posMethod | ) |
void MlpPosition::setResult | ( | std::string | result | ) |
void MlpPosition::setResultId | ( | std::string | resultId | ) |
void MlpPosition::setResultType | ( | int | resultType | ) |
void MlpPosition::setShape | ( | MlpShape * | shape | ) |
void MlpPosition::setTime | ( | std::string | time | ) |
void MlpPosition::setTimeUtcOff | ( | std::string | utcOff | ) |
void MlpPosition::setTransId | ( | std::string | transId | ) |
std::string MlpPosition::toString | ( | ) | const |
bool MlpPosition::wasError | ( | ) |
std::string MlpPosition::_addInfo [protected] |
std::string MlpPosition::_alt [protected] |
std::string MlpPosition::_altUnc [protected] |
bool MlpPosition::_error [protected] |
MlpGsmNetParams* MlpPosition::_gsmNetParams [protected] |
std::string MlpPosition::_msid [protected] |
int MlpPosition::_msidEnc [protected] |
int MlpPosition::_msidType [protected] |
int MlpPosition::_posMethod [protected] |
std::string MlpPosition::_result [protected] |
std::string MlpPosition::_resultId [protected] |
int MlpPosition::_resultType [protected] |
MlpShape* MlpPosition::_shape [protected] |
std::string MlpPosition::_time [protected] |
std::string MlpPosition::_transId [protected] |
std::string MlpPosition::_utcOff [protected] |