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

A boundary feature. This is an interface between two geological objects, such as horizons and faults. It is a surface object. More...

#include <BoundaryFeature.h>

Inheritance diagram for resqml2::BoundaryFeature:
resqml2::AbstractFeature

Public Member Functions

virtual ~BoundaryFeature ()=default
 
virtual std::string getXmlTag () const override
 
- 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
 

Static Public Attributes

static constexpr char const * XML_TAG = "BoundaryFeature"
 

Detailed Description

A boundary feature. This is an interface between two geological objects, such as horizons and faults. It is a surface object.

Constructor & Destructor Documentation

◆ ~BoundaryFeature()

virtual resqml2::BoundaryFeature::~BoundaryFeature ( )
virtualdefault

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

Member Data Documentation

◆ XML_TAG

constexpr char const* resqml2::BoundaryFeature::XML_TAG = "BoundaryFeature"
staticconstexpr

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


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