#include <DeviationSurveyRepresentation.h>
|
| 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 |
|
A deviation survey representation.
◆ 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] | partialObject | If 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_argument | If interp == nullptr or mdInfo == nullptr . |
- Parameters
-
[in] | interp | The WellboreFeature interpretation the instance represents. |
| guid | The guid to set to the new instance. If empty then a new guid will be generated. |
| title | A title for the instance to create. |
| isFinal | Used to indicate that this is a final version of the deviation survey, as distinct from the interim interpretations. |
[in] | mdInfo | The 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] | fromGsoap | If non-null, from gsoap. |
◆ ~DeviationSurveyRepresentation()
resqml2_0_1::DeviationSurveyRepresentation::~DeviationSurveyRepresentation |
( |
| ) |
|
|
default |
◆ getXmlNamespace()
std::string resqml2_0_1::DeviationSurveyRepresentation::getXmlNamespace |
( |
| ) |
const |
|
inlinefinal |
Get the standard XML namespace for serializing this data object.
◆ 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: