|
| Wellbore (class Well *witsmlWell, const std::string &guid, const std::string &title) |
|
| Wellbore (class Well *witsmlWell, const std::string &guid, const std::string &title, gsoap_witsml1_4_1_1::witsml1__WellStatus statusWellbore, const bool &isActive, gsoap_witsml1_4_1_1::witsml1__WellPurpose purposeWellbore, gsoap_witsml1_4_1_1::witsml1__WellboreType typeWellbore, const bool &achievedTD, const std::string &sourceName, const time_t &dTimCreation, const time_t &dTimLastChange, const std::string &comments) |
|
| Wellbore (gsoap_witsml1_4_1_1::witsml1__obj_USCOREwellbores *fromGsoap) |
|
| ~Wellbore () |
|
Trajectory * | createTrajectory (const std::string &guid, const std::string &title) |
|
Trajectory * | createTrajectory (const std::string &guid, const std::string &title, const std::string &sourceName, const time_t &dTimCreation, const time_t &dTimLastChange, const std::string &comments) |
|
Log * | createLog (const std::string &guid, const std::string &title, gsoap_witsml1_4_1_1::witsml1__LogIndexType indexType, const std::string &indexCurve) |
|
Log * | createLog (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) |
|
FormationMarker * | createFormationMarker (const std::string &guid, const std::string &title, const unsigned int &mdDatumIndex, gsoap_witsml1_4_1_1::witsml1__MeasuredDepthUom mdUom, const double &mdTopSample) |
|
FormationMarker * | createFormationMarker (const std::string &guid, const std::string &title, const unsigned int &mdDatumIndex, gsoap_witsml1_4_1_1::witsml1__MeasuredDepthUom mdUom, const double &mdTopSample, const unsigned int &tvdDatumIndex, gsoap_witsml1_4_1_1::witsml1__WellVerticalCoordinateUom tvdUom, const double &tvdTopSample, gsoap_witsml1_4_1_1::witsml1__PlaneAngleUom dipUom, const double &dip, gsoap_witsml1_4_1_1::witsml1__PlaneAngleUom dipDirectionUom, const double &dipDirection, const std::string &sourceName, const time_t &dTimCreation, const time_t &dTimLastChange, const std::string &comments) |
|
void | setWell (class Well *witsmlWell) |
|
class Well * | getWell () |
|
resqml2_0_1::WellboreFeature * | getResqmlWellboreFeature () const |
|
soap * | getGSoapContext () const |
|
const std::vector< Trajectory * > & | getTrajectories () const |
|
const std::vector< Log * > & | getLogs () const |
|
const std::vector< FormationMarker * > & | getFormationMarkers () const |
|
const std::string & | getTitle () const |
|
std::string | getUuid () const |
|
time_t | getCreation () const |
|
time_t | getLastUpdate () const |
|
void | setShape (const gsoap_witsml1_4_1_1::witsml1__WellboreShape &shape) |
|
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) |
|