Fesapi  2.0.0.0
This project provides C++ classes which allow an easy access in import and export to the Energistics standards.
DeviationSurveyRepresentation.h
1 /*-----------------------------------------------------------------------
2 Licensed to the Apache Software Foundation (ASF) under one
3 or more contributor license agreements. See the NOTICE file
4 distributed with this work for additional information
5 regarding copyright ownership. The ASF licenses this file
6 to you under the Apache License, Version 2.0 (the
7 "License"; you may not use this file except in compliance
8 with the License. You may obtain a copy of the License at
9 
10  http://www.apache.org/licenses/LICENSE-2.0
11 
12 Unless required by applicable law or agreed to in writing,
13 software distributed under the License is distributed on an
14 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 KIND, either express or implied. See the License for the
16 specific language governing permissions and limitations
17 under the License.
18 -----------------------------------------------------------------------*/
19 #pragma once
20 
21 #include "../resqml2/DeviationSurveyRepresentation.h"
22 
23 namespace RESQML2_2_NS
24 {
26  class DeviationSurveyRepresentation final : public RESQML2_NS::DeviationSurveyRepresentation
27  {
28  public:
29 
35  DLL_IMPORT_OR_EXPORT DeviationSurveyRepresentation(gsoap_resqml2_0_1::eml20__DataObjectReference* partialObject) : RESQML2_NS::DeviationSurveyRepresentation(partialObject) {}
36 
51  DeviationSurveyRepresentation(class RESQML2_NS::WellboreInterpretation * interp, const std::string & guid, const std::string & title, bool isFinal, RESQML2_NS::MdDatum * mdInfo);
52 
58  DeviationSurveyRepresentation(gsoap_eml2_3::_resqml22__DeviationSurveyRepresentation* fromGsoap) : RESQML2_NS::DeviationSurveyRepresentation(fromGsoap) {}
59 
62 
63  DLL_IMPORT_OR_EXPORT void setGeometry(double const* firstStationLocation, uint64_t stationCount,
64  gsoap_resqml2_0_1::eml20__LengthUom mdUom, double const* mds,
65  gsoap_resqml2_0_1::eml20__PlaneAngleUom angleUom, double const* azimuths, double const* inclinations,
66  EML2_NS::AbstractHdfProxy* proxy) final;
67 
68  DLL_IMPORT_OR_EXPORT void setMdDatum(RESQML2_NS::MdDatum * mdDatum) final;
69 
70  COMMON_NS::DataObjectReference getMdDatumDor() const final;
71 
72  DLL_IMPORT_OR_EXPORT bool isFinal() const final;
73 
74  uint64_t getXyzPointCountOfPatch(unsigned int patchIndex) const final;
75 
76  DLL_IMPORT_OR_EXPORT void getXyzPointsOfPatch(unsigned int patchIndex, double * xyzPoints) const final;
77 
78  DLL_IMPORT_OR_EXPORT gsoap_resqml2_0_1::eml20__LengthUom getMdUom() const final;
79 
80  gsoap_resqml2_0_1::eml20__PlaneAngleUom getAngleUom() const final;
81 
82  DLL_IMPORT_OR_EXPORT void getMdValues(double* values) const final;
83 
84  DLL_IMPORT_OR_EXPORT void getInclinations(double* values) const final;
85 
86  DLL_IMPORT_OR_EXPORT void getAzimuths(double* values) const final;
87 
88  COMMON_NS::DataObjectReference getHdfProxyDor() const final;
89 
93  DLL_IMPORT_OR_EXPORT static const char* XML_NS;
94 
98  DLL_IMPORT_OR_EXPORT std::string getXmlNamespace() const final { return XML_NS; }
99  };
100 }
Definition: DeviationSurveyRepresentation.h:27
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.
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
DeviationSurveyRepresentation(gsoap_eml2_3::_resqml22__DeviationSurveyRepresentation *fromGsoap)
Definition: DeviationSurveyRepresentation.h:58
void setMdDatum(resqml2::MdDatum *mdDatum) final
DeviationSurveyRepresentation(gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
Definition: DeviationSurveyRepresentation.h:35
common::DataObjectReference getMdDatumDor() const final