50 const std::string & guid,
const std::string & title);
62 COMMON_NS::DataObjectReference getLocalCrsDor(
unsigned int patchIndex)
const final;
64 DLL_IMPORT_OR_EXPORT uint64_t getXyzPointCountOfPatch(
unsigned int patchIndex)
const final;
75 DLL_IMPORT_OR_EXPORT
void getXyzPointsOfPatch(
unsigned int patchIndex,
double * xyzPoints)
const final;
77 DLL_IMPORT_OR_EXPORT uint64_t getPatchCount() const final;
79 DLL_IMPORT_OR_EXPORT
void pushBackHorizontalPlaneGeometryPatch(
double zCoordinate, RESQML2_NS::AbstractLocal3dCrs* localCrs =
nullptr) final;
81 DLL_IMPORT_OR_EXPORT
void pushBackTiltedPlaneGeometryPatch(
82 double x1,
double y1,
double z1,
83 double x2,
double y2,
double z2,
84 double x3,
double y3,
double z3,
85 RESQML2_NS::AbstractLocal3dCrs* localCrs =
nullptr) final;
90 DLL_IMPORT_OR_EXPORT static const
char* XML_NS;
95 DLL_IMPORT_OR_EXPORT std::
string getXmlNamespace() const final {
return XML_NS; }