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 uint64_t getPolylineCountOfPatch(uint64_t patchIndex) const final;
90 DLL_IMPORT_OR_EXPORT uint64_t 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 uint64_t getPatchCount() const final;
100 DLL_IMPORT_OR_EXPORT
void pushBackGeometryPatch(
101 unsigned int const * nodeCountPerPolyline,
double const * nodes,
102 uint64_t polylineCount,
bool allPolylinesClosedFlag,
103 EML2_NS::AbstractHdfProxy* proxy =
nullptr, EML2_NS::AbstractLocal3dCrs* localCrs =
nullptr) final;
105 DLL_IMPORT_OR_EXPORT
void pushBackGeometryPatch(
106 unsigned int const * nodeCountPerPolyline,
double const * nodes,
107 uint64_t polylineCount,
bool * polylineClosedFlags,
108 EML2_NS::AbstractHdfProxy* proxy =
nullptr, EML2_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(uint64_t patchIndex)
const;
148 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.