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::AbstractSeismicLineFeature Class Referenceabstract

Proxy class for an abstract seismic line feature. Defined by one lateral dimension: trace (lateral). Seismic trace of the 3D seismic survey. To specify its location, the seismic feature can be associated with the seismic coordinates of the points of a representation. More...

#include <AbstractSeismicLineFeature.h>

Inheritance diagram for resqml2::AbstractSeismicLineFeature:
resqml2::AbstractTechnicalFeature resqml2::AbstractFeature resqml2::CmpLineFeature resqml2::ShotPointLineFeature

Public Member Functions

virtual ~AbstractSeismicLineFeature ()=default
 
void setSeismicLineSet (SeismicLineSetFeature *seisLineSet)
 
SeismicLineSetFeaturegetSeismicLineSet () const
 
common::DataObjectReference getSeismicLineSetDor () const
 
virtual uint64_t getTraceCount () const =0
 
std::vector< std::string > getTraceLabels () const
 
void setTraceLabels (const std::vector< std::string > &values, eml2 ::AbstractHdfProxy *proxy)
 
- 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
 

Detailed Description

Proxy class for an abstract seismic line feature. Defined by one lateral dimension: trace (lateral). Seismic trace of the 3D seismic survey. To specify its location, the seismic feature can be associated with the seismic coordinates of the points of a representation.

Constructor & Destructor Documentation

◆ ~AbstractSeismicLineFeature()

virtual resqml2::AbstractSeismicLineFeature::~AbstractSeismicLineFeature ( )
virtualdefault

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

Member Function Documentation

◆ getSeismicLineSet()

SeismicLineSetFeature * resqml2::AbstractSeismicLineFeature::getSeismicLineSet ( ) const

Gets the seismic line set this seismic line belongs to.

Returns
nullptr if this seismic line does not belong to a seismic line set, else the seismic line set it belongs to.

◆ getSeismicLineSetDor()

common::DataObjectReference resqml2::AbstractSeismicLineFeature::getSeismicLineSetDor ( ) const

Gets the data object reference of the seismic line set this seismic line belongs to.

Returns
Empty data object reference if this seismic line does not belong to a seismic line set, else the data object reference of the seismic line set it belongs to.

◆ getTraceCount()

virtual uint64_t resqml2::AbstractSeismicLineFeature::getTraceCount ( ) const
pure virtual

Gets the total count of traces in this seismic line.

Returns
The trace count.

Implemented in resqml2::CmpLineFeature, and resqml2::ShotPointLineFeature.

◆ getTraceLabels()

std::vector< std::string > resqml2::AbstractSeismicLineFeature::getTraceLabels ( ) const

Gets the trace labels in this seismic line.

Returns
The trace labels.

◆ setSeismicLineSet()

void resqml2::AbstractSeismicLineFeature::setSeismicLineSet ( SeismicLineSetFeature * seisLineSet)

Sets the seismic line set this seismic line belongs to.

Exceptions
std::invalid_argumentIf seisLineSet is nullptr.
Parameters
[in]seisLineSetThe seismic line set this seismic line belongs to.

◆ setTraceLabels()

void resqml2::AbstractSeismicLineFeature::setTraceLabels ( const std::vector< std::string > & values,
eml2 ::AbstractHdfProxy * proxy )

Sets the trace labels.

Parameters
[in]valuesThe labels to set.
[in]proxyThe proxy where to write the labels.

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