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::StratigraphicOccurrenceInterpretation Class Referenceabstract

This class is a container for stratigraphic organizations described along a wellbore. More...

#include <StratigraphicOccurrenceInterpretation.h>

Inheritance diagram for resqml2::StratigraphicOccurrenceInterpretation:
resqml2::AbstractStratigraphicOrganizationInterpretation resqml2::AbstractOrganizationInterpretation resqml2::AbstractFeatureInterpretation

Public Member Functions

virtual ~StratigraphicOccurrenceInterpretation ()=default
 
virtual void setStratigraphicColumnRankInterpretation (StratigraphicColumnRankInterpretation *stratiColumnRankInterp)=0
 
StratigraphicColumnRankInterpretationgetStratigraphicColumnRankInterpretation () const
 
virtual common::DataObjectReference getStratigraphicColumnRankInterpretationDor () const =0
 
virtual std::string getXmlTag () const final
 
- Public Member Functions inherited from resqml2::AbstractStratigraphicOrganizationInterpretation
virtual ~AbstractStratigraphicOrganizationInterpretation ()=default
 
bool isStratigraphic () const final
 
std::vector< AbstractGridRepresentation * > getGridRepresentations () const
 
unsigned int getGridRepresentationCount () const
 
AbstractGridRepresentationgetGridRepresentation (unsigned int index) const
 
bool isAssociatedToGridRepresentation (AbstractGridRepresentation *gridRep) const
 
- Public Member Functions inherited from resqml2::AbstractOrganizationInterpretation
virtual ~AbstractOrganizationInterpretation ()=default
 
virtual bool isStructural () const
 
virtual bool isRockFluid () const
 
void pushBackBinaryContact (AbstractFeatureInterpretation *subject, gsoap_eml2_3::resqml22__ContactVerb verb, AbstractFeatureInterpretation *directObject)
 
void pushBackBinaryContact (AbstractFeatureInterpretation *subject, gsoap_eml2_3::resqml22__ContactVerb verb, AbstractFeatureInterpretation *directObject, AbstractFeatureInterpretation *partOf)
 
void pushBackBinaryContact (AbstractFeatureInterpretation *subject, gsoap_eml2_3::resqml22__ContactVerb verb, AbstractFeatureInterpretation *directObject, gsoap_resqml2_0_1::resqml20__ContactSide directObjectQualifier)
 
void pushBackBinaryContact (AbstractFeatureInterpretation *subject, gsoap_resqml2_0_1::resqml20__ContactSide subjectQualifier, gsoap_eml2_3::resqml22__ContactVerb verb, AbstractFeatureInterpretation *directObject, gsoap_resqml2_0_1::resqml20__ContactSide directObjectQualifier)
 
- 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
 

Static Public Attributes

static const char * XML_TAG
 

Detailed Description

This class is a container for stratigraphic organizations described along a wellbore.

Constructor & Destructor Documentation

◆ ~StratigraphicOccurrenceInterpretation()

virtual resqml2::StratigraphicOccurrenceInterpretation::~StratigraphicOccurrenceInterpretation ( )
virtualdefault

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

Member Function Documentation

◆ getStratigraphicColumnRankInterpretation()

StratigraphicColumnRankInterpretation * resqml2::StratigraphicOccurrenceInterpretation::getStratigraphicColumnRankInterpretation ( ) const

Gets the stratigraphic column rank interpretation this stratigraphic occurrence interpretation is an occurrence of.

Returns
nullptr if no stratigraphic column rank interpretation is associated to this stratigraphic occurrence interpretation, else the associated stratigraphic column rank interpretation.

◆ getStratigraphicColumnRankInterpretationDor()

virtual common::DataObjectReference resqml2::StratigraphicOccurrenceInterpretation::getStratigraphicColumnRankInterpretationDor ( ) const
pure virtual

Gets the data object reference of the stratigraphic column rank interpretation this stratigraphic occurrence interpretation is an occurrence of.

Returns
Empty data object reference if no stratigraphic column rank interpretation is associated to this stratigraphic occurrence interpretation, else the data object reference of the associated stratigraphic column rank interpretation.

◆ setStratigraphicColumnRankInterpretation()

virtual void resqml2::StratigraphicOccurrenceInterpretation::setStratigraphicColumnRankInterpretation ( StratigraphicColumnRankInterpretation * stratiColumnRankInterp)
pure virtual

Sets the stratigraphic column rank interpretation this stratigraphic occurrence interpretation is an occurrence of.

Exceptions
std::invalid_argumentIf stratiColumnRankInterp is nullptr.
Parameters
[in]stratiColumnRankInterpThe stratigraphic column rank interpretation this stratigraphic occurrence interpretation is an occurrence of.

Member Data Documentation

◆ XML_TAG

const char* resqml2::StratigraphicOccurrenceInterpretation::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: