26 class MdDatum final :
public RESQML2_NS::MdDatum
37 DLL_IMPORT_OR_EXPORT
MdDatum(gsoap_resqml2_0_1::eml20__DataObjectReference* partialObject) : RESQML2_NS::
MdDatum(partialObject) {}
56 MdDatum(COMMON_NS::DataObjectRepository * repo,
const std::string & guid,
const std::string & title,
57 EML2_NS::AbstractLocal3dCrs * locCrs, gsoap_eml2_3::eml23__ReferencePointKind originKind,
58 double referenceLocationOrdinal1,
double referenceLocationOrdinal2,
double referenceLocationOrdinal3);
65 MdDatum(gsoap_resqml2_0_1::_resqml20__MdDatum* fromGsoap) :RESQML2_NS::
MdDatum(fromGsoap) {}
72 DLL_IMPORT_OR_EXPORT
double getX() const final;
74 DLL_IMPORT_OR_EXPORT
double getY() const final;
76 DLL_IMPORT_OR_EXPORT
double getZ() const final;
83 DLL_IMPORT_OR_EXPORT
bool hasKind() const final;
85 DLL_IMPORT_OR_EXPORT gsoap_eml2_3::eml23__ReferencePointKind getKind() const final;
88 void loadTargetRelationships() final;
93 DLL_IMPORT_OR_EXPORT static const
char* XML_NS;
98 DLL_IMPORT_OR_EXPORT std::
string getXmlNamespace() const final {
return XML_NS; }
111 DLL_IMPORT_OR_EXPORT
void setLocalCrs(EML2_NS::AbstractLocal3dCrs * localCrs)
final;
MdDatum(common::DataObjectRepository *repo, const std::string &guid, const std::string &title, eml2::AbstractLocal3dCrs *locCrs, gsoap_eml2_3::eml23__ReferencePointKind originKind, double referenceLocationOrdinal1, double referenceLocationOrdinal2, double referenceLocationOrdinal3)