21#include "../resqml2/AbstractStratigraphicOrganizationInterpretation.h"
25 class StratigraphicColumnRankInterpretation;
26 class WellboreMarkerFrameRepresentation;
29 class StratigraphicOccurrenceInterpretation :
public AbstractStratigraphicOrganizationInterpretation
71 DLL_IMPORT_OR_EXPORT static const
char*
XML_TAG;
85 StratigraphicOccurrenceInterpretation() {}
90 StratigraphicOccurrenceInterpretation(gsoap_resqml2_0_1::_resqml20__StratigraphicOccurrenceInterpretation* fromGsoap) : AbstractStratigraphicOrganizationInterpretation(fromGsoap) {}
93 void loadTargetRelationships() final;
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 common::DataObjectReference getStratigraphicColumnRankInterpretationDor() const =0
virtual void setStratigraphicColumnRankInterpretation(StratigraphicColumnRankInterpretation *stratiColumnRankInterp)=0
static const char * XML_TAG
Definition StratigraphicOccurrenceInterpretation.h:71
virtual std::string getXmlTag() const final
Definition StratigraphicOccurrenceInterpretation.h:73
A well log frame where each entry represents a well marker.
Definition WellboreMarkerFrameRepresentation.h:30