Fesapi 2.9.0.1
This project provides C++ classes which allow an easy access in import and export to the Energistics standards.
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
resqml2_0_1::DeviationSurveyRepresentation Class Referencefinal

#include <DeviationSurveyRepresentation.h>

Inheritance diagram for resqml2_0_1::DeviationSurveyRepresentation:

Public Member Functions

 DeviationSurveyRepresentation (gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
 
 DeviationSurveyRepresentation (class resqml2 ::WellboreInterpretation *interp, const std::string &guid, const std::string &title, bool isFinal, resqml2 ::MdDatum *mdInfo)
 Creates an instance of this class in a gsoap context.
 
 DeviationSurveyRepresentation (gsoap_resqml2_0_1::_resqml20__DeviationSurveyRepresentation *fromGsoap)
 
 ~DeviationSurveyRepresentation ()=default
 
void setGeometry (double const *firstStationLocation, uint64_t stationCount, gsoap_resqml2_0_1::eml20__LengthUom mdUom, double const *mds, gsoap_resqml2_0_1::eml20__PlaneAngleUom angleUom, double const *azimuths, double const *inclinations, eml2 ::AbstractHdfProxy *proxy) final
 
void setMdDatum (resqml2 ::MdDatum *mdDatum) final
 
common::DataObjectReference getMdDatumDor () const final
 
bool isFinal () const final
 
uint64_t getXyzPointCountOfPatch (unsigned int patchIndex) const final
 
void getXyzPointsOfPatch (unsigned int patchIndex, double *xyzPoints) const final
 
gsoap_resqml2_0_1::eml20__LengthUom getMdUom () const final
 
gsoap_resqml2_0_1::eml20__PlaneAngleUom getAngleUom () const final
 
void getMdValues (double *values) const final
 
void getInclinations (double *values) const final
 
void getAzimuths (double *values) const final
 
common::DataObjectReference getHdfProxyDor () const final
 
std::string getXmlNamespace () const final
 

Static Public Attributes

static const char * XML_NS
 

Detailed Description

A deviation survey representation.

Constructor & Destructor Documentation

◆ DeviationSurveyRepresentation() [1/3]

resqml2_0_1::DeviationSurveyRepresentation::DeviationSurveyRepresentation ( gsoap_resqml2_0_1::eml20__DataObjectReference * partialObject)
inline

Only to be used in partial transfer context

Parameters
[in,out]partialObjectIf non-null, the partial object.

◆ DeviationSurveyRepresentation() [2/3]

resqml2_0_1::DeviationSurveyRepresentation::DeviationSurveyRepresentation ( class resqml2 ::WellboreInterpretation * interp,
const std::string & guid,
const std::string & title,
bool isFinal,
resqml2 ::MdDatum * mdInfo )

Creates an instance of this class in a gsoap context.

Exceptions
std::invalid_argumentIf interp == nullptr or mdInfo == nullptr.
Parameters
[in]interpThe WellboreFeature interpretation the instance represents.
guidThe guid to set to the new instance. If empty then a new guid will be generated.
titleA title for the instance to create.
isFinalUsed to indicate that this is a final version of the deviation survey, as distinct from the interim interpretations.
[in]mdInfoThe MD information of the survey, mainly the well reference point.

◆ DeviationSurveyRepresentation() [3/3]

resqml2_0_1::DeviationSurveyRepresentation::DeviationSurveyRepresentation ( gsoap_resqml2_0_1::_resqml20__DeviationSurveyRepresentation * fromGsoap)
inline

Creates an instance of this class by wrapping a gsoap instance.

Parameters
[in,out]fromGsoapIf non-null, from gsoap.

◆ ~DeviationSurveyRepresentation()

resqml2_0_1::DeviationSurveyRepresentation::~DeviationSurveyRepresentation ( )
default

Destructor

Member Function Documentation

◆ getXmlNamespace()

std::string resqml2_0_1::DeviationSurveyRepresentation::getXmlNamespace ( ) const
inlinefinal

Get the standard XML namespace for serializing this data object.

Member Data Documentation

◆ XML_NS

const char* resqml2_0_1::DeviationSurveyRepresentation::XML_NS
static

The standard XML namespace for serializing this data object.


The documentation for this class was generated from the following file: