21 #include "../resqml2/StratigraphicColumnRankInterpretation.h"
23 namespace RESQML2_2_NS
51 StratigraphicColumnRankInterpretation(RESQML2_NS::Model * orgFeat,
const std::string & guid,
const std::string & title,
unsigned long rank, gsoap_resqml2_0_1::resqml20__OrderingCriteria orderingCriteria);
67 RESQML2_NS::StratigraphicUnitInterpretation* directObject, gsoap_eml2_3::resqml22__ContactMode directObjectMode,
68 RESQML2_NS::HorizonInterpretation * partOf =
nullptr) final;
70 DLL_IMPORT_OR_EXPORT
bool isAChronoStratiRank() const final;
72 DLL_IMPORT_OR_EXPORT
unsigned int getContactCount() const final;
74 DLL_IMPORT_OR_EXPORT gsoap_eml2_3::resqml22__ContactMode getSubjectContactModeOfContact(
unsigned int contactIndex) const final;
78 DLL_IMPORT_OR_EXPORT gsoap_eml2_3::resqml22__ContactMode getDirectObjectContactModeOfContact(
unsigned int contactIndex) const final;
82 DLL_IMPORT_OR_EXPORT RESQML2_NS::
HorizonInterpretation* getHorizonInterpretationOfContact(
unsigned int contactIndex) const final;
84 DLL_IMPORT_OR_EXPORT
unsigned int getStratigraphicUnitInterpretationCount() const final;
86 DLL_IMPORT_OR_EXPORT COMMON_NS::DataObjectReference getStratigraphicUnitInterpretationDor(
unsigned int index) const final;
88 DLL_IMPORT_OR_EXPORT
unsigned int getHorizonInterpretationCount() const final;
90 DLL_IMPORT_OR_EXPORT COMMON_NS::DataObjectReference getHorizonInterpretationDor(
unsigned int index) const final;
95 DLL_IMPORT_OR_EXPORT static const
char* XML_NS;
100 DLL_IMPORT_OR_EXPORT std::
string getXmlNamespace() const final {
return XML_NS; }
Definition: HorizonInterpretation.h:27
Definition: StratigraphicColumnRankInterpretation.h:29
StratigraphicColumnRankInterpretation(resqml2::Model *orgFeat, const std::string &guid, const std::string &title, unsigned long rank, gsoap_resqml2_0_1::resqml20__OrderingCriteria orderingCriteria)
Creates an instance of this class in a gsoap context.
~StratigraphicColumnRankInterpretation()=default
void pushBackStratiUnitInterpretation(resqml2::StratigraphicUnitInterpretation *stratiUnitInterpretation) final
void setHorizonOfLastContact(resqml2::HorizonInterpretation *partOf) final
StratigraphicColumnRankInterpretation(gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
Definition: StratigraphicColumnRankInterpretation.h:35
StratigraphicColumnRankInterpretation(gsoap_eml2_3::_resqml22__StratigraphicColumnRankInterpretation *fromGsoap)
Definition: StratigraphicColumnRankInterpretation.h:57
void pushBackStratigraphicBinaryContact(resqml2::StratigraphicUnitInterpretation *subject, gsoap_eml2_3::resqml22__ContactMode subjectContactMode, resqml2::StratigraphicUnitInterpretation *directObject, gsoap_eml2_3::resqml22__ContactMode directObjectMode, resqml2::HorizonInterpretation *partOf=nullptr) final
Definition: StratigraphicUnitInterpretation.h:27