F2I-Consulting / fesapi

DevKit for ENERGISTICS™ data standards (mainly RESQML™), multi-languages (C++, Java, C#, Python)
Apache License 2.0
32 stars 24 forks source link

Template method DataObjectRepository::getDataObjects() is not ported using SWIG #277

Closed philippeVerney closed 3 years ago

philippeVerney commented 3 years ago

Is your feature request related to a problem? Please describe. An adopter needs to get all SeismicLatticeFeature from the DataObjectRepository using JAVA. It is quite easy in C++ using template method DataObjectRepository::getDataObjects() but the latter is not ported in SWIG interface file

Describe the solution you'd like Whatever

Additional context See https://discourse.f2i-consulting.com/t/reading-of-seismiclattice-from-dataobjectrepository/167