21 #include "../resqml2/AbstractStratigraphicOrganizationInterpretation.h"
25 class StratigraphicColumnRankInterpretation;
26 class WellboreMarkerFrameRepresentation;
68 DLL_IMPORT_OR_EXPORT virtual COMMON_NS::DataObjectReference getStratigraphicColumnRankInterpretationDor() const = 0;
71 DLL_IMPORT_OR_EXPORT static const
char* XML_TAG;
73 DLL_IMPORT_OR_EXPORT virtual std::
string getXmlTag() const final {
return XML_TAG; }
85 StratigraphicOccurrenceInterpretation() {}
90 StratigraphicOccurrenceInterpretation(gsoap_resqml2_0_1::_resqml20__StratigraphicOccurrenceInterpretation* fromGsoap) : AbstractStratigraphicOrganizationInterpretation(fromGsoap) {}
95 StratigraphicOccurrenceInterpretation(gsoap_eml2_3::_resqml22__StratigraphicOccurrenceInterpretation* fromGsoap) : AbstractStratigraphicOrganizationInterpretation(fromGsoap) {}
98 void loadTargetRelationships();
An abstract stratigraphic organization interpretation is the main class that defines the relationship...
Definition: AbstractStratigraphicOrganizationInterpretation.h:37
A stratigraphic column rank interpretation is a global hierarchy containing an ordered list of strati...
Definition: StratigraphicColumnRankInterpretation.h:39
This class is a container for stratigraphic organizations described along a wellbore.
Definition: StratigraphicOccurrenceInterpretation.h:30
virtual ~StratigraphicOccurrenceInterpretation()=default
StratigraphicColumnRankInterpretation * getStratigraphicColumnRankInterpretation() const
virtual void setStratigraphicColumnRankInterpretation(StratigraphicColumnRankInterpretation *stratiColumnRankInterp)=0
A well log frame where each entry represents a well marker.
Definition: WellboreMarkerFrameRepresentation.h:30