21 #include "AbstractLocal3dCrs.h"
45 DLL_IMPORT_OR_EXPORT
static const char*
XML_TAG;
47 DLL_IMPORT_OR_EXPORT
virtual std::string
getXmlTag() const final {
return XML_TAG; }
58 LocalDepth3dCrs(gsoap_resqml2_0_1::_resqml20__LocalDepth3dCrs* fromGsoap) : AbstractLocal3dCrs(fromGsoap) {}
65 LocalDepth3dCrs(gsoap_eml2_3::_resqml22__LocalDepth3dCrs* fromGsoap) : AbstractLocal3dCrs(fromGsoap) {}
Proxy class for an abstract local 3D coordinate reference system (CRS).
Definition: AbstractLocal3dCrs.h:27
Defines a local depth coordinate system. The geometrical origin and location are defined by the eleme...
Definition: LocalDepth3dCrs.h:31
LocalDepth3dCrs(gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
Definition: LocalDepth3dCrs.h:39
virtual ~LocalDepth3dCrs()=default
virtual std::string getXmlTag() const final
Definition: LocalDepth3dCrs.h:47
static const char * XML_TAG
Definition: LocalDepth3dCrs.h:45