Fesapi 2.9.0.1
This project provides C++ classes which allow an easy access in import and export to the Energistics standards.
|
Specification of the vector field upon which the streamlines are based. More...
#include <StreamlinesFeature.h>
Public Member Functions | |
StreamlinesFeature (gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject) | |
StreamlinesFeature (gsoap_resqml2_0_1::_resqml20__StreamlinesFeature *fromGsoap) | |
StreamlinesFeature (common ::DataObjectRepository *repo, const std::string &guid, const std::string &title, uint64_t timeIndex, eml2 ::TimeSeries *timeSeries) | |
Construct a streamlines feature into a repository. | |
~StreamlinesFeature ()=default | |
uint64_t | getTimeIndex () const final |
common::DataObjectReference | getTimeSeriesDor () const final |
std::string | getXmlNamespace () const final |
Static Public Attributes | |
static const char * | XML_NS |
Specification of the vector field upon which the streamlines are based.
Streamlines are commonly used to trace the flow of phases (water / oil / gas / total) based upon their flux at a specified time. They may also be used for trace components for compositional simulation, e.g., CO2, or temperatures for thermal simulation.
|
inline |
Only to be used in partial transfer context.
[in] | partialObject | If non-nullptr, the partial object. |
|
inline |
Creates an instance of this class by wrapping a gSOAP instance.
[in] | fromGsoap | If non-null, the gSOAP instance. |
resqml2_0_1::StreamlinesFeature::StreamlinesFeature | ( | common ::DataObjectRepository * | repo, |
const std::string & | guid, | ||
const std::string & | title, | ||
uint64_t | timeIndex, | ||
eml2 ::TimeSeries * | timeSeries ) |
Construct a streamlines feature into a repository.
std::invalid_argument | If the default RESQML version is unrecognized. |
guid | The guid to set to the streamlines feature. If empty then a new guid will be generated. |
title | The title to set to the streamlines feature. If empty then "unknown" title will be set. |
timeIndex | The time index in the time series of the this streamlines feature. |
timeSeries | The time series where the time index of this streamlines feature is given. |
|
default |
Destructor does nothing since the memory is managed by the gSOAP context.
|
final |
Gets the time index in the Time series associated to this streamlines feature.
std::logic_error | If this feature is partial. |
|
final |
Gets the Time series DOR associated to this streamlines feature.
std::logic_error | If this feature is partial or if this feature is standard invalid. |
|
inlinefinal |
Get the standard XML namespace for serializing this data object.
|
static |
The standard XML namespace for serializing this data object.