|
Fesapi 2.9.0.1
This project provides C++ classes which allow an easy access in import and export to the Energistics standards.
|
#include <HorizonInterpretation.h>
Public Member Functions | |
| HorizonInterpretation (gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject) | |
| HorizonInterpretation (resqml2 ::BoundaryFeature *horizon, const std::string &guid, const std::string &title) | |
| Creates an instance of this class in a gsoap context. | |
| HorizonInterpretation (gsoap_resqml2_0_1::_resqml20__HorizonInterpretation *fromGsoap) | |
| ~HorizonInterpretation ()=default | |
| std::string | getXmlNamespace () const final |
Static Public Attributes | |
| static const char * | XML_NS |
A horizon interpretation.
|
inline |
Only to be used in partial transfer context
| [in,out] | partialObject | If non-null, the partial object. |
| resqml2_0_1::HorizonInterpretation::HorizonInterpretation | ( | resqml2 ::BoundaryFeature * | horizon, |
| const std::string & | guid, | ||
| const std::string & | title ) |
Creates an instance of this class in a gsoap context.
| std::invalid_argument | If horizon == nullptr. |
| [in] | horizon | The feature the instance interprets. |
| guid | The guid to set to the interpretation. 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 managed by the gsoap context.
|
inlinefinal |
Get the standard XML namespace for serializing this data object.
|
static |
The standard XML namespace for serializing this data object.