21#include "AbstractLocal3dCrs.h"
45 DLL_IMPORT_OR_EXPORT
static constexpr char const* XML_TAG =
"LocalDepth3dCrs";
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) {}
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