|
| Log (class Wellbore *witsmlWellbore, const std::string &guid, const std::string &title, gsoap_witsml1_4_1_1::witsml1__LogIndexType indexType, const std::string &indexCurve) |
|
| Log (class Wellbore *witsmlWellbore, const std::string &guid, const std::string &title, gsoap_witsml1_4_1_1::witsml1__LogIndexType indexType, const std::string &indexCurve, const std::string &sourceName, const time_t &dTimCreation, const time_t &dTimLastChange, const std::string &comments) |
|
| Log (gsoap_witsml1_4_1_1::witsml1__obj_USCORElogs *fromGsoap) |
|
| ~Log () |
|
gsoap_witsml1_4_1_1::witsml1__LogIndexType | getIndexType () |
|
std::string | getIndexMnemonic () |
|
std::vector< std::string > | getMnemonicSet () |
|
const std::vector< std::string > & | getData () const |
|
std::string | getDataDelimiter () const |
|
void | setValues (const std::string &description, const std::string &dataDelimiter, const std::string &startEndIncrementUOM, const double &startIndex, const double &endIndex, const double &stepIncrement, gsoap_witsml1_4_1_1::witsml1__LogIndexDirection direction, const std::string &mnemonicList, const std::string &unitList, std::vector< std::string > const &data) |
|
unsigned int | getLogCurveCount () const |
|
std::string | getLogCurveMnemonic (const unsigned int &logCurveIndex) const |
|
gsoap_witsml1_4_1_1::witsml1__LogDataType | getLogCurveDataType (const unsigned int &logCurveIndex) const |
|
std::string | getLogCurveUom (const unsigned int &logCurveIndex) const |
|
void | pushBackLogCurveInfo (const std::string &mnemonic, gsoap_witsml1_4_1_1::witsml1__LogDataType typeLogData) |
|
void | pushBackLogCurveInfo (const std::string &namingSystem, const std::string &mnemonic, const std::string &classWitsml, const std::string &unit, const int &datumIndex, const std::string &minMaxIndexUOM, const double &minIndex, const double &maxIndex, const std::string &curveDescription, gsoap_witsml1_4_1_1::witsml1__PerLengthUom perLengthUOM, const double &densData, gsoap_witsml1_4_1_1::witsml1__LogTraceOrigin traceOrigin, gsoap_witsml1_4_1_1::witsml1__LogDataType typeLogData) |
|
void | setWellbore (class Wellbore *witsmlWellbore) |
|
class Wellbore * | getWellbore () |
|
resqml2_0_1::WellboreFrameRepresentation * | getResqmlWellboreFrameRepresentation () const |
|
soap * | getGSoapContext () const |
|
const std::string & | getTitle () const |
|
std::string | getUuid () const |
|
time_t | getCreation () const |
|
time_t | getLastUpdate () const |
|
std::vector< epc::Relationship > | getAllEpcRelationships () const |
|
void | importRelationshipSetFromEpc (common::EpcDocument *epcDoc) |
|
virtual std::string | getXmlTag () const |
|
gsoap_witsml1_4_1_1::abstract__abstractObject * | getGsoapProxy () |
|
void | serializeIntoStream (std::ostream *stream) |
|
int | getGsoapType () const |
|
common::EpcDocument * | getEpcDocument () const |
|
virtual std::string | getXmlNamespace () const |
|
std::string | getContentType () const |
|
std::string | getPartNameInEpcDocument () const |
|
gsoap_resqml2_0_1::eml20__DataObjectReference * | newResqmlReference () const |
|
void | setCoordinateReferenceSystem (class CoordinateReferenceSystem *wellCrs) |
|
class CoordinateReferenceSystem * | getCoordinateReferenceSystem () const |
|
std::string | serializeIntoString () |
|
|
| AbstractObject (gsoap_witsml1_4_1_1::abstract__abstractObject *proxy=nullptr) |
| Indicate wether methods update the XML (Gsoap) or only the C++ classes of the API.
|
|
gsoap_witsml1_4_1_1::witsml1__cs_USCOREcommonData * | newCommonData (const std::string &sourceName, const time_t &dTimCreation, const time_t &dTimLastChange, const std::string &comments) |
|
gsoap_witsml1_4_1_1::witsml1__cs_USCORElocation * | constructEastingNorthingLocation (gsoap_witsml1_4_1_1::witsml1__LengthUom uom, const double &easting, const double &northing, class CoordinateReferenceSystem *wellCrs) |
|
gsoap_witsml1_4_1_1::witsml1__cs_USCORElocation * | constructWestingSouthingLocation (gsoap_witsml1_4_1_1::witsml1__LengthUom uom, const double &westing, const double &southing, class CoordinateReferenceSystem *wellCrs) |
|
gsoap_witsml1_4_1_1::witsml1__cs_USCORElocation * | constructProjectedXProjectedYLocation (gsoap_witsml1_4_1_1::witsml1__LengthUom uom, const double &projectedX, const double &projectedY, class CoordinateReferenceSystem *wellCrs) |
|