Fesapi 2.9.0.1
This project provides C++ classes which allow an easy access in import and export to the Energistics standards.
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
resqml2::StreamlinesFeature Class Referenceabstract

Specification of the vector field upon which the streamlines are based. More...

#include <StreamlinesFeature.h>

Inheritance diagram for resqml2::StreamlinesFeature:
resqml2::AbstractTechnicalFeature resqml2::AbstractFeature

Public Member Functions

 StreamlinesFeature (gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
 
 StreamlinesFeature (gsoap_resqml2_0_1::_resqml20__StreamlinesFeature *fromGsoap)
 
 StreamlinesFeature (gsoap_eml2_3::_resqml22__StreamlinesFeature *fromGsoap)
 
virtual ~StreamlinesFeature ()=default
 
eml2::TimeSeriesgetTimeSeries () const
 
virtual common::DataObjectReference getTimeSeriesDor () const =0
 
virtual uint64_t getTimeIndex () const =0
 
void loadTargetRelationships () final
 
virtual std::string getXmlTag () const final
 
- Public Member Functions inherited from resqml2::AbstractTechnicalFeature
virtual ~AbstractTechnicalFeature ()=default
 
- Public Member Functions inherited from resqml2::AbstractFeature
virtual ~AbstractFeature ()=default
 
std::vector< AbstractFeatureInterpretation * > getInterpretationSet () const
 
uint64_t getInterpretationCount () const noexcept
 
AbstractFeatureInterpretationgetInterpretation (uint64_t index) const
 

Static Public Attributes

static const char * XML_TAG
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ StreamlinesFeature() [1/3]

resqml2::StreamlinesFeature::StreamlinesFeature ( gsoap_resqml2_0_1::eml20__DataObjectReference * partialObject)
inline

Only to be used in partial transfer context.

Parameters
[in]partialObjectIf non-nullptr, the partial object.

◆ StreamlinesFeature() [2/3]

resqml2::StreamlinesFeature::StreamlinesFeature ( gsoap_resqml2_0_1::_resqml20__StreamlinesFeature * fromGsoap)
inline

Creates an instance of this class by wrapping a gSOAP instance.

Parameters
[in]fromGsoapIf non-null, the gSOAP instance.

◆ StreamlinesFeature() [3/3]

resqml2::StreamlinesFeature::StreamlinesFeature ( gsoap_eml2_3::_resqml22__StreamlinesFeature * fromGsoap)
inline

Creates an instance of this class by wrapping a gSOAP instance.

Parameters
[in]fromGsoapIf non-null, the gSOAP instance.

◆ ~StreamlinesFeature()

virtual resqml2::StreamlinesFeature::~StreamlinesFeature ( )
virtualdefault

Destructor does nothing since the memory is managed by the gSOAP context.

Member Function Documentation

◆ getTimeIndex()

virtual uint64_t resqml2::StreamlinesFeature::getTimeIndex ( ) const
pure virtual

Gets the time index in the Time series associated to this streamlines feature.

Exceptions
std::logic_errorIf this feature is partial.
Returns
the time index in the Time series associated to this streamlines feature

◆ getTimeSeries()

eml2::TimeSeries * resqml2::StreamlinesFeature::getTimeSeries ( ) const

Gets the Time series associated to this streamlines feature.

Exceptions
std::logic_errorIf this feature is partial or if this feature is standard invalid.
Returns
The associated streamlines feature.

◆ getTimeSeriesDor()

virtual common::DataObjectReference resqml2::StreamlinesFeature::getTimeSeriesDor ( ) const
pure virtual

Gets the Time series DOR associated to this streamlines feature.

Exceptions
std::logic_errorIf this feature is partial or if this feature is standard invalid.
Returns
The associated streamlines feature DOR.

◆ loadTargetRelationships()

void resqml2::StreamlinesFeature::loadTargetRelationships ( )
finalvirtual

Loads target relationships

Reimplemented from resqml2::AbstractFeature.

Member Data Documentation

◆ XML_TAG

const char* resqml2::StreamlinesFeature::XML_TAG
static

The standard XML tag without XML namespace for serializing this data object.


The documentation for this class was generated from the following file: