|
| Well (soap *soapContext, const std::string &guid, const std::string &title, const std::string &timeZone) |
|
| Well (soap *soapContext, const std::string &guid, const std::string &title, const std::string &timeZone, const std::string &operator_, gsoap_witsml1_4_1_1::witsml1__WellStatus statusWell, gsoap_witsml1_4_1_1::witsml1__WellPurpose purposeWell, gsoap_witsml1_4_1_1::witsml1__WellFluid fluidWell, gsoap_witsml1_4_1_1::witsml1__WellDirection directionWell, const time_t &dTimSpud, const std::string &sourceName, const time_t &dTimCreation, const time_t &dTimLastChange, const std::string &comments) |
|
| Well (gsoap_witsml1_4_1_1::_witsml1__wells *fromGsoap) |
|
| ~Well () |
|
Wellbore * | createWellbore (const std::string &guid, const std::string &title) |
|
Wellbore * | createWellbore (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) |
|
void | setOperator (const std::string &operator_) |
|
double | getWellHeadEastingLocationValue () |
|
gsoap_witsml1_4_1_1::witsml1__LengthUom | getWellHeadEastingLocationUom () |
|
double | getWellHeadNorthingLocationValue () |
|
gsoap_witsml1_4_1_1::witsml1__LengthUom | getWellHeadNorthingLocationUom () |
|
void | setEastingNorthingLocation (gsoap_witsml1_4_1_1::witsml1__LengthUom uom, const double &easting, const double &northing, class CoordinateReferenceSystem *wellCrs) |
|
void | setWestingSouthingLocation (gsoap_witsml1_4_1_1::witsml1__LengthUom uom, const double &westing, const double &southing, class CoordinateReferenceSystem *wellCrs) |
|
void | setProjectedXProjectedYLocation (gsoap_witsml1_4_1_1::witsml1__LengthUom uom, const double &projectedX, const double &projectedY, class CoordinateReferenceSystem *wellCrs) |
|
soap * | getGSoapContext () const |
|
const std::vector< Wellbore * > & | getWellbores () const |
|
const std::string & | getTitle () const |
|
std::string | getUuid () const |
|
time_t | getCreation () const |
|
time_t | getLastUpdate () const |
|
void | pushBackDatum (const std::string &guid, const std::string &title, gsoap_witsml1_4_1_1::witsml1__ElevCodeEnum code, const unsigned int &datumIndex, gsoap_witsml1_4_1_1::witsml1__WellVerticalCoordinateUom elevationUnit, const double &elevation) |
|
void | pushBackDatum (const std::string &guid, const std::string &title, gsoap_witsml1_4_1_1::witsml1__ElevCodeEnum code, const std::string &refNamingSystem, const std::string &refCode, const std::string &refName) |
|
unsigned int | getDatumCount () const |
|
gsoap_witsml1_4_1_1::witsml1__cs_USCOREwellDatum * | getDatum (const unsigned int &index) const |
|
gsoap_witsml1_4_1_1::witsml1__cs_USCOREwellDatum * | getDatum (const std::string &uid) const |
|
void | importRelationshipSetFromEpc (common::EpcDocument *epcDoc) |
|
std::vector< epc::Relationship > | getAllEpcRelationships () const |
|
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) |
|