My Project
Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
resqml2::AbstractFeatureInterpretation Class Reference
Inheritance diagram for resqml2::AbstractFeatureInterpretation:
resqml2::AbstractObject resqml2_0_1::AbstractOrganizationInterpretation resqml2_0_1::BoundaryFeatureInterpretation resqml2_0_1::EarthModelInterpretation resqml2_0_1::GenericFeatureInterpretation resqml2_0_1::StratigraphicUnitInterpretation resqml2_0_1::WellboreInterpretation resqml2_0_1::AbstractStratigraphicOrganizationInterpretation resqml2_0_1::StructuralOrganizationInterpretation resqml2_0_1::FaultInterpretation resqml2_0_1::HorizonInterpretation resqml2_0_1::StratigraphicColumnRankInterpretation resqml2_0_1::StratigraphicOccurrenceInterpretation

Public Member Functions

virtual ~AbstractFeatureInterpretation ()
 
std::string getInterpretedFeatureUuid () const
 
void setInterpretedFeature (AbstractFeature *feature)
 
AbstractFeaturegetInterpretedFeature () const
 
const gsoap_resqml2_0_1::resqml2__Domain & initDomain (const gsoap_resqml2_0_1::resqml2__Domain &defaultDomain) const
 
gsoap_resqml2_0_1::resqml2__Domain getDomain () const
 
std::vector< AbstractRepresentation * > getRepresentationSet () const
 
unsigned int getRepresentationCount () const
 
AbstractRepresentationgetRepresentation (const unsigned int &index) const
 
std::vector< GridConnectionSetRepresentation * > getGridConnectionSetRepresentationSet ()
 
void setBottomFrontierOf (resqml2_0_1::StructuralOrganizationInterpretation *structOrg)
 
void setTopFrontierOf (resqml2_0_1::StructuralOrganizationInterpretation *structOrg)
 
void setSideFrontierOf (resqml2_0_1::StructuralOrganizationInterpretation *structOrg)
 
- Public Member Functions inherited from resqml2::AbstractObject
bool isPartial () const
 
std::string getUuid () const
 
std::string getTitle () const
 
std::string getEditor () const
 
time_t getCreation () const
 
std::string getOriginator () const
 
std::string getDescription () const
 
time_t getLastUpdate () const
 
std::string getFormat () const
 
std::string getDescriptiveKeywords () const
 
void setTitle (const std::string &title)
 
void setEditor (const std::string &editor)
 
void setCreation (const time_t &creation)
 
void setOriginator (const std::string &originator)
 
void setDescription (const std::string &description)
 
void setLastUpdate (const time_t &lastUpdate)
 
void setFormat (const std::string &format)
 
void setDescriptiveKeywords (const std::string &descriptiveKeywords)
 
void setMetadata (const std::string &title, const std::string &editor, const time_t &creation, const std::string &originator, const std::string &description, const time_t &lastUpdate, const std::string &format, const std::string &descriptiveKeywords)
 
void serializeIntoStream (std::ostream *stream)
 
gsoap_resqml2_0_1::eml__AbstractCitedDataObject * getGsoapProxy () const
 
soap * getGsoapContext () const
 
int getGsoapType () const
 
gsoap_resqml2_0_1::eml__DataObjectReference * newResqmlReference () const
 
gsoap_resqml2_0_1::resqml2__ContactElementReference * newResqmlContactElementReference () const
 
common::EpcDocumentgetEpcDocument () const
 
virtual std::string getXmlNamespace () const
 
virtual std::string getXmlTag () const =0
 
virtual std::string getResqmlVersion () const
 
std::string getContentType () const
 
std::string getPartNameInEpcDocument () const
 
std::string serializeIntoString ()
 
void addAlias (const std::string &authority, const std::string &title)
 
unsigned int getAliasCount () const
 
std::string getAliasAuthorityAtIndex (const unsigned int &index) const
 
std::string getAliasTitleAtIndex (const unsigned int &index) const
 
const std::vector< resqml2::Activity * > & getActivitySet () const
 
void addOrSetExtraMetadata (const std::string &key, const std::string &value)
 
std::tr1::unordered_map< std::string, std::string > getExtraMetadataSet () const
 
std::string getExtraMetadata (const std::string &key)
 
unsigned int getExtraMetadataCount () const
 
std::string getExtraMetadataKeyAtIndex (const unsigned int &index) const
 
std::string getExtraMetadataStringValueAtIndex (const unsigned int &index) const
 

Protected Member Functions

 AbstractFeatureInterpretation (common::EpcDocument *epcDoc, gsoap_resqml2_0_1::eml__DataObjectReference *partialObject)
 
 AbstractFeatureInterpretation ()
 
 AbstractFeatureInterpretation (gsoap_resqml2_0_1::resqml2__AbstractFeatureInterpretation *fromGsoap)
 
void setInterpretedFeatureInXml (resqml2::AbstractFeature *feature)
 
virtual std::vector< epc::RelationshipgetAllEpcRelationships () const
 
virtual void importRelationshipSetFromEpc (common::EpcDocument *epcDoc)
 
- Protected Member Functions inherited from resqml2::AbstractObject
 AbstractObject (common::EpcDocument *epcDoc, gsoap_resqml2_0_1::eml__DataObjectReference *partialObject)
 Indicate whether methods update the XML (gSoap) or only the C++ classes of the API. More...
 
 AbstractObject (gsoap_resqml2_0_1::eml__AbstractCitedDataObject *proxy=nullptr)
 
void initMandatoryMetadata ()
 
void setMetadata (const std::string &guid, const std::string &title, const std::string &editor, const time_t &creation, const std::string &originator, const std::string &description, const time_t &lastUpdate, const std::string &format, const std::string &descriptiveKeywords)
 

Protected Attributes

std::vector< AbstractRepresentation * > representationSet
 
std::vector< GridConnectionSetRepresentation * > gridConnectionSetRepresentationSet
 
std::vector< resqml2_0_1::StructuralOrganizationInterpretation * > isBottomFrontierSet
 
std::vector< resqml2_0_1::StructuralOrganizationInterpretation * > isTopFrontierSet
 
std::vector< resqml2_0_1::StructuralOrganizationInterpretation * > isSideFrontierSet
 
- Protected Attributes inherited from resqml2::AbstractObject
gsoap_resqml2_0_1::eml__AbstractCitedDataObject * gsoapProxy2_0_1
 
common::EpcDocumentepcDocument
 
std::vector< resqml2::Activity * > activitySet
 
bool updateXml
 

Friends

void AbstractRepresentation::setInterpretation (AbstractFeatureInterpretation *interp)
 
void GridConnectionSetRepresentation::pushBackInterpretation (AbstractFeatureInterpretation *interp)
 

Additional Inherited Members

- Static Protected Member Functions inherited from resqml2::AbstractObject
static void addActivityToResqmlObject (resqml2::Activity *activity, AbstractObject *resqmlObject)
 

Constructor & Destructor Documentation

resqml2::AbstractFeatureInterpretation::AbstractFeatureInterpretation ( common::EpcDocument epcDoc,
gsoap_resqml2_0_1::eml__DataObjectReference *  partialObject 
)
inlineprotected

Only to be used in partial transfer context

resqml2::AbstractFeatureInterpretation::AbstractFeatureInterpretation ( )
inlineprotected

Default constructor Set the gsoap proxy to nullptr.

resqml2::AbstractFeatureInterpretation::AbstractFeatureInterpretation ( gsoap_resqml2_0_1::resqml2__AbstractFeatureInterpretation *  fromGsoap)
inlineprotected

Creates an instance of this class by wrapping a gsoap instance.

virtual resqml2::AbstractFeatureInterpretation::~AbstractFeatureInterpretation ( )
inlinevirtual

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

Member Function Documentation

vector< Relationship > AbstractFeatureInterpretation::getAllEpcRelationships ( ) const
protectedvirtual

Return all relationships (backward and forward ones) of the instance using EPC format.

Implements resqml2::AbstractObject.

Reimplemented in resqml2_0_1::BoundaryFeatureInterpretation, and resqml2_0_1::AbstractStratigraphicOrganizationInterpretation.

gsoap_resqml2_0_1::resqml2__Domain AbstractFeatureInterpretation::getDomain ( ) const

Set the domain of the interpretation

vector< GridConnectionSetRepresentation * > AbstractFeatureInterpretation::getGridConnectionSetRepresentationSet ( )

Get all the Grid Connection Set Representation which reference this interpretation.

resqml2::AbstractFeature * AbstractFeatureInterpretation::getInterpretedFeature ( ) const

Get the feature this instance interprets

AbstractRepresentation * AbstractFeatureInterpretation::getRepresentation ( const unsigned int &  index) const

Get a particular interpretation of this feature according to its position in the interpretation ordering.

unsigned int AbstractFeatureInterpretation::getRepresentationCount ( ) const

Get the interpretation count of this feature.

vector< AbstractRepresentation * > AbstractFeatureInterpretation::getRepresentationSet ( ) const

Get all the representations of this interpretation

void AbstractFeatureInterpretation::importRelationshipSetFromEpc ( common::EpcDocument epcDoc)
protectedvirtual

Resolve all relationships of the object in an epc document

Implements resqml2::AbstractObject.

const gsoap_resqml2_0_1::resqml2__Domain & AbstractFeatureInterpretation::initDomain ( const gsoap_resqml2_0_1::resqml2__Domain &  defaultDomain) const

Init the domain of the interpretation based on its representations

Parameters
defaultDomainThe default domain to set when there is no representation set to this interpretation
void AbstractFeatureInterpretation::setBottomFrontierOf ( resqml2_0_1::StructuralOrganizationInterpretation structOrg)

Indicates that this interpretation is a frontier of a stack of an organization BE CAREFUL : Does not add back this instance to the organization. It is assumed it is already done.

void AbstractFeatureInterpretation::setInterpretedFeature ( resqml2::AbstractFeature feature)

Set the feature which is interpreted by the current instance.


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