22 #include "AbstractFeatureInterpretation.h"
26 class WellboreFeature;
82 DLL_IMPORT_OR_EXPORT
static const char*
XML_TAG;
84 DLL_IMPORT_OR_EXPORT
virtual std::string
getXmlTag() const final {
return XML_TAG; }
Proxy class for an abstract feature interpretation.
Definition: AbstractFeatureInterpretation.h:29
Contains the data describing an opinion of a borehole.This interpretation is relative to one particul...
Definition: WellboreInterpretation.h:33
WellboreInterpretation(gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
Definition: WellboreInterpretation.h:41
WellboreInterpretation()
Definition: WellboreInterpretation.h:46
WellboreInterpretation(gsoap_resqml2_0_1::_resqml20__WellboreInterpretation *fromGsoap)
Definition: WellboreInterpretation.h:53
std::vector< class WellboreTrajectoryRepresentation * > getWellboreTrajectoryRepresentationSet() const
WellboreInterpretation(gsoap_eml2_3::_resqml22__WellboreInterpretation *fromGsoap)
Definition: WellboreInterpretation.h:60
virtual bool isDrilled() const =0
virtual std::string getXmlTag() const final
Definition: WellboreInterpretation.h:84
virtual ~WellboreInterpretation()=default
static const char * XML_TAG
Definition: WellboreInterpretation.h:82