Fesapi 2.9.0.1
This project provides C++ classes which allow an easy access in import and export to the Energistics standards.
|
Contains the data describing an opinion of a borehole.This interpretation is relative to one particular well trajectory. More...
#include <WellboreInterpretation.h>
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) |
AbstractFeature * | getInterpretedFeature () 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 |
AbstractRepresentation * | getRepresentation (uint64_t index) const |
std::vector< GridConnectionSetRepresentation * > | getGridConnectionSetRepresentationSet () const |
virtual void | loadTargetRelationships () override |
Static Public Attributes | |
static const char * | XML_TAG |
Contains the data describing an opinion of a borehole.This interpretation is relative to one particular well trajectory.
|
inline |
Only to be used in partial transfer context.
[in] | partialObject | If non-nullptr, the partial object. |
|
inline |
Default constructor
|
inline |
Creates an instance of this class by wrapping a gSOAP instance.
[in] | fromGsoap | If non-null, the gSOAP instance. |
|
inline |
Creates an instance of this class by wrapping a gSOAP instance.
[in] | fromGsoap | If non-null, the gSOAP instance. |
|
virtualdefault |
Destructor does nothing since the memory is managed by the gSOAP context.
|
pure virtual |
Indicates if the wellbore has been interpreted as drilled or not.
|
static |
The standard XML tag without XML namespace for serializing this data object.