Fesapi 2.9.0.1
This project provides C++ classes which allow an easy access in import and export to the Energistics standards.
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
resqml2::WellboreInterpretation Class Referenceabstract

Contains the data describing an opinion of a borehole.This interpretation is relative to one particular well trajectory. More...

#include <WellboreInterpretation.h>

Inheritance diagram for resqml2::WellboreInterpretation:
resqml2::AbstractFeatureInterpretation

Public Member Functions

 WellboreInterpretation (gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
 
 WellboreInterpretation ()
 
 WellboreInterpretation (gsoap_resqml2_0_1::_resqml20__WellboreInterpretation *fromGsoap)
 
 WellboreInterpretation (gsoap_eml2_3::_resqml22__WellboreInterpretation *fromGsoap)
 
virtual ~WellboreInterpretation ()=default
 
virtual bool isDrilled () const =0
 
 GETTER_DATAOBJECTS (resqml2 ::WellboreTrajectoryRepresentation, WellboreTrajectoryRepresentation)
 
virtual std::string getXmlTag () const final
 
- Public Member Functions inherited from resqml2::AbstractFeatureInterpretation
virtual ~AbstractFeatureInterpretation ()=default
 
common::DataObjectReference getInterpretedFeatureDor () const
 
void setInterpretedFeature (AbstractFeature *feature)
 
AbstractFeaturegetInterpretedFeature () const
 
gsoap_resqml2_0_1::resqml20__Domain initDomain (gsoap_resqml2_0_1::resqml20__Domain defaultDomain) const
 
gsoap_resqml2_0_1::resqml20__Domain getDomain () const
 
std::vector< AbstractRepresentation * > getRepresentationSet () const
 
uint64_t getRepresentationCount () const noexcept
 
AbstractRepresentationgetRepresentation (uint64_t index) const
 
std::vector< GridConnectionSetRepresentation * > getGridConnectionSetRepresentationSet () const
 
virtual void loadTargetRelationships () override
 

Static Public Attributes

static const char * XML_TAG
 

Detailed Description

Contains the data describing an opinion of a borehole.This interpretation is relative to one particular well trajectory.

Constructor & Destructor Documentation

◆ WellboreInterpretation() [1/4]

resqml2::WellboreInterpretation::WellboreInterpretation ( gsoap_resqml2_0_1::eml20__DataObjectReference * partialObject)
inline

Only to be used in partial transfer context.

Parameters
[in]partialObjectIf non-nullptr, the partial object.

◆ WellboreInterpretation() [2/4]

resqml2::WellboreInterpretation::WellboreInterpretation ( )
inline

Default constructor

◆ WellboreInterpretation() [3/4]

resqml2::WellboreInterpretation::WellboreInterpretation ( gsoap_resqml2_0_1::_resqml20__WellboreInterpretation * fromGsoap)
inline

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

Parameters
[in]fromGsoapIf non-null, the gSOAP instance.

◆ WellboreInterpretation() [4/4]

resqml2::WellboreInterpretation::WellboreInterpretation ( gsoap_eml2_3::_resqml22__WellboreInterpretation * fromGsoap)
inline

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

Parameters
[in]fromGsoapIf non-null, the gSOAP instance.

◆ ~WellboreInterpretation()

virtual resqml2::WellboreInterpretation::~WellboreInterpretation ( )
virtualdefault

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

Member Function Documentation

◆ isDrilled()

virtual bool resqml2::WellboreInterpretation::isDrilled ( ) const
pure virtual

Indicates if the wellbore has been interpreted as drilled or not.

Returns
True if drilled, false if not.

Member Data Documentation

◆ XML_TAG

const char* resqml2::WellboreInterpretation::XML_TAG
static

The standard XML tag without XML namespace for serializing this data object.


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