Fesapi 2.9.0.1
This project provides C++ classes which allow an easy access in import and export to the Energistics standards.
|
#include <StratigraphicUnitFeature.h>
Public Member Functions | |
StratigraphicUnitFeature (gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject) | |
StratigraphicUnitFeature (common ::DataObjectRepository *repo, const std::string &guid, const std::string &title) | |
StratigraphicUnitFeature (gsoap_resqml2_0_1::_resqml20__StratigraphicUnitFeature *fromGsoap) | |
~StratigraphicUnitFeature ()=default | |
virtual std::string | getXmlTag () const final |
Public Member Functions inherited from resqml2_0_1::GeologicUnitFeature | |
GeologicUnitFeature (gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject) | |
GeologicUnitFeature (common ::DataObjectRepository *repo, const std::string &guid, const std::string &title) | |
GeologicUnitFeature (gsoap_resqml2_0_1::_resqml20__GeologicUnitFeature *fromGsoap) | |
virtual | ~GeologicUnitFeature ()=default |
std::string | getXmlNamespace () const final |
Static Public Attributes | |
static const char * | XML_TAG |
Static Public Attributes inherited from resqml2_0_1::GeologicUnitFeature | |
static const char * | XML_TAG |
static const char * | XML_NS |
A stratigraphic unit feature.
|
inline |
Only to be used in partial transfer context
[in,out] | partialObject | If non-null, the partial object. |
resqml2_0_1::StratigraphicUnitFeature::StratigraphicUnitFeature | ( | common ::DataObjectRepository * | repo, |
const std::string & | guid, | ||
const std::string & | title ) |
Creates an instance of this class in a gsoap context.
[in,out] | repo | The repo which will contain the instance. |
guid | The guid to set to the horizon. If empty then a new guid will be generated. | |
title | A title for the instance to create. |
|
inline |
Creates an instance of this class by wrapping a gsoap instance.
[in,out] | fromGsoap | If non-null, from gsoap. |
|
default |
Destructor does nothing since the memory is manged by the gsoap context.
|
inlinefinalvirtual |
Get the standard XML tag without XML namespace for serializing this data object.
Reimplemented from resqml2_0_1::GeologicUnitFeature.
|
static |
The standard XML tag without XML namespace for serializing this data object.