Fesapi 2.9.0.1
This project provides C++ classes which allow an easy access in import and export to the Energistics standards.
|
#include <CmpLineFeature.h>
Public Member Functions | |
virtual | ~CmpLineFeature ()=default |
uint64_t | getTraceCount () const final |
void | setShotPointLine (class ShotPointLineFeature *shotPointLine) |
class ShotPointLineFeature * | getShotPointLine () const |
virtual std::string | getXmlTag () const final |
void | loadTargetRelationships () final |
Public Member Functions inherited from resqml2::AbstractSeismicLineFeature | |
virtual | ~AbstractSeismicLineFeature ()=default |
void | setSeismicLineSet (SeismicLineSetFeature *seisLineSet) |
SeismicLineSetFeature * | getSeismicLineSet () const |
common::DataObjectReference | getSeismicLineSetDor () const |
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 |
AbstractFeatureInterpretation * | getInterpretation (uint64_t index) const |
Static Public Attributes | |
static constexpr char const * | XML_TAG = "CmpLineFeature" |
A seismic line feature.
|
virtualdefault |
Destructor does nothing since the memory is manged by the gsoap context.
class ShotPointLineFeature * resqml2::CmpLineFeature::getShotPointLine | ( | ) | const |
Get the ShotPointLineFeature of this seismic line.
|
finalvirtual |
Gets the total count of traces in this seismic line.
Implements resqml2::AbstractSeismicLineFeature.
|
finalvirtual |
Loads target relationships
Reimplemented from resqml2::AbstractSeismicLineFeature.
void resqml2::CmpLineFeature::setShotPointLine | ( | class ShotPointLineFeature * | shotPointLine | ) |
Sets the ShotPointLine.
[in] | shotPointLine | The ShotPointLine to set. |
|
staticconstexpr |
The standard XML tag without XML namespace for serializing this data object.