Fesapi 2.9.0.1
This project provides C++ classes which allow an easy access in import and export to the Energistics standards.
|
It contains many trajectory stations to capture the information about individual survey points. More...
#include <Trajectory.h>
Public Member Functions | |
Trajectory (gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject) | |
Trajectory (WITSML2_NS::Wellbore *witsmlWellbore, const std::string &guid, const std::string &title, bool isActive) | |
Constructor. | |
Trajectory (gsoap_eml2_3::witsml21__Trajectory *fromGsoap) | |
~Trajectory ()=default | |
common::DataObjectReference | getWellboreDor () const final |
void | setWellbore (WITSML2_NS::Wellbore *witsmlWellbore) final |
void | pushBackTrajectoryStation (gsoap_eml2_3::witsml21__TrajStationType kind, double mdValue, gsoap_eml2_3::eml23__LengthUom uom, const std::string &uid="") final |
unsigned int | getTrajectoryStationCount () const final |
std::string | getXmlNamespace () const final |
Public Member Functions inherited from WITSML2_NS::Trajectory | |
Trajectory (gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject) | |
virtual std::string | getXmlTag () const final |
Public Member Functions inherited from WITSML2_NS::WellboreObject | |
virtual | ~WellboreObject ()=default |
Wellbore * | getWellbore () const |
virtual void | loadTargetRelationships () override |
Static Public Attributes | |
static constexpr char const * | XML_NS = "witsml21" |
Static Public Attributes inherited from WITSML2_NS::Trajectory | |
static constexpr char const * | XML_TAG = "Trajectory" |
It contains many trajectory stations to capture the information about individual survey points.
|
inline |
Constructor for partial transfer
[in,out] | partialObject | If non-null, the partial object. |
witsml2_1::Trajectory::Trajectory | ( | WITSML2_NS::Wellbore * | witsmlWellbore, |
const std::string & | guid, | ||
const std::string & | title, | ||
bool | isActive ) |
Constructor.
std::invalid_argument | If witsmlWellbore == nullptr . |
[in] | witsmlWellbore | If non-null, the witsml wellbore. |
guid | Unique identifier. | |
title | The title. | |
isActive | True if is active, false if not. |
|
inline |
Creates an instance of this class by wrapping a gsoap instance.
[in,out] | fromGsoap | If non-null, from gsoap. |
|
virtualdefault |
Destructor does nothing since the memory is managed by the gsoap context.
Reimplemented from WITSML2_NS::Trajectory.
|
finalvirtual |
Get the count of trajectory stations in this trajectory
Implements WITSML2_NS::Trajectory.
|
finalvirtual |
Get the Data Object Reference of the wellbore linked with this data object.
Implements WITSML2_NS::WellboreObject.
|
inlinefinal |
Get the standard XML namespace for serializing this data object.
|
finalvirtual |
Push back a minimal trajectory station into the trajectory.
kind | The kind of trajectory station. |
mdValue | The Measured Depth value of the trajectory station. |
uom | The Measured Depth uom of the trajectory station. |
uid | (Optional) The uid of the trajectory station. Automatically set to its index if empty. |
Implements WITSML2_NS::Trajectory.
|
finalvirtual |
Set the wellbore linked with this data object.
[in,out] | witsmlWellbore | If non-null, the witsml wellbore. |
Implements WITSML2_NS::WellboreObject.
|
staticconstexpr |
The standard XML namespace for serializing this data object.