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

An abstract technical feature. These are objects that exist by the action of humans. More...

#include <AbstractTechnicalFeature.h>

Inheritance diagram for resqml2::AbstractTechnicalFeature:
resqml2::AbstractFeature resqml2::AbstractSeismicLineFeature resqml2::SeismicLatticeFeature resqml2::SeismicLineSetFeature resqml2::StreamlinesFeature resqml2::WellboreFeature resqml2::CmpLineFeature resqml2::ShotPointLineFeature

Public Member Functions

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
 
virtual void loadTargetRelationships () override
 

Detailed Description

An abstract technical feature. These are objects that exist by the action of humans.

        Examples include: wells and all they may contain, seismic surveys (surface, permanent
        water bottom), or injected fluid volumes. Because the decision to deploy such
        equipment is the result of studies or decisions by humans, technical features are
        usually not subject to the same kind of large changes in interpretation as geologic
        features. However, they are still subject to measurement error and other sources of
        uncertainty, and so still can be considered as subject to "interpretation". RESQML
        has these types of features: geologic and technical.

Constructor & Destructor Documentation

◆ ~AbstractTechnicalFeature()

virtual resqml2::AbstractTechnicalFeature::~AbstractTechnicalFeature ( )
virtualdefault

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


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