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::AbstractStratigraphicOrganizationInterpretation Class Reference

An abstract stratigraphic organization interpretation is the main class that defines the relationships between the stratigraphic units and provides the stratigraphic hierarchy of the earth. More...

#include <AbstractStratigraphicOrganizationInterpretation.h>

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

Public Member Functions

virtual ~AbstractStratigraphicOrganizationInterpretation ()=default
 
bool isStratigraphic () const final
 
std::vector< AbstractGridRepresentation * > getGridRepresentations () const
 
unsigned int getGridRepresentationCount () const
 
AbstractGridRepresentationgetGridRepresentation (unsigned int index) const
 
bool isAssociatedToGridRepresentation (AbstractGridRepresentation *gridRep) const
 
- Public Member Functions inherited from resqml2::AbstractOrganizationInterpretation
virtual ~AbstractOrganizationInterpretation ()=default
 
virtual bool isStructural () 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

An abstract stratigraphic organization interpretation is the main class that defines the relationships between the stratigraphic units and provides the stratigraphic hierarchy of the earth.

BUSINESS RULE: A stratigraphic organization must be in a ranked order from a lower rank to an upper rank. For example, it is possible to find previous unit containment relationships between several ranks.

Constructor & Destructor Documentation

◆ ~AbstractStratigraphicOrganizationInterpretation()

virtual resqml2::AbstractStratigraphicOrganizationInterpretation::~AbstractStratigraphicOrganizationInterpretation ( )
virtualdefault

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

Member Function Documentation

◆ getGridRepresentation()

AbstractGridRepresentation * resqml2::AbstractStratigraphicOrganizationInterpretation::getGridRepresentation ( unsigned int index) const

Gets a grid representation associated to this stratigraphic organization interpretation by means of its index.

Exceptions
std::out_of_rangeIf index is out of range.
Parameters
indexThe index of the grid representation to get in the array of grid representations of this stratigraphic organization interpretations.
Returns
The associated grid representation at index index.

◆ getGridRepresentationCount()

unsigned int resqml2::AbstractStratigraphicOrganizationInterpretation::getGridRepresentationCount ( ) const

Gets the count of grid representations associated to this stratigraphic organization interpretation.

Exceptions
std::range_errorIf the count of associated grid representations is strictly greater than unsigned int max.
Returns
The count of associated grid representations.

◆ getGridRepresentations()

std::vector< AbstractGridRepresentation * > resqml2::AbstractStratigraphicOrganizationInterpretation::getGridRepresentations ( ) const

Gets the grid representations associated to this stratigraphic organization interpretation.

Returns
A vector of pointers to all the grid representations associated to this stratigraphic organization interpretation.

◆ isAssociatedToGridRepresentation()

bool resqml2::AbstractStratigraphicOrganizationInterpretation::isAssociatedToGridRepresentation ( AbstractGridRepresentation * gridRep) const

Checks whether a given grid representation is associated to this stratigraphic organization interpretation or not.

Parameters
[in]gridRepThe grid representation fro which we want to check its association with this stratigraphic organization interpretation.
Returns
True if gridRep is associated to this stratigraphic organization interpretation or false if it is not.

◆ isStratigraphic()

bool resqml2::AbstractStratigraphicOrganizationInterpretation::isStratigraphic ( ) const
inlinefinalvirtual

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

Reimplemented from resqml2::AbstractOrganizationInterpretation.


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