My Project
Public Member Functions | Static Public Attributes | Protected Attributes | Friends | List of all members
witsml1_4_1_1::CoordinateReferenceSystem Class Reference
Inheritance diagram for witsml1_4_1_1::CoordinateReferenceSystem:
witsml1_4_1_1::AbstractObject

Public Member Functions

 CoordinateReferenceSystem (soap *soapContext, const std::string &guid, const std::string &title, const std::string &namingSystem, const std::string &code, const std::string &sourceName, const time_t &dTimCreation, const time_t &dTimLastChange, const std::string &comments)
 
 CoordinateReferenceSystem (gsoap_witsml1_4_1_1::witsml1__obj_USCOREcoordinateReferenceSystems *fromGsoap)
 
 ~CoordinateReferenceSystem ()
 
soap * getGSoapContext () const
 
gsoap_witsml1_4_1_1::witsml1__refNameString * newReference () const
 
const std::vector< AbstractObject * > & getObjectsUsingThisCrs () const
 
const std::string & getTitle () const
 
std::string getUuid () const
 
time_t getCreation () const
 
time_t getLastUpdate () const
 
std::vector< epc::RelationshipgetAllEpcRelationships () const
 
void importRelationshipSetFromEpc (common::EpcDocument *epcDoc)
 
virtual std::string getXmlTag () const
 
- Public Member Functions inherited from witsml1_4_1_1::AbstractObject
gsoap_witsml1_4_1_1::abstract__abstractObject * getGsoapProxy ()
 
void serializeIntoStream (std::ostream *stream)
 
int getGsoapType () const
 
common::EpcDocumentgetEpcDocument () const
 
virtual std::string getXmlNamespace () const
 
std::string getContentType () const
 
std::string getPartNameInEpcDocument () const
 
gsoap_resqml2_0_1::eml__DataObjectReference * newResqmlReference () const
 
void setCoordinateReferenceSystem (class CoordinateReferenceSystem *wellCrs)
 
class CoordinateReferenceSystemgetCoordinateReferenceSystem () const
 
std::string serializeIntoString ()
 

Static Public Attributes

static const char * XML_TAG = "coordinateReferenceSystems"
 
- Static Public Attributes inherited from witsml1_4_1_1::AbstractObject
static const char * SCHEMA_VERSION = "1.4.1.1"
 

Protected Attributes

std::vector< AbstractObject * > objectsUsingThisCrs
 
- Protected Attributes inherited from witsml1_4_1_1::AbstractObject
gsoap_witsml1_4_1_1::abstract__abstractObject * collection
 
common::EpcDocumentepcDocument
 
class CoordinateReferenceSystemcrs
 
bool updateXml
 

Friends

void AbstractObject::setCoordinateReferenceSystem (CoordinateReferenceSystem *wellCrs)
 

Additional Inherited Members

- Protected Member Functions inherited from witsml1_4_1_1::AbstractObject
 AbstractObject (gsoap_witsml1_4_1_1::abstract__abstractObject *proxy=nullptr)
 Indicate wether methods update the XML (Gsoap) or only the C++ classes of the API.
 
gsoap_witsml1_4_1_1::witsml1__cs_USCOREcommonData * newCommonData (const std::string &sourceName, const time_t &dTimCreation, const time_t &dTimLastChange, const std::string &comments)
 
gsoap_witsml1_4_1_1::witsml1__cs_USCORElocation * constructEastingNorthingLocation (gsoap_witsml1_4_1_1::witsml1__LengthUom uom, const double &easting, const double &northing, class CoordinateReferenceSystem *wellCrs)
 
gsoap_witsml1_4_1_1::witsml1__cs_USCORElocation * constructWestingSouthingLocation (gsoap_witsml1_4_1_1::witsml1__LengthUom uom, const double &westing, const double &southing, class CoordinateReferenceSystem *wellCrs)
 
gsoap_witsml1_4_1_1::witsml1__cs_USCORElocation * constructProjectedXProjectedYLocation (gsoap_witsml1_4_1_1::witsml1__LengthUom uom, const double &projectedX, const double &projectedY, class CoordinateReferenceSystem *wellCrs)
 

Constructor & Destructor Documentation

CoordinateReferenceSystem::CoordinateReferenceSystem ( soap *  soapContext,
const std::string &  guid,
const std::string &  title,
const std::string &  namingSystem,
const std::string &  code,
const std::string &  sourceName,
const time_t &  dTimCreation,
const time_t &  dTimLastChange,
const std::string &  comments 
)

Creates an instance of this class in a gsoap context.

Parameters
soapContextThe soap context where the underlying gsoap proxy is going to be created.
guidThe guid to set to this instance. If empty then a new guid will be generated.
witsml1_4_1_1::CoordinateReferenceSystem::CoordinateReferenceSystem ( gsoap_witsml1_4_1_1::witsml1__obj_USCOREcoordinateReferenceSystems *  fromGsoap)
inline

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

witsml1_4_1_1::CoordinateReferenceSystem::~CoordinateReferenceSystem ( )
inline

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

Member Function Documentation

vector< Relationship > CoordinateReferenceSystem::getAllEpcRelationships ( ) const
virtual

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

Reimplemented from witsml1_4_1_1::AbstractObject.

virtual std::string witsml1_4_1_1::CoordinateReferenceSystem::getXmlTag ( ) const
inlinevirtual

Get the XML tag for the XML serialization of this instance

Implements witsml1_4_1_1::AbstractObject.

void witsml1_4_1_1::CoordinateReferenceSystem::importRelationshipSetFromEpc ( common::EpcDocument epcDoc)
inlinevirtual

Resolve all relationships of the object in an epc document. Does nothing since there is no forward relationship.

Implements witsml1_4_1_1::AbstractObject.


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