21 #include "../resqml2/StratigraphicColumnRankInterpretation.h"
23 namespace RESQML2_0_1_NS
52 StratigraphicColumnRankInterpretation(RESQML2_NS::Model * orgFeat,
const std::string & guid,
const std::string & title,
unsigned long rank, gsoap_resqml2_0_1::resqml20__OrderingCriteria orderingCriteria);
68 RESQML2_NS::StratigraphicUnitInterpretation* directObject, gsoap_eml2_3::resqml22__ContactMode directObjectMode,
69 RESQML2_NS::HorizonInterpretation * partOf =
nullptr) final;
71 DLL_IMPORT_OR_EXPORT
bool isAChronoStratiRank() const final;
73 DLL_IMPORT_OR_EXPORT
unsigned int getContactCount() const final;
75 DLL_IMPORT_OR_EXPORT gsoap_eml2_3::resqml22__ContactMode getSubjectContactModeOfContact(
unsigned int contactIndex) const final;
79 DLL_IMPORT_OR_EXPORT gsoap_eml2_3::resqml22__ContactMode getDirectObjectContactModeOfContact(
unsigned int contactIndex) const final;
83 DLL_IMPORT_OR_EXPORT RESQML2_NS::
HorizonInterpretation* getHorizonInterpretationOfContact(
unsigned int contactIndex) const final;
85 DLL_IMPORT_OR_EXPORT
unsigned int getStratigraphicUnitInterpretationCount() const final;
87 DLL_IMPORT_OR_EXPORT COMMON_NS::DataObjectReference getStratigraphicUnitInterpretationDor(
unsigned int index) const final;
89 DLL_IMPORT_OR_EXPORT
unsigned int getHorizonInterpretationCount() const final;
91 DLL_IMPORT_OR_EXPORT COMMON_NS::DataObjectReference getHorizonInterpretationDor(
unsigned int index) const final;
96 DLL_IMPORT_OR_EXPORT static const
char* XML_NS;
101 DLL_IMPORT_OR_EXPORT std::
string getXmlNamespace() const final {
return XML_NS; }
Definition: HorizonInterpretation.h:27
Definition: StratigraphicColumnRankInterpretation.h:29
StratigraphicColumnRankInterpretation(gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
Definition: StratigraphicColumnRankInterpretation.h:35
StratigraphicColumnRankInterpretation(gsoap_resqml2_0_1::_resqml20__StratigraphicColumnRankInterpretation *fromGsoap)
Definition: StratigraphicColumnRankInterpretation.h:58
~StratigraphicColumnRankInterpretation()=default
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.
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
void setHorizonOfLastContact(resqml2::HorizonInterpretation *partOf) final
void pushBackStratiUnitInterpretation(resqml2::StratigraphicUnitInterpretation *stratiUnitInterpretation) final
Definition: StratigraphicUnitInterpretation.h:27