21 #include "../resqml2/PolylineSetRepresentation.h"
23 namespace RESQML2_2_NS
60 const std::string & guid,
const std::string & title);
74 const std::string & guid,
const std::string & title, gsoap_eml2_3::resqml22__LineRole roleKind);
88 DLL_IMPORT_OR_EXPORT
unsigned int getPolylineCountOfPatch(
unsigned int patchIndex) const final;
90 DLL_IMPORT_OR_EXPORT
unsigned int getPolylineCountOfAllPatches() const final;
92 DLL_IMPORT_OR_EXPORT
void getNodeCountPerPolylineInPatch(
unsigned int patchIndex,
unsigned int * nodeCountPerPolyline) const final;
94 DLL_IMPORT_OR_EXPORT
void getNodeCountPerPolylineOfAllPatches(
unsigned int * NodeCountPerPolyline) const final;
96 DLL_IMPORT_OR_EXPORT
void getXyzPointsOfPatch(
unsigned int patchIndex,
double * xyzPoints) const final;
98 DLL_IMPORT_OR_EXPORT
unsigned int getPatchCount() const final;
100 DLL_IMPORT_OR_EXPORT
void pushBackGeometryPatch(
101 unsigned int const * nodeCountPerPolyline,
double const * nodes,
102 unsigned int polylineCount,
bool allPolylinesClosedFlag,
103 EML2_NS::AbstractHdfProxy* proxy =
nullptr, RESQML2_NS::AbstractLocal3dCrs* localCrs =
nullptr) final;
105 DLL_IMPORT_OR_EXPORT
void pushBackGeometryPatch(
106 unsigned int const * nodeCountPerPolyline,
double const * nodes,
107 unsigned int polylineCount,
bool * polylineClosedFlags,
108 EML2_NS::AbstractHdfProxy* proxy =
nullptr, RESQML2_NS::AbstractLocal3dCrs* localCrs =
nullptr) final;
110 DLL_IMPORT_OR_EXPORT
bool areAllPolylinesClosedOfPatch(
unsigned int patchIndex) const final;
112 DLL_IMPORT_OR_EXPORT
bool areAllPolylinesClosedOfAllPatches() const final;
114 DLL_IMPORT_OR_EXPORT
bool areAllPolylinesNonClosedOfPatch(
unsigned int patchIndex) const final;
116 DLL_IMPORT_OR_EXPORT
bool areAllPolylinesNonClosedOfAllPatches() const final;
118 DLL_IMPORT_OR_EXPORT
void getClosedFlagPerPolylineOfPatch(
unsigned int patchIndex,
bool * closedFlagPerPolyline) const final;
120 DLL_IMPORT_OR_EXPORT
void getClosedFlagPerPolylineOfAllPatches(
bool * closedFlagPerPolyline) const final;
122 DLL_IMPORT_OR_EXPORT
bool hasALineRole() const final;
124 DLL_IMPORT_OR_EXPORT gsoap_eml2_3::resqml22__LineRole getLineRole() const final;
126 DLL_IMPORT_OR_EXPORT
void setLineRole(gsoap_eml2_3::resqml22__LineRole lineRole) final;
131 DLL_IMPORT_OR_EXPORT static const
char* XML_NS;
136 DLL_IMPORT_OR_EXPORT std::
string getXmlNamespace() const final {
return XML_NS; }
139 gsoap_eml2_3::resqml22__PointGeometry* getPointGeometry2_2(
unsigned int patchIndex)
const;
148 void init(COMMON_NS::DataObjectRepository * repo,
const std::string & guid,
const std::string & title);
Definition: PolylineSetRepresentation.h:27
PolylineSetRepresentation(gsoap_eml2_3::_resqml22__PolylineSetRepresentation *fromGsoap)
Definition: PolylineSetRepresentation.h:81
PolylineSetRepresentation(resqml2::AbstractFeatureInterpretation *interp, const std::string &guid, const std::string &title)
Creates an instance of this class in a gsoap context.
PolylineSetRepresentation(common::DataObjectRepository *repo, const std::string &guid, const std::string &title)
~PolylineSetRepresentation()=default
PolylineSetRepresentation(gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
Definition: PolylineSetRepresentation.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...
PolylineSetRepresentation(resqml2::AbstractFeatureInterpretation *interp, const std::string &guid, const std::string &title, gsoap_eml2_3::resqml22__LineRole roleKind)
Creates an instance of this class in a gsoap context.