|
static const char * | XML_TAG = "coordinateReferenceSystems" |
|
static const char * | SCHEMA_VERSION = "1.4.1.1" |
|
|
| 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) |
|
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
-
soapContext | The soap context where the underlying gsoap proxy is going to be created. |
guid | The 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.
vector< Relationship > CoordinateReferenceSystem::getAllEpcRelationships |
( |
| ) |
const |
|
virtual |
virtual std::string witsml1_4_1_1::CoordinateReferenceSystem::getXmlTag |
( |
| ) |
const |
|
inlinevirtual |
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:
- C:/Users/Philippe/dev/fesapiEnv/fesapi/src/witsml1_4_1_1/CoordinateReferenceSystem.h
- C:/Users/Philippe/dev/fesapiEnv/fesapi/src/witsml1_4_1_1/CoordinateReferenceSystem.cpp