21 #include "../resqml2/PolylineRepresentation.h"
23 namespace RESQML2_2_NS
52 const std::string & guid,
const std::string & title, gsoap_eml2_3::resqml22__LineRole roleKind,
53 bool isClosed =
false);
66 const std::string & guid,
const std::string & title,
bool isClosed =
false);
80 const std::string & guid,
const std::string & title,
bool isClosed =
false);
94 DLL_IMPORT_OR_EXPORT uint64_t getXyzPointCountOfPatch(
unsigned int patchIndex) const final;
96 DLL_IMPORT_OR_EXPORT
void getXyzPointsOfPatch(
unsigned int patchIndex,
double * xyzPoints) const final;
98 DLL_IMPORT_OR_EXPORT
void setGeometry(
double const* points,
unsigned int pointCount, EML2_NS::AbstractHdfProxy* proxy =
nullptr, RESQML2_NS::AbstractLocal3dCrs* localCrs =
nullptr) final;
100 DLL_IMPORT_OR_EXPORT
bool isClosed() const final;
102 DLL_IMPORT_OR_EXPORT
bool hasALineRole() const final;
104 DLL_IMPORT_OR_EXPORT gsoap_eml2_3::resqml22__LineRole getLineRole() const final;
106 DLL_IMPORT_OR_EXPORT
void setLineRole(gsoap_eml2_3::resqml22__LineRole lineRole) final;
111 DLL_IMPORT_OR_EXPORT static const
char* XML_NS;
116 DLL_IMPORT_OR_EXPORT std::
string getXmlNamespace() const final {
return XML_NS; }
119 gsoap_eml2_3::resqml22__PointGeometry* getPointGeometry2_2(
unsigned int patchIndex)
const final;
129 void init(COMMON_NS::DataObjectRepository * repo,
const std::string & guid,
const std::string & title,
bool isClosed =
false);
Definition: PolylineRepresentation.h:27
~PolylineRepresentation()=default
PolylineRepresentation(resqml2::AbstractFeatureInterpretation *interp, const std::string &guid, const std::string &title, gsoap_eml2_3::resqml22__LineRole roleKind, bool isClosed=false)
Creates an instance of this class in a gsoap context.
PolylineRepresentation(gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
Definition: PolylineRepresentation.h:37
common::DataObjectReference getHdfProxyDor() const final
Gets the data object reference of the HDF proxy which is used for storing the numerical values of thi...
PolylineRepresentation(resqml2::AbstractFeatureInterpretation *interp, const std::string &guid, const std::string &title, bool isClosed=false)
Creates an instance of this class in a gsoap context.
PolylineRepresentation(gsoap_eml2_3::_resqml22__PolylineRepresentation *fromGsoap)
Definition: PolylineRepresentation.h:87
PolylineRepresentation(common::DataObjectRepository *repo, const std::string &guid, const std::string &title, bool isClosed=false)