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 | Static Public Attributes | List of all members
resqml2::WellboreMarkerFrameRepresentation Class Referenceabstract

A well log frame where each entry represents a well marker. More...

#include <WellboreMarkerFrameRepresentation.h>

Inheritance diagram for resqml2::WellboreMarkerFrameRepresentation:
resqml2::WellboreFrameRepresentation resqml2::AbstractRepresentation

Public Member Functions

virtual ~WellboreMarkerFrameRepresentation ()=default
 
virtual void setStratigraphicOccurrenceInterpretation (StratigraphicOccurrenceInterpretation *stratiOccurrenceInterp)=0
 Sets stratigraphic occurrence interpretation associated to this wellbore marker frame representation.
 
virtual void setIntervalStratigraphicUnits (unsigned int const *stratiUnitIndices, unsigned int nullValue, StratigraphicOccurrenceInterpretation *stratiOccurrenceInterp, eml2 ::AbstractHdfProxy *proxy)=0
 Sets the correspondence between the intervals of this wellbore marker frame representation and the units of a stratigraphic column rank interpretation of a stratigraphic occurrence interpretation.
 
virtual common::DataObjectReference getStratigraphicOccurrenceInterpretationDor () const =0
 
StratigraphicOccurrenceInterpretationgetStratigraphicOccurrenceInterpretation () const
 
virtual std::string getXmlTag () const final
 
- Public Member Functions inherited from resqml2::WellboreFrameRepresentation
 ~WellboreFrameRepresentation ()=default
 
void setMdValues (double const *mdValues, uint64_t mdValueCount, eml2 ::AbstractHdfProxy *proxy=nullptr)
 
void setMdValues (double firstMdValue, double incrementMdValue, unsigned int mdValueCount)
 
bool areMdValuesRegularlySpaced () const
 
double getMdConstantIncrementValue () const
 
double getMdFirstValue () const
 
unsigned int getMdValuesCount () const
 
uint64_t getXyzPointCountOfPatch (unsigned int patchIndex) const override
 
void getXyzPointsOfPatch (unsigned int patchIndex, double *xyzPoints) const override
 
common::AbstractObject::numericalDatatypeEnum getMdHdfDatatype () const
 
void getMdAsDoubleValues (double *values) const
 
void getMdAsFloatValues (float *values) const
 
common::DataObjectReference getWellboreTrajectoryDor () const
 
class WellboreTrajectoryRepresentationgetWellboreTrajectory () const
 
common::DataObjectReference getLocalCrsDor (unsigned int patchIndex) const override
 
common::DataObjectReference getHdfProxyDor () const final
 Gets the data object reference of the HDF proxy which is used for storing the numerical values of this representation (i.e. its geometry).
 
uint64_t getPatchCount () const final
 
- Public Member Functions inherited from resqml2::AbstractRepresentation
virtual ~AbstractRepresentation ()=default
 
class AbstractLocal3dCrsgetLocalCrs (unsigned int patchIndex) const
 
void setTimeIndex (uint64_t timeIndex, eml2 ::TimeSeries *timeSeries)
 
uint64_t getTimeIndex () const
 Gets the time index of this representation in the associated TimeSeries. Be sure to first check that a TimeSeries is associated this representation by calling getTimeSeriesDor or getTimeSeries;.
 
eml2::TimeSeriesgetTimeSeries () const
 
common::DataObjectReference getTimeSeriesDor () const
 Gets the data object reference of the TimeSeries containing the time of this representation at a particular index. For now, this method only look for a TimeSeries at the first patch containing a point geometry.
 
std::vector< class AbstractProperty * > getPropertySet () const
 
void setInterpretation (class AbstractFeatureInterpretation *interp)
 
class AbstractFeatureInterpretationgetInterpretation () const
 
common::DataObjectReference getInterpretationDor () const
 
uint64_t getXyzPointCountOfAllPatches () const
 
void getXyzPointsOfPatchInGlobalCrs (unsigned int patchIndex, double *xyzPoints) const
 Gets all the xyz points of a particular patch of this representation. xyz points are given in the global CRS.
 
void getXyzPointsOfAllPatches (double *xyzPoints) const
 Gets all the xyz points of all patches of this representation. xyz points are given in the local CRS.
 
bool isInSingleLocalCrs () const
 
bool isInSingleGlobalCrs () const
 
void getXyzPointsOfAllPatchesInGlobalCrs (double *xyzPoints) const
 
AbstractRepresentationgetSeismicSupportOfPatch (const unsigned int &patchIndex) const
 
std::set< AbstractRepresentation * > getAllSeismicSupport () const
 
void pushBackIntoRepresentationSet (class RepresentationSetRepresentation *repSet)
 
void addSeismic3dCoordinatesToPatch (unsigned int patchIndex, double *inlines, double *crosslines, uint64_t pointCount, resqml2 ::AbstractRepresentation *seismicSupport, eml2 ::AbstractHdfProxy *proxy)
 
void addSeismic3dCoordinatesToPatch (unsigned int patchIndex, double startInline, double incrInline, unsigned int countInline, double startCrossline, double incrCrossline, unsigned int countCrossline, resqml2 ::AbstractRepresentation *seismicSupport)
 
void addSeismic2dCoordinatesToPatch (unsigned int patchIndex, double *lineAbscissa, resqml2 ::AbstractRepresentation *seismicSupport, eml2 ::AbstractHdfProxy *proxy)
 
void getSeismicLineAbscissaOfPointsOfPatch (unsigned int patchIndex, double *values) const
 
void getInlinesOfPointsOfPatch (unsigned int patchIndex, double *values) const
 
void getCrosslinesOfPointsOfPatch (unsigned int patchIndex, double *values) const
 

Static Public Attributes

static const char * XML_TAG
 
- Static Public Attributes inherited from resqml2::AbstractRepresentation
static constexpr char const * XML_TAG = "AbstractRepresentation"
 

Detailed Description

A well log frame where each entry represents a well marker.

Constructor & Destructor Documentation

◆ ~WellboreMarkerFrameRepresentation()

virtual resqml2::WellboreMarkerFrameRepresentation::~WellboreMarkerFrameRepresentation ( )
virtualdefault

Cleans the owned markers.

Member Function Documentation

◆ getStratigraphicOccurrenceInterpretation()

StratigraphicOccurrenceInterpretation * resqml2::WellboreMarkerFrameRepresentation::getStratigraphicOccurrenceInterpretation ( ) const

Gets the stratigraphic occurrence interpretation associated to this wellbore marker frame representation.

Returns
The associated stratigraphic occurrence interpretation if there is one, else nullptr if not.

◆ getStratigraphicOccurrenceInterpretationDor()

virtual common::DataObjectReference resqml2::WellboreMarkerFrameRepresentation::getStratigraphicOccurrenceInterpretationDor ( ) const
pure virtual

Gets the DOR of the stratigraphic occurrence interpretation associated to this wellbore marker frame representation.

Returns
The DOR of the associated stratigraphic occurrence interpretation if there is one, else empty DOR if not.

◆ setIntervalStratigraphicUnits()

virtual void resqml2::WellboreMarkerFrameRepresentation::setIntervalStratigraphicUnits ( unsigned int const * stratiUnitIndices,
unsigned int nullValue,
StratigraphicOccurrenceInterpretation * stratiOccurrenceInterp,
eml2 ::AbstractHdfProxy * proxy )
pure virtual

Sets the correspondence between the intervals of this wellbore marker frame representation and the units of a stratigraphic column rank interpretation of a stratigraphic occurrence interpretation.

Exceptions
std::invalid_argumentIf stratiUnitIndices, stratiOccurenceInterp or proxy is nullptr.
Parameters
[in]stratiUnitIndicesThe index of the stratigraphic unit per interval, of a given stratigraphic column. The count must be equal to the count of wellbore marker intervals (getWellboreMarkerCount() - 1 ).
nullValueThe value which is used to tell that there is no correspondence between stratigraphic units and a particular interval (e.g., within salt, use this null value).
[in]stratiOccurrenceInterpThe stratigraphic occurrence interpretation to associate to this wellbore marker frame representation.
[in,out]proxyThe HDF proxy where the numerical values (indices) are stored.

◆ setStratigraphicOccurrenceInterpretation()

virtual void resqml2::WellboreMarkerFrameRepresentation::setStratigraphicOccurrenceInterpretation ( StratigraphicOccurrenceInterpretation * stratiOccurrenceInterp)
pure virtual

Sets stratigraphic occurrence interpretation associated to this wellbore marker frame representation.

Exceptions
std::invalid_argumentIf stratiOccurenceInterp is nullptr.
Parameters
[in]stratiOccurrenceInterpThe stratigraphic occurrence interpretation to set.

Member Data Documentation

◆ XML_TAG

const char* resqml2::WellboreMarkerFrameRepresentation::XML_TAG
static

The standard XML tag without XML namespace for serializing this data object.


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