36 #include "resqml2_0_1/AbstractStratigraphicOrganizationInterpretation.h" 37 #include "resqml2_0_1/StratigraphicColumn.h" 38 #include "resqml2_0_1/StratigraphicOccurrenceInterpretation.h" 88 bool isAChronoStratiRank()
const;
93 unsigned int getContactCount()
const;
100 gsoap_resqml2_0_1::resqml2__ContactMode getSubjectContactModeOfContact(
const unsigned int & contactIndex)
const;
112 gsoap_resqml2_0_1::resqml2__ContactMode getDirectObjectContactModeOfContact(
const unsigned int & contactIndex)
const;
122 class HorizonInterpretation* getHorizonInterpretationOfContact(
const unsigned int & contactIndex)
const;
127 const std::vector<class StratigraphicUnitInterpretation*> & getStratigraphicUnitInterpretationSet()
const;
132 const std::vector<class StratigraphicOccurrenceInterpretation*> & getStratigraphicOccurrenceInterpretationSet()
const;
137 const std::vector<class HorizonInterpretation*> & getHorizonInterpretationSet()
const;
142 const std::vector<StratigraphicColumn*> & getStratigraphicColumnSet()
const;
144 static const char* XML_TAG;
149 std::vector<epc::Relationship> getAllEpcRelationships()
const;
153 std::vector<class StratigraphicUnitInterpretation*> stratigraphicUnitSet;
154 std::vector<class HorizonInterpretation*> horizonInterpretationSet;
157 std::vector<StratigraphicColumn *> stratigraphicColumnSet;
158 std::vector<StratigraphicOccurrenceInterpretation *> stratigraphicOccurrenceInterpretationSet;
virtual std::string getXmlTag() const
Definition: StratigraphicColumnRankInterpretation.h:145
Definition: OrganizationFeature.h:40
Definition: StratigraphicUnitInterpretation.h:40
Definition: AbstractStratigraphicOrganizationInterpretation.h:41
Definition: EpcDocument.h:79
Definition: EpcDocument.h:155
~StratigraphicColumnRankInterpretation()
Definition: StratigraphicColumnRankInterpretation.h:67
Definition: HorizonInterpretation.h:42
Definition: StratigraphicColumnRankInterpretation.h:45
StratigraphicColumnRankInterpretation(gsoap_resqml2_0_1::_resqml2__StratigraphicColumnRankInterpretation *fromGsoap)
Definition: StratigraphicColumnRankInterpretation.h:62