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 | List of all members
resqml2::AbstractOrganizationInterpretation Class Reference

This class defines the behaviour of all RESQML2 organizations. More...

#include <AbstractOrganizationInterpretation.h>

Inheritance diagram for resqml2::AbstractOrganizationInterpretation:
resqml2::AbstractFeatureInterpretation resqml2::AbstractStratigraphicOrganizationInterpretation resqml2::RockFluidOrganizationInterpretation resqml2::StructuralOrganizationInterpretation resqml2::StratigraphicColumnRankInterpretation resqml2::StratigraphicOccurrenceInterpretation

Public Member Functions

virtual ~AbstractOrganizationInterpretation ()=default
 
virtual bool isStructural () const
 
virtual bool isStratigraphic () const
 
virtual bool isRockFluid () const
 
void pushBackBinaryContact (AbstractFeatureInterpretation *subject, gsoap_eml2_3::resqml22__ContactVerb verb, AbstractFeatureInterpretation *directObject)
 
void pushBackBinaryContact (AbstractFeatureInterpretation *subject, gsoap_eml2_3::resqml22__ContactVerb verb, AbstractFeatureInterpretation *directObject, AbstractFeatureInterpretation *partOf)
 
void pushBackBinaryContact (AbstractFeatureInterpretation *subject, gsoap_eml2_3::resqml22__ContactVerb verb, AbstractFeatureInterpretation *directObject, gsoap_resqml2_0_1::resqml20__ContactSide directObjectQualifier)
 
void pushBackBinaryContact (AbstractFeatureInterpretation *subject, gsoap_resqml2_0_1::resqml20__ContactSide subjectQualifier, gsoap_eml2_3::resqml22__ContactVerb verb, AbstractFeatureInterpretation *directObject, gsoap_resqml2_0_1::resqml20__ContactSide directObjectQualifier)
 
- Public Member Functions inherited from resqml2::AbstractFeatureInterpretation
virtual ~AbstractFeatureInterpretation ()=default
 
common::DataObjectReference getInterpretedFeatureDor () const
 
void setInterpretedFeature (AbstractFeature *feature)
 
AbstractFeaturegetInterpretedFeature () const
 
gsoap_resqml2_0_1::resqml20__Domain initDomain (gsoap_resqml2_0_1::resqml20__Domain defaultDomain) const
 
gsoap_resqml2_0_1::resqml20__Domain getDomain () const
 
std::vector< AbstractRepresentation * > getRepresentationSet () const
 
uint64_t getRepresentationCount () const noexcept
 
AbstractRepresentationgetRepresentation (uint64_t index) const
 
std::vector< GridConnectionSetRepresentation * > getGridConnectionSetRepresentationSet () const
 
virtual void loadTargetRelationships () override
 

Detailed Description

This class defines the behaviour of all RESQML2 organizations.

Constructor & Destructor Documentation

◆ ~AbstractOrganizationInterpretation()

virtual resqml2::AbstractOrganizationInterpretation::~AbstractOrganizationInterpretation ( )
virtualdefault

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

Member Function Documentation

◆ isRockFluid()

virtual bool resqml2::AbstractOrganizationInterpretation::isRockFluid ( ) const
inlinevirtual

Indicates if this instance is a structural one. Needed by SWIG wrappers.

Reimplemented in resqml2::RockFluidOrganizationInterpretation.

◆ isStratigraphic()

virtual bool resqml2::AbstractOrganizationInterpretation::isStratigraphic ( ) const
inlinevirtual

Indicates if this instance is a structural one. Needed by SWIG wrappers.

Reimplemented in resqml2::AbstractStratigraphicOrganizationInterpretation.

◆ isStructural()

virtual bool resqml2::AbstractOrganizationInterpretation::isStructural ( ) const
inlinevirtual

Indicates if this instance is a structural one. Needed by SWIG wrappers.

Reimplemented in resqml2::StructuralOrganizationInterpretation.

◆ pushBackBinaryContact() [1/4]

void resqml2::AbstractOrganizationInterpretation::pushBackBinaryContact ( AbstractFeatureInterpretation * subject,
gsoap_eml2_3::resqml22__ContactVerb verb,
AbstractFeatureInterpretation * directObject )

Adds a binary contact to this organization interpretation by means of a simple sentence.

Exceptions
std::invalid_argumentIf subject or directObject is nullptr.
Parameters
[in]subjectThe subject of the sentence that defines how the contact was constructed.
verbThe verb of the sentence that defines how the contact was constructed.
[in]directObjectThe direct object of the sentence that defines how the contact was constructed.

◆ pushBackBinaryContact() [2/4]

void resqml2::AbstractOrganizationInterpretation::pushBackBinaryContact ( AbstractFeatureInterpretation * subject,
gsoap_eml2_3::resqml22__ContactVerb verb,
AbstractFeatureInterpretation * directObject,
AbstractFeatureInterpretation * partOf )

Adds a binary contact to this organization interpretation by means of a simple sentence.

Exceptions
std::invalid_argumentIf subject or directObject is nullptr.
Parameters
[in]subjectThe subject of the sentence that defines how the contact was constructed.
verbThe verb of the sentence that defines how the contact was constructed.
[in]directObjectThe direct object of the sentence that defines how the contact was constructed.
[in]partOfindicates the interpertation this contact is part of

◆ pushBackBinaryContact() [3/4]

void resqml2::AbstractOrganizationInterpretation::pushBackBinaryContact ( AbstractFeatureInterpretation * subject,
gsoap_eml2_3::resqml22__ContactVerb verb,
AbstractFeatureInterpretation * directObject,
gsoap_resqml2_0_1::resqml20__ContactSide directObjectQualifier )

Adds a binary contact to the organization interpretation by means of a sentence where the direct object can be qualified.

Exceptions
std::invalid_argumentIf subject or directObject is nullptr.
Parameters
[in]subjectThe subject of the sentence that defines how the contact was constructed.
verbThe verb of the sentence that defines how the contact was constructed.
[in]directObjectThe direct object of the sentence that defines how the contact was constructed.
directObjectQualifierThe direct object qualifier defining its contact side (footwall, hanging wall, north, south, etc.).

◆ pushBackBinaryContact() [4/4]

void resqml2::AbstractOrganizationInterpretation::pushBackBinaryContact ( AbstractFeatureInterpretation * subject,
gsoap_resqml2_0_1::resqml20__ContactSide subjectQualifier,
gsoap_eml2_3::resqml22__ContactVerb verb,
AbstractFeatureInterpretation * directObject,
gsoap_resqml2_0_1::resqml20__ContactSide directObjectQualifier )

Adds a binary contact to the organization interpretation by means of a sentence where both the subject and the direct object can be qualified.

Exceptions
std::invalid_argumentIf subject or directObject is nullptr.
Parameters
[in]subjectThe subject of the sentence that defines how the contact was constructed.
subjectQualifierThe subject qualifier defining its contact side (footwall, hanging wall, north, south, etc.).
verbThe verb of the sentence that defines how the contact was constructed.
[in]directObjectThe direct object of the sentence that defines how the contact was constructed.
directObjectQualifierThe direct object qualifier defining its contact side (footwall, hanging wall, north, south, etc.).

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