|
| WellboreTrajectoryRepresentation (gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject) |
|
| WellboreTrajectoryRepresentation (resqml2 ::WellboreInterpretation *interp, const std::string &guid, const std::string &title, resqml2 ::MdDatum *mdInfo) |
|
| WellboreTrajectoryRepresentation (gsoap_eml2_3::_resqml22__WellboreTrajectoryRepresentation *fromGsoap) |
|
| ~WellboreTrajectoryRepresentation ()=default |
|
void | setMinimalGeometry (double startMd, double endMd) final |
|
void | setGeometry (double const *controlPoints, double startMd, double endMd, uint64_t controlPointCount, int lineKind, eml2 ::AbstractHdfProxy *proxy=nullptr, resqml2 ::AbstractLocal3dCrs *localCrs=nullptr) final |
|
void | setGeometry (double const *controlPoints, double const *controlPointParameters, uint64_t controlPointCount, int lineKind, eml2 ::AbstractHdfProxy *proxy=nullptr, resqml2 ::AbstractLocal3dCrs *localCrs=nullptr) final |
|
void | setGeometry (double const *controlPoints, double const *tangentVectors, double const *controlPointParameters, uint64_t controlPointCount, int lineKind, eml2 ::AbstractHdfProxy *proxy=nullptr, resqml2 ::AbstractLocal3dCrs *localCrs=nullptr) final |
|
int | getGeometryKind () const final |
|
void | setMdDatum (resqml2 ::MdDatum *mdDatum) final |
|
common::DataObjectReference | getMdDatumDor () const final |
|
uint64_t | getXyzPointCountOfPatch (unsigned int patchIndex) const final |
|
void | getXyzPointsOfPatch (unsigned int patchIndex, double *xyzPoints) const final |
| Gets all the xyz points of a particular patch of this representation. xyz points are given in the local CRS.
|
|
bool | hasMdValues () const final |
|
gsoap_resqml2_0_1::eml20__LengthUom | getMdUom () const final |
|
void | getMdValues (double *values) const final |
|
double | getStartMd () const final |
|
double | getFinishMd () const final |
|
bool | hasTangentVectors () const final |
|
void | getTangentVectors (double *tangentVectors) final |
|
void | addParentTrajectory (double kickoffMd, double parentMd, resqml2 ::WellboreTrajectoryRepresentation *parentTrajRep) final |
|
common::DataObjectReference | getParentTrajectoryDor () const final |
|
double | getParentTrajectoryMd () const final |
|
void | setDeviationSurvey (resqml2 ::DeviationSurveyRepresentation *deviationSurvey) final |
|
common::DataObjectReference | getDeviationSurveyDor () const final |
|
common::DataObjectReference | getLocalCrsDor (unsigned int patchIndex) const final |
|
common::DataObjectReference | getHdfProxyDor () const final |
|
bool | hasGeometry () const final |
|
std::string | getXmlNamespace () const final |
|
A wellbore trajectory representation.