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

The interpretation of a stratigraphic unit. More...

#include <StratigraphicUnitInterpretation.h>

Inheritance diagram for resqml2::StratigraphicUnitInterpretation:
resqml2::AbstractFeatureInterpretation

Public Member Functions

virtual ~StratigraphicUnitInterpretation ()=default
 
virtual bool hasDepositionMode () const =0
 
virtual gsoap_resqml2_0_1::resqml20__DepositionMode getDepositionMode () const =0
 
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 constexpr char const * XML_TAG = "StratigraphicUnitInterpretation"
 

Detailed Description

The interpretation of a stratigraphic unit.

Constructor & Destructor Documentation

◆ ~StratigraphicUnitInterpretation()

virtual resqml2::StratigraphicUnitInterpretation::~StratigraphicUnitInterpretation ( )
virtualdefault

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

Member Function Documentation

◆ getDepositionMode()

virtual gsoap_resqml2_0_1::resqml20__DepositionMode resqml2::StratigraphicUnitInterpretation::getDepositionMode ( ) const
pure virtual

Gets the deposition mode of this stratigraphic unit interpretation.

Exceptions
logic_errorIf the deposition mode is unknown for this instance (you should verify its existence using hasDepositionMode() before to call this function).
Returns
The deposition mode.

◆ hasDepositionMode()

virtual bool resqml2::StratigraphicUnitInterpretation::hasDepositionMode ( ) const
pure virtual

Indicates if this instance has an information about its deposition mode.

Returns
True if the deposition mode is known, false if not.

Member Data Documentation

◆ XML_TAG

constexpr char const* resqml2::StratigraphicUnitInterpretation::XML_TAG = "StratigraphicUnitInterpretation"
staticconstexpr

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


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