21 #include "../resqml2/PolylineRepresentation.h" 
   23 namespace RESQML2_0_1_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_resqml2_0_1::resqml20__PointGeometry* getPointGeometry2_0_1(
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
 
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(gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
Definition: PolylineRepresentation.h:37
 
PolylineRepresentation(common::DataObjectRepository *repo, const std::string &guid, const std::string &title, bool isClosed=false)
 
~PolylineRepresentation()=default
 
PolylineRepresentation(gsoap_resqml2_0_1::_resqml20__PolylineRepresentation *fromGsoap)
Definition: PolylineRepresentation.h:87
 
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(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.