My Project
Public Member Functions | Static Public Attributes | Protected Attributes | Friends | List of all members
witsml1_4_1_1::Well Class Reference
Inheritance diagram for witsml1_4_1_1::Well:
witsml1_4_1_1::AbstractObject

Public Member Functions

 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 ()
 
WellborecreateWellbore (const std::string &guid, const std::string &title)
 
WellborecreateWellbore (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::RelationshipgetAllEpcRelationships () const
 
virtual std::string getXmlTag () const
 
- Public Member Functions inherited from witsml1_4_1_1::AbstractObject
gsoap_witsml1_4_1_1::abstract__abstractObject * getGsoapProxy ()
 
void serializeIntoStream (std::ostream *stream)
 
int getGsoapType () const
 
common::EpcDocumentgetEpcDocument () const
 
virtual std::string getXmlNamespace () const
 
std::string getContentType () const
 
std::string getPartNameInEpcDocument () const
 
gsoap_resqml2_0_1::eml__DataObjectReference * newResqmlReference () const
 
void setCoordinateReferenceSystem (class CoordinateReferenceSystem *wellCrs)
 
class CoordinateReferenceSystemgetCoordinateReferenceSystem () const
 
std::string serializeIntoString ()
 

Static Public Attributes

static const char * XML_TAG = "wells"
 
- Static Public Attributes inherited from witsml1_4_1_1::AbstractObject
static const char * SCHEMA_VERSION = "1.4.1.1"
 

Protected Attributes

std::vector< Wellbore * > wellboreSet
 
- Protected Attributes inherited from witsml1_4_1_1::AbstractObject
gsoap_witsml1_4_1_1::abstract__abstractObject * collection
 
common::EpcDocumentepcDocument
 
class CoordinateReferenceSystemcrs
 
bool updateXml
 

Friends

void Wellbore::setWell (Well *witsmlWell)
 

Additional Inherited Members

- Protected Member Functions inherited from witsml1_4_1_1::AbstractObject
 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)
 

Constructor & Destructor Documentation

Well::Well ( soap *  soapContext,
const std::string &  guid,
const std::string &  title,
const std::string &  timeZone 
)

Creates an instance of this class in a gsoap context.

Parameters
soapContextThe soap context where the underlying gsoap proxy is going to be created.
guidThe guid to set to this instance. If empty then a new guid will be generated.
witsml1_4_1_1::Well::Well ( gsoap_witsml1_4_1_1::_witsml1__wells *  fromGsoap)
inline

Creates an instance of this class by wrapping a gsoap instance.

witsml1_4_1_1::Well::~Well ( )
inline

Destructor does nothing since the memory is managed by the gsoap context.

Member Function Documentation

vector< Relationship > Well::getAllEpcRelationships ( ) const
virtual

Return all relationships (backward and forward ones) of the instance using EPC format.

Reimplemented from witsml1_4_1_1::AbstractObject.

virtual std::string witsml1_4_1_1::Well::getXmlTag ( ) const
inlinevirtual

Get the XML tag for the XML serialization of this instance

Implements witsml1_4_1_1::AbstractObject.

void Well::importRelationshipSetFromEpc ( common::EpcDocument epcDoc)
virtual

Resolve all relationships of the object in an epc document. Does nothing since there is no forward relationship.

Implements witsml1_4_1_1::AbstractObject.


The documentation for this class was generated from the following files: