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

A stratigraphic column rank interpretation is a global hierarchy containing an ordered list of stratigraphic unit interpretations. More...

#include <StratigraphicColumnRankInterpretation.h>

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

Public Member Functions

virtual ~StratigraphicColumnRankInterpretation ()=default
 
virtual void pushBackStratiUnitInterpretation (StratigraphicUnitInterpretation *stratiUnitInterpretation)=0
 
virtual void setHorizonOfLastContact (HorizonInterpretation *partOf)=0
 
virtual void pushBackStratigraphicBinaryContact (StratigraphicUnitInterpretation *subject, gsoap_eml2_3::resqml22__ContactMode subjectContactMode, StratigraphicUnitInterpretation *directObject, gsoap_eml2_3::resqml22__ContactMode directObjectMode, HorizonInterpretation *partOf=nullptr)=0
 
virtual bool isAChronoStratiRank () const =0
 
virtual unsigned int getContactCount () const =0
 
virtual gsoap_eml2_3::resqml22__ContactMode getSubjectContactModeOfContact (unsigned int contactIndex) const =0
 
virtual class StratigraphicUnitInterpretationgetSubjectOfContact (unsigned int contactIndex) const =0
 
virtual gsoap_eml2_3::resqml22__ContactMode getDirectObjectContactModeOfContact (unsigned int contactIndex) const =0
 
virtual StratigraphicUnitInterpretationgetDirectObjectOfContact (unsigned int contactIndex) const =0
 
virtual HorizonInterpretationgetHorizonInterpretationOfContact (unsigned int contactIndex) const =0
 
virtual unsigned int getStratigraphicUnitInterpretationCount () const =0
 
virtual common::DataObjectReference getStratigraphicUnitInterpretationDor (unsigned int index) const =0
 
StratigraphicUnitInterpretationgetStratigraphicUnitInterpretation (unsigned int index) const
 
std::vector< StratigraphicUnitInterpretation * > getStratigraphicUnitInterpretationSet () const
 
virtual unsigned int getHorizonInterpretationCount () const =0
 
virtual common::DataObjectReference getHorizonInterpretationDor (unsigned int index) const =0
 
HorizonInterpretationgetHorizonInterpretation (unsigned int index) const
 
std::vector< HorizonInterpretation * > getHorizonInterpretationSet () const
 
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

A stratigraphic column rank interpretation is a global hierarchy containing an ordered list of stratigraphic unit interpretations.

Constructor & Destructor Documentation

◆ ~StratigraphicColumnRankInterpretation()

virtual resqml2::StratigraphicColumnRankInterpretation::~StratigraphicColumnRankInterpretation ( )
virtualdefault

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

Member Function Documentation

◆ getContactCount()

virtual unsigned int resqml2::StratigraphicColumnRankInterpretation::getContactCount ( ) const
pure virtual

Gets the count of contacts in this stratigraphic column rank interpretation.

Returns
The contact count.

◆ getDirectObjectContactModeOfContact()

virtual gsoap_eml2_3::resqml22__ContactMode resqml2::StratigraphicColumnRankInterpretation::getDirectObjectContactModeOfContact ( unsigned int contactIndex) const
pure virtual

Gets the contact mode of the direct object stratigraphic unit of a contact located at a particular index. Most of time the direct object stratigraphic unit is the stratigraphic unit below the contact.

Parameters
contactIndexZero-based index of the contact for which we look for the contact mode of the direct object stratigraphic unit.
Returns
Proportional contact mode by default (if no contact mode is associated to the direct object stratigraphic unit) or the contact mode of the direct object stratigraphic unit.

◆ getDirectObjectOfContact()

virtual StratigraphicUnitInterpretation * resqml2::StratigraphicColumnRankInterpretation::getDirectObjectOfContact ( unsigned int contactIndex) const
pure virtual

Gets the stratigraphic unit interpretation which is the direct object of a particular contact.

Exceptions
std::out_of_rangeIf contactIndex is out of range.
Parameters
contactIndexZero-based index of the contact for which we look for the direct object stratigraphic unit interpretation.
Returns
The direct object stratigraphic unit interpretation of the contact at position contactIndex if it exists, else nullptr.

◆ getHorizonInterpretation()

HorizonInterpretation * resqml2::StratigraphicColumnRankInterpretation::getHorizonInterpretation ( unsigned int index) const

Gets the contact horizon interpretation at a particular index.

Exceptions
std::out_of_rangeIf index is out of range.
Parameters
indexZero-based index of the contact horizon interpretation we look for.
Returns
The contact horizon interpretation at position index.

◆ getHorizonInterpretationCount()

virtual unsigned int resqml2::StratigraphicColumnRankInterpretation::getHorizonInterpretationCount ( ) const
pure virtual

Gets the count of all the contact horizon interpretations which are contained in this stratigraphic column rank.

Returns
The count of all the contact horizon interpretations which are contained in this stratigraphic column rank.

◆ getHorizonInterpretationDor()

virtual common::DataObjectReference resqml2::StratigraphicColumnRankInterpretation::getHorizonInterpretationDor ( unsigned int index) const
pure virtual

Gets the data object reference of a contact horizon interpretation at a particular index.

Exceptions
std::out_of_rangeIf index is out of range.
Parameters
indexZero-based index of the contact horizon interpretation we look for the data object reference.
Returns
The data object reference of the contact horizon interpretation at position index.

◆ getHorizonInterpretationOfContact()

virtual HorizonInterpretation * resqml2::StratigraphicColumnRankInterpretation::getHorizonInterpretationOfContact ( unsigned int contactIndex) const
pure virtual

Gets the horizon interpretation which is the contact between two stratigraphic units.

Exceptions
std::out_of_rangeIf contactIndex is out of range.
Parameters
contactIndexZero-based index of the contact for which we want to get the corresponding horizon interpretation.
Returns
nullptr if the horizon corresponding to the contact at position contactIndex is unknown, else the corresponding horizon interpretation.

◆ getHorizonInterpretationSet()

std::vector< HorizonInterpretation * > resqml2::StratigraphicColumnRankInterpretation::getHorizonInterpretationSet ( ) const

Gets all the horizon interpretations contained in this stratigraphic column rank interpretation.

Returns
A vector of pointers to all the horizon interpretations contained in this stratigraphic column rank interpretation.

◆ getStratigraphicUnitInterpretation()

StratigraphicUnitInterpretation * resqml2::StratigraphicColumnRankInterpretation::getStratigraphicUnitInterpretation ( unsigned int index) const

Gets the stratigraphic unit interpretation at a particular index.

Exceptions
std::out_of_rangeIf index is out of range.
Parameters
indexZero-based index of the stratigraphic unit interpretation we look for.
Returns
The stratigraphic unit interpretation at position index.

◆ getStratigraphicUnitInterpretationCount()

virtual unsigned int resqml2::StratigraphicColumnRankInterpretation::getStratigraphicUnitInterpretationCount ( ) const
pure virtual

Gets the count of all the stratigraphic unit interpretations which are contained in this stratigraphic column rank.

Returns
The count of all the stratigraphic unit interpretations which are contained in this stratigraphic column rank.

◆ getStratigraphicUnitInterpretationDor()

virtual common::DataObjectReference resqml2::StratigraphicColumnRankInterpretation::getStratigraphicUnitInterpretationDor ( unsigned int index) const
pure virtual

Gets the data object reference of the stratigraphic unit interpretations at a particular index.

Exceptions
std::out_of_rangeIf index is out of range.
Parameters
indexZero-based index of the stratigraphic unit interpretation we look for the data object reference.
Returns
The data object reference of the stratigraphic unit interpretation at position index.

◆ getStratigraphicUnitInterpretationSet()

std::vector< StratigraphicUnitInterpretation * > resqml2::StratigraphicColumnRankInterpretation::getStratigraphicUnitInterpretationSet ( ) const

Gets all the stratigraphic unit interpretations contained in this stratigraphic column rank interpretation.

Returns
A vector of pointers to all the stratigraphic unit interpretations contained in this stratigraphic column rank interpretation.

◆ getSubjectContactModeOfContact()

virtual gsoap_eml2_3::resqml22__ContactMode resqml2::StratigraphicColumnRankInterpretation::getSubjectContactModeOfContact ( unsigned int contactIndex) const
pure virtual

Gets the contact mode of the subject stratigraphic unit of a contact located at a particular index. Most of time the subject stratigraphic unit is the stratigraphic unit on top of the contact.

Exceptions
std::out_of_rangeIf contactIndex is out of range.
Parameters
contactIndexZero-based index of the contact for which we look for the contact mode of the subject stratigraphic unit.
Returns
Proportional contact mode by default (if no contact mode is associated to the subject stratigraphic unit) or the contact mode of the subject stratigraphic unit.

◆ getSubjectOfContact()

virtual class StratigraphicUnitInterpretation * resqml2::StratigraphicColumnRankInterpretation::getSubjectOfContact ( unsigned int contactIndex) const
pure virtual

Gets the stratigraphic unit interpretation which is the subject of a particular contact.

Exceptions
std::out_of_rangeIf contactIndex is out of range.
Parameters
contactIndexZero-based index of the contact for which we look for the subject stratigraphic unit interpretation.
Returns
The subject stratigraphic unit interpretation of the contact at position contactIndex if it exists, else nullptr.

◆ isAChronoStratiRank()

virtual bool resqml2::StratigraphicColumnRankInterpretation::isAChronoStratiRank ( ) const
pure virtual

Indicates whether this stratigraphic column rank interpretation is a chrono one (it is ordered by ages) or not. One of the consequence is that in a chrono stratigraphic column rank interpretation, each stratigraphic unit interpretation have only one top and only one bottom.

Returns
True if is a chrono stratigraphic column rank, false if it is not.

◆ pushBackStratigraphicBinaryContact()

virtual void resqml2::StratigraphicColumnRankInterpretation::pushBackStratigraphicBinaryContact ( StratigraphicUnitInterpretation * subject,
gsoap_eml2_3::resqml22__ContactMode subjectContactMode,
StratigraphicUnitInterpretation * directObject,
gsoap_eml2_3::resqml22__ContactMode directObjectMode,
HorizonInterpretation * partOf = nullptr )
pure virtual

Adds a stratigraphic binary "stops" contact to this stratigraphic column rank interpretation.

Exceptions
std::invalid_argumentIf subject or directObject is nullptr.
Parameters
[in]subjectThe subject of the sentence that defines how the contact was constructed.
subjectContactModeThe subject contact mode (baselap, erosion, extended or proportional).
[in]directObjectThe direct object of the sentence that defines how the contact was constructed.
directObjectModeThe direct object contact mode (baselap, erosion, extended or proportional).
[in]partOf(Optional) If non-null, the horizon interpretation that contains this new binary contact. Default value is nullptr.

◆ pushBackStratiUnitInterpretation()

virtual void resqml2::StratigraphicColumnRankInterpretation::pushBackStratiUnitInterpretation ( StratigraphicUnitInterpretation * stratiUnitInterpretation)
pure virtual

Adds a stratigraphic unit interpretation to this stratigraphic column rank interpretation. Does add the inverse relationship i.e. from the included stratigraphic unit interpretation to this stratigraphic column rank interpretation.

Exceptions
std::invalid_argumentIf stratiUnitInterpretation is nullptr.
Parameters
[in]stratiUnitInterpretationThe stratigraphic unit interpretation to add.

◆ setHorizonOfLastContact()

virtual void resqml2::StratigraphicColumnRankInterpretation::setHorizonOfLastContact ( HorizonInterpretation * partOf)
pure virtual

Sets the horizon interpretation that contains the last (the one with the greater index) contact interpretation within the list of contact interpretation associated to this stratigraphic column rank interpretation.

Exceptions
std::invalid_argumentIf partOf is nullptr.
Parameters
[in]partOfThe horizon interpretation that contains the last contact interpretation.

Member Data Documentation

◆ XML_TAG

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