We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 310ffe2 commit 558df97Copy full SHA for 558df97
1 file changed
swig/swigEml2Include.i
@@ -39,6 +39,19 @@ under the License.
39
%module(directors="1") fesapi
40
%feature("director") EML2_NS::AbstractHdfProxy;
41
42
+namespace gsoap_eml2_3 {
43
+ enum class eml23__AxisOrder2d {
44
+ easting_x0020northing = 0,
45
+ easting_x0020southing = 1,
46
+ southing_x0020easting = 2,
47
+ northing_x0020easting = 3,
48
+ westing_x0020southing = 4,
49
+ southing_x0020westing = 5,
50
+ northing_x0020westing = 6,
51
+ westing_x0020northing = 7
52
+ };
53
+}
54
+
55
namespace EML2_NS
56
{
57
%nodefaultctor; // Disable creation of default constructors
0 commit comments