60 const std::string & guid,
const std::string & title);
75 const std::string & guid,
const std::string & title, gsoap_eml2_3::resqml22__LineRole roleKind);
87 COMMON_NS::DataObjectReference getHdfProxyDor() const final;
89 DLL_IMPORT_OR_EXPORT uint64_t getPolylineCountOfPatch(uint64_t patchIndex) const final;
91 DLL_IMPORT_OR_EXPORT uint64_t getPolylineCountOfAllPatches() const final;
93 DLL_IMPORT_OR_EXPORT
void getNodeCountPerPolylineInPatch(
unsigned int patchIndex,
unsigned int * nodeCountPerPolyline) const final;
95 DLL_IMPORT_OR_EXPORT
void getNodeCountPerPolylineOfAllPatches(
unsigned int * NodeCountPerPolyline) const final;
97 DLL_IMPORT_OR_EXPORT
void getXyzPointsOfPatch(
unsigned int patchIndex,
double * xyzPoints) const final;
99 DLL_IMPORT_OR_EXPORT uint64_t getPatchCount() const final;
101 DLL_IMPORT_OR_EXPORT
void pushBackGeometryPatch(
102 unsigned int const * nodeCountPerPolyline,
double const * nodes,
103 uint64_t polylineCount,
bool allPolylinesClosedFlag,
104 EML2_NS::AbstractHdfProxy* proxy =
nullptr, RESQML2_NS::AbstractLocal3dCrs* localCrs =
nullptr) final;
106 DLL_IMPORT_OR_EXPORT
void pushBackGeometryPatch(
107 unsigned int const * nodeCountPerPolyline,
double const * nodes,
108 uint64_t polylineCount,
bool * polylineClosedFlags,
109 EML2_NS::AbstractHdfProxy* proxy =
nullptr, RESQML2_NS::AbstractLocal3dCrs* localCrs =
nullptr) final;
111 DLL_IMPORT_OR_EXPORT
bool areAllPolylinesClosedOfPatch(
unsigned int patchIndex) const final;
113 DLL_IMPORT_OR_EXPORT
bool areAllPolylinesClosedOfAllPatches() const final;
115 DLL_IMPORT_OR_EXPORT
bool areAllPolylinesNonClosedOfPatch(
unsigned int patchIndex) const final;
117 DLL_IMPORT_OR_EXPORT
bool areAllPolylinesNonClosedOfAllPatches() const final;
119 DLL_IMPORT_OR_EXPORT
void getClosedFlagPerPolylineOfPatch(
unsigned int patchIndex,
bool * closedFlagPerPolyline) const final;
121 DLL_IMPORT_OR_EXPORT
void getClosedFlagPerPolylineOfAllPatches(
bool * closedFlagPerPolyline) const final;
123 DLL_IMPORT_OR_EXPORT
bool hasALineRole() const final;
125 DLL_IMPORT_OR_EXPORT gsoap_eml2_3::resqml22__LineRole getLineRole() const final;
127 DLL_IMPORT_OR_EXPORT
void setLineRole(gsoap_eml2_3::resqml22__LineRole lineRole) final;
132 DLL_IMPORT_OR_EXPORT static const
char* XML_NS;
137 DLL_IMPORT_OR_EXPORT std::
string getXmlNamespace() const final {
return XML_NS; }
140 gsoap_resqml2_0_1::resqml20__PointGeometry* getPointGeometry2_0_1(uint64_t patchIndex)
const final;
149 void init(COMMON_NS::DataObjectRepository * repo,
const std::string & guid,
const std::string & title);
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.